/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | lpd8806.cxx | 30 void scanner(uint8_t r, uint8_t g, uint8_t b, uint8_t wait); 69 void scanner(uint8_t r, uint8_t g, uint8_t b, uint8_t wait) { in scanner() argument 87 usleep (wait * 1000); in scanner()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | sync.h | 60 int wait() { in wait() function 64 int wait(struct timespec abstime) in wait() function
|
D | wificonfigcommand.h | 70 virtual void waitForRsp(bool wait);
|
D | wificonfig.cpp | 335 void WiFiConfigCommand::waitForRsp(bool wait) in waitForRsp() argument 337 mWaitforRsp = wait; in waitForRsp() 413 res = mCondition.wait(abstime); in requestEvent()
|
D | wifiloggercmd.h | 104 virtual void waitForRsp(bool wait);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/ |
D | VsyncEventObserver.cpp | 112 mCondition.wait(mLock); in threadLoop() 122 bool ret = mVsyncControl->wait(mDevice, timestamp); in threadLoop()
|
D | SoftVsyncObserver.cpp | 112 mCondition.wait(mLock); in threadLoop()
|
/hardware/intel/img/hwcomposer/merrifield/common/observers/ |
D | VsyncEventObserver.cpp | 112 mCondition.wait(mLock); in threadLoop() 122 bool ret = mVsyncControl->wait(mDevice, timestamp); in threadLoop()
|
D | SoftVsyncObserver.cpp | 116 mCondition.wait(mLock); in threadLoop()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | IVsyncControl.h | 30 virtual bool wait(int disp, int64_t& timestamp) = 0;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | VsyncControl.h | 33 bool wait(int disp, int64_t& timestamp);
|
D | VsyncControl.cpp | 65 bool VsyncControl::wait(int disp, int64_t& timestamp) in wait() function in android::intel::VsyncControl
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | IVsyncControl.h | 30 virtual bool wait(int disp, int64_t& timestamp) = 0;
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | VsyncControl.h | 33 bool wait(int disp, int64_t& timestamp);
|
D | VsyncControl.cpp | 65 bool VsyncControl::wait(int disp, int64_t& timestamp) in wait() function in android::intel::VsyncControl
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | sync.h | 45 int wait() { in wait() function
|
/hardware/ti/omap4-aah/camera/inc/ |
D | BufferSourceAdapter.h | 74 mReturnFrameCondition.wait(mReturnFrameMutex); in threadLoop() 126 while (mFrames.empty() && !mDestroying) mFramesCondition.wait(mFramesMutex); in threadLoop()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gr.h | 95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gr.h | 95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gr.h | 95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gr.h | 103 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gr.h | 102 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpegdec.c | 415 OMX_BOOL wait) in mm_jpeg_session_port_enable() argument 432 if (wait == OMX_TRUE) { in mm_jpeg_session_port_enable() 455 OMX_BOOL wait) in mm_jpeg_session_port_disable() argument 471 if (wait == OMX_TRUE) { in mm_jpeg_session_port_disable()
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_bufferqueue.h | 33 mCondition.wait(mMutex); in waitForFrame()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_uevents.cpp | 178 ctx->mWfdSyncLock.wait(); in handle_uevent()
|