Searched defs:pause (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_virtual.cpp218 void HWCVirtualVDS::pause(hwc_context_t* ctx, int dpy) { function in class:HWCVirtualVDS
353 void HWCVirtualV4L2::pause(hwc_context_t* ctx, int dpy) { function in class:HWCVirtualV4L2
H A Dhwc_qclient.cpp159 static void pauseWFD(hwc_context_t *ctx, uint32_t pause) { argument
164 if(pause) {
/hardware/qcom/display/msm8084/libqservice/
H A DQServiceUtils.h86 inline android::status_t pauseWFD(uint32_t pause) { argument
87 return sendSingleParam(qService::IQService::PAUSE_WFD, pause);
/hardware/qcom/display/msm8226/libqservice/
H A DQServiceUtils.h86 inline android::status_t pauseWFD(uint32_t pause) { argument
87 return sendSingleParam(qService::IQService::PAUSE_WFD, pause);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dthreading.h87 #define pause(voidpara) __asm PAUSE macro
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_qclient.cpp165 static void pauseWFD(hwc_context_t *ctx, uint32_t pause) { argument
170 if(pause) {
H A Dhwc_virtual.cpp151 Writeback::getInstance(); //Ensure that WB is active during pause
247 void HWCVirtualVDS::pause(hwc_context_t* ctx, int dpy) { function in class:HWCVirtualVDS
391 void HWCVirtualV4L2::pause(hwc_context_t* ctx, int dpy) { function in class:HWCVirtualV4L2
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
H A Dwt5001.cxx267 bool WT5001::pause() function in class:WT5001
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXFD.cpp101 void OMXCameraAdapter::pauseFaceDetection(bool pause) argument
106 mFaceDetectionPaused = pause;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFD.cpp107 void OMXCameraAdapter::pauseFaceDetection(bool pause) argument
112 mFaceDetectionPaused = pause;
/hardware/ti/omap4-aah/camera/
H A DANativeWindowDisplayAdapter.cpp385 // Reset pause flag since display is being disabled
417 status_t ANativeWindowDisplayAdapter::pauseDisplay(bool pause) argument
425 mPaused = pause;
H A DBufferSourceAdapter.cpp325 status_t BufferSourceAdapter::pauseDisplay(bool pause) argument
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp489 status_t ANativeWindowDisplayAdapter::pauseDisplay(bool pause) argument
497 mPaused = pause;
/hardware/intel/common/libmix/mix_audio/src/
H A Dmixaudio.h159 MIX_RESULT (*pause) (MixAudio *mix); member in struct:_MixAudioClass
293 * <para>If Intel Audio Manager support is enabled, and if @mode is specified to #MIX_DECODE_DIRECTRENDER, the SST stream will be registered with Intel Audio Manager in the context of this call, using the stream name provided in @streamname. Application will receive a notification from Intel Audio Manager that the stream has been created during or soon after this call. The application should be ready to handle either possibility. A stream ID (associated with the stream name) will be provided by Intel Audio Manager which will be used for subsequent notifications from Intel Audio Manager or calls to Intel Audio Manager for muting, pause and resume. See mix_audio_getstreamid()</para>
/hardware/libhardware/include/hardware/
H A Daudio.h338 * retained by the hardware. Useful for implementing pause/resume. Empty implementation
340 * latency. In the pause state audio hardware could still be using power. User may
345 int (*pause)(struct audio_stream_out* stream); member in struct:audio_stream_out
348 * Notifies to the audio driver to resume playback following a pause.
349 * Returns error if called without matching pause.

Completed in 1095 milliseconds