/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_virtual.h | 44 virtual void resume(hwc_context_t* ctx, int dpy) = 0; 66 virtual void resume(hwc_context_t* ctx, int dpy); 89 virtual void resume(hwc_context_t* ctx, int dpy);
|
/hardware/interfaces/audio/core/all-versions/vts/functional/tests/ |
D | streamworker_tests.cpp | 85 worker.resume(); in TEST_P() 105 worker.resume(); in TEST_P() 148 worker.resume(); in TEST_P() 178 worker.resume(); in TEST_P() 191 worker.resume(); in TEST_P()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_virtual.h | 44 virtual void resume(hwc_context_t* ctx, int dpy) = 0; 66 virtual void resume(hwc_context_t* ctx, int dpy); 95 virtual void resume(hwc_context_t* ctx, int dpy);
|
/hardware/interfaces/audio/aidl/common/include/ |
D | StreamWorker.h | 48 void resume() { switchWorkerStateSync(WorkerState::PAUSED, WorkerState::RESUME_REQUESTED); } in resume() function 150 void resume() { mThread.resume(); } in resume() function
|
/hardware/interfaces/audio/aidl/common/tests/ |
D | streamworker_tests.cpp | 101 worker.resume(); in TEST_P() 124 worker.resume(); in TEST_P() 205 worker.resume(); in TEST_P() 235 worker.resume(); in TEST_P() 248 worker.resume(); in TEST_P()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_transform_feedback.adoc | 61 1) Should we include pause/resume functionality? 67 pname:pCounterBufferOffsets array for the implementation to save the resume 69 Then to resume use fname:vkCmdBeginTransformFeedbackEXT with the previous 71 Between the pause and resume there needs to be a memory barrier for the
|
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/3/android/hardware/power/ |
D | IPowerHintSession.aidl | 40 oneway void resume(); in resume() method
|
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/ |
D | IPowerHintSession.aidl | 40 oneway void resume(); in resume() method
|
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/4/android/hardware/power/ |
D | IPowerHintSession.aidl | 40 oneway void resume(); in resume() method
|
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/ |
D | IPowerHintSession.aidl | 40 oneway void resume(); in resume() method
|
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/5/android/hardware/power/ |
D | IPowerHintSession.aidl | 40 oneway void resume(); in resume() method
|
/hardware/interfaces/power/aidl/android/hardware/power/ |
D | IPowerHintSession.aidl | 56 oneway void resume(); in resume() method
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | build-index.js | 10 stdin.resume()
|
/hardware/interfaces/power/aidl/default/ |
D | PowerHintSession.h | 33 ndk::ScopedAStatus resume() override;
|
D | PowerHintSession.cpp | 43 ScopedAStatus PowerHintSession::resume() { in resume() function in aidl::android::hardware::power::impl::example::PowerHintSession
|
/hardware/interfaces/drm/1.2/ |
D | IDrmPluginListener.hal | 29 * session state across suspend and resume cycles. A 33 * and opening a new one must allow the application to resume
|
/hardware/google/easel/amber/camera/libhdrplusclient/include/ |
D | EaselManagerClient.h | 67 virtual status_t resume(EaselManagerClientListener *listener) = 0;
|
/hardware/google/gfxstream/host/ |
D | RenderThread.cpp | 145 void RenderThread::resume(bool waitForSave) { in resume() function in gfxstream::RenderThread 152 if (mRingStream) mRingStream->resume(); in resume() 159 if (mChannel) mChannel->resume(); in resume() 160 if (mRingStream) mRingStream->resume(); in resume()
|
D | RenderChannelImpl.h | 105 void resume();
|
D | RingStream.h | 54 void resume() { in resume() function
|
D | RenderThread.h | 60 void resume(bool waitForSave);
|
D | RendererImpl.cpp | 308 thread->resume(true); in addressSpaceGraphicsConsumerPostSave() 339 t->resume(waitForSave); in resumeAll() 348 c->renderThread()->resume(waitForSave); in resumeAll() 351 thread->resume(waitForSave); in resumeAll()
|
/hardware/google/pixel/power-libperfmgr/aidl/tests/mocks/ |
D | MockPowerHintSession.h | 33 MOCK_METHOD(ndk::ScopedAStatus, resume, ());
|
D | MockPowerSessionManager.h | 45 MOCK_METHOD(void, resume, (int64_t sessionId), ());
|
/hardware/interfaces/audio/2.0/ |
D | IStreamOut.hal | 163 * @return supportsResume true if resume is supported. 170 * are retained by the hardware. Useful for implementing pause/resume. Empty 183 * Notifies to the audio driver to resume playback following a pause. 190 resume() generates (Result retval);
|