/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);
|
D | hwc_virtual.cpp | 230 void HWCVirtualVDS::resume(hwc_context_t* ctx, int dpy) { in resume() function in HWCVirtualVDS 375 void HWCVirtualV4L2::resume(hwc_context_t* ctx, int dpy){ in resume() function in HWCVirtualV4L2
|
D | hwc_uevents.cpp | 111 ctx->mHWCVirtual->resume(ctx, dpy); in handle_resume()
|
/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);
|
D | hwc_virtual.cpp | 270 void HWCVirtualVDS::resume(hwc_context_t* ctx, int dpy) { in resume() function in HWCVirtualVDS 413 void HWCVirtualV4L2::resume(hwc_context_t* ctx, int dpy){ in resume() function in HWCVirtualV4L2
|
D | hwc_uevents.cpp | 111 ctx->mHWCVirtual->resume(ctx, dpy); in handle_resume()
|
/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
|
D | types.hal | 62 * retain crypto session state across device suspend/resume which
|
D | IDrmPlugin.hal | 224 * state across suspend and resume cycles.
|
/hardware/google/easel/amber/camera/libhdrplusclient/include/ |
D | EaselManagerClient.h | 67 virtual status_t resume(EaselManagerClientListener *listener) = 0;
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | StreamOut.cpp | 474 _hidl_cb(mStream->pause != NULL, mStream->resume != NULL); in supportsPauseAndResume() 484 Return<Result> StreamOut::resume() { in resume() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut 485 return mStream->resume != NULL in resume() 486 ? Stream::analyzeStatus("resume", mStream->resume(mStream), {ENOSYS} /*ignore*/) in resume()
|
/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);
|
/hardware/interfaces/audio/6.0/ |
D | IStreamOut.hal | 174 * @return supportsResume true if resume is supported. 181 * are retained by the hardware. Useful for implementing pause/resume. Empty 194 * Notifies to the audio driver to resume playback following a pause. 201 resume() generates (Result retval);
|
/hardware/interfaces/audio/4.0/ |
D | IStreamOut.hal | 174 * @return supportsResume true if resume is supported. 181 * are retained by the hardware. Useful for implementing pause/resume. Empty 194 * Notifies to the audio driver to resume playback following a pause. 201 resume() generates (Result retval);
|
/hardware/interfaces/audio/5.0/ |
D | IStreamOut.hal | 174 * @return supportsResume true if resume is supported. 181 * are retained by the hardware. Useful for implementing pause/resume. Empty 194 * Notifies to the audio driver to resume playback following a pause. 201 resume() generates (Result retval);
|
/hardware/interfaces/vibrator/1.3/ |
D | IVibrator.hal | 37 * vibrator should resume to an off state.
|
/hardware/interfaces/tetheroffload/control/1.0/ |
D | types.hal | 50 * in order to resume. This event is fired when the limit, applied in
|
D | IOffloadControl.hal | 118 * addDownstream again. Note that it is not necessary to call initOffload again to resume offload
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | StreamOut.h | 111 Return<Result> resume() override;
|
/hardware/libhardware/include/hardware/ |
D | audio.h | 311 int (*resume)(struct audio_stream_out* stream); member
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 1383 EXPECT_OK(stream->supportsPauseAndResume(returnIn(pause, resume))); in Capability() 1387 bool resume = false; member 1462 if (!Capability(stream.get()).resume) { in TEST_P() 1466 ASSERT_RESULT(Result::INVALID_STATE, stream->resume()); in TEST_P()
|
/hardware/qcom/audio/hal/ |
D | audio_hw.c | 5069 out->stream.resume = out_resume; in adev_open_output_stream()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 938 rc = gEaselManagerClient->resume(this); in openCamera()
|