/hardware/interfaces/confirmationui/support/test/ |
D | android_cbor_test.cpp | 69 WriteState writeTest(WriteState state) { in writeTest() 82 WriteState state(buffer); in TEST() local 95 WriteState state(buffer, s); in TEST() local 106 WriteState state(buffer); in TEST() local 114 WriteState state(buffer); in TEST() local 122 WriteState state(buffer); in TEST() local 130 WriteState state(buffer); in TEST() local 138 WriteState state(buffer); in TEST() local 146 WriteState state(buffer); in TEST() local 154 WriteState state(buffer); in TEST() local [all …]
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | EntryPoint.h | 51 void setUnsupported(bool state) { m_unsupported = state; } in setUnsupported() 53 void setCustomDecoder(bool state) { m_customDecoder = state; } in setCustomDecoder() 55 void setNotApi(bool state) { m_notApi = state; } in setNotApi() 57 void setFlushOnEncode(bool state) { m_flushOnEncode = state; } in setFlushOnEncode()
|
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/1/com/google/hardware/pixel/display/ |
D | IDisplay.aidl | 22 void setHbmState(in com.google.hardware.pixel.display.HbmState state); in setHbmState() 25 void setLbeState(in com.google.hardware.pixel.display.LbeState state); in setLbeState()
|
/hardware/google/gfxstream/host/ |
D | RenderChannelImpl.cpp | 59 const auto state = mState; in RenderChannelImpl() local 75 void RenderChannelImpl::setWantedEvents(State state) { in setWantedEvents() 82 RenderChannel::State RenderChannelImpl::state() const { in state() function in gfxstream::RenderChannelImpl 132 mEventCallback = [](State state) {}; in stop() 170 mEventCallback = [](State state) {}; in stopFromHost() 205 State state = RenderChannel::State::Empty; in updateStateLocked() local
|
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/2/com/google/hardware/pixel/display/ |
D | IDisplay.aidl | 38 void setHbmState(in com.google.hardware.pixel.display.HbmState state); in setHbmState() 41 void setLbeState(in com.google.hardware.pixel.display.LbeState state); in setLbeState()
|
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/3/com/google/hardware/pixel/display/ |
D | IDisplay.aidl | 38 void setHbmState(in com.google.hardware.pixel.display.HbmState state); in setHbmState() 41 void setLbeState(in com.google.hardware.pixel.display.LbeState state); in setLbeState()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | GLEncoder.cpp | 80 GLClientState* state = ctx->m_state; in s_glGetIntegerv() local 123 GLClientState* state = ctx->m_state; in s_glGetFloatv() local 162 GLClientState* state = ctx->m_state; in s_glGetFixedv() local 201 GLClientState* state = ctx->m_state; in s_glGetBooleanv() local 335 void GLEncoder::s_glEnableClientState(void *self, GLenum state) in s_glEnableClientState() 343 void GLEncoder::s_glDisableClientState(void *self, GLenum state) in s_glDisableClientState() 356 const GLClientState::VertexAttribState& state = ctx->m_state->getState(loc); in s_glIsEnabled() local 408 … const GLClientState::VertexAttribState& state = m_state->getStateAndEnableDirty(i, &enableDirty); in sendVertexData() local 524 const GLClientState::VertexAttribState& state = ctx->m_state->getState(i); in s_glDrawArrays() local 556 const GLClientState::VertexAttribState& state = ctx->m_state->getState(i); in s_glDrawElements() local [all …]
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLClientState.h | 807 … const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter() local 813 … const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter() local 819 … const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter() local 825 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter() local 831 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter() local 837 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter() local 843 … const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter() local 849 … const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter() local 855 …const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCO… in getClientStateParameter() local 861 …const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCO… in getClientStateParameter() local [all …]
|
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/4/com/google/hardware/pixel/display/ |
D | IDisplay.aidl | 38 void setHbmState(in com.google.hardware.pixel.display.HbmState state); in setHbmState() 41 void setLbeState(in com.google.hardware.pixel.display.LbeState state); in setLbeState()
|
/hardware/interfaces/secure_element/1.1/vts/functional/ |
D | VtsHalSecureElementV1_1TargetTest.cpp | 52 Return<void> onStateChange_1_1(bool state, const hidl_string& reason) override { in onStateChange_1_1() 60 Return<void> onStateChange(__attribute__((unused)) bool state) override { return Void(); } in onStateChange()
|
/hardware/interfaces/secure_element/1.2/vts/functional/ |
D | VtsHalSecureElementV1_2TargetTest.cpp | 53 Return<void> onStateChange_1_1(bool state, const hidl_string& reason) override { in onStateChange_1_1() 61 Return<void> onStateChange(__attribute__((unused)) bool state) override { return Void(); } in onStateChange()
|
/hardware/interfaces/light/aidl/aidl_api/android.hardware.light/2/android/hardware/light/ |
D | ILights.aidl | 37 void setLightState(in int id, in android.hardware.light.HwLightState state); in setLightState()
|
/hardware/interfaces/light/aidl/android/hardware/light/ |
D | ILights.aidl | 39 void setLightState(in int id, in HwLightState state); in setLightState()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VulkanHandleMapping.h | 31 VulkanHandleMapping(VkDecoderGlobalState* state) : m_state(state) {} in VulkanHandleMapping()
|
/hardware/interfaces/light/aidl/aidl_api/android.hardware.light/current/android/hardware/light/ |
D | ILights.aidl | 37 void setLightState(in int id, in android.hardware.light.HwLightState state); in setLightState()
|
/hardware/interfaces/light/aidl/aidl_api/android.hardware.light/1/android/hardware/light/ |
D | ILights.aidl | 21 void setLightState(in int id, in android.hardware.light.HwLightState state); in setLightState()
|
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/5/com/google/hardware/pixel/display/ |
D | IDisplay.aidl | 38 void setHbmState(in com.google.hardware.pixel.display.HbmState state); in setHbmState() 41 void setLbeState(in com.google.hardware.pixel.display.LbeState state); in setLbeState()
|
/hardware/broadcom/libbt/src/ |
D | bt_vendor_brcm.c | 150 int *state = (int *) param; in op() local 217 uint8_t *state = (uint8_t *) param; in op() local
|
/hardware/nxp/keymint/transport/include/ |
D | ITransport.h | 68 virtual void setCryptoOperationState(uint8_t state) { (void)state; }; in setCryptoOperationState()
|
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/6/com/google/hardware/pixel/display/ |
D | IDisplay.aidl | 38 void setHbmState(in com.google.hardware.pixel.display.HbmState state); in setHbmState() 41 void setLbeState(in com.google.hardware.pixel.display.LbeState state); in setLbeState()
|
/hardware/libhardware_legacy/audio/ |
D | AudioHardwareStub.h | 75 virtual status_t setMicMute(bool state) { mMicMute = state; return NO_ERROR; } in setMicMute() 76 virtual status_t getMicMute(bool* state) { *state = mMicMute ; return NO_ERROR; } in getMicMute()
|
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/7/com/google/hardware/pixel/display/ |
D | IDisplay.aidl | 38 void setHbmState(in com.google.hardware.pixel.display.HbmState state); in setHbmState() 41 void setLbeState(in com.google.hardware.pixel.display.LbeState state); in setLbeState()
|
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/ |
D | IEvsDisplay.aidl | 93 void setDisplayState(in DisplayState state); in setDisplayState()
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/ |
D | IEvsDisplay.aidl | 41 void setDisplayState(in android.hardware.automotive.evs.DisplayState state); in setDisplayState()
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/ |
D | IEvsDisplay.aidl | 41 void setDisplayState(in android.hardware.automotive.evs.DisplayState state); in setDisplayState()
|