/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
D | CSemaphore.h | 53 void wait(void); 54 bool wait(int sec);
|
D | CSemaphore.cpp | 55 void CSemaphore::wait() in wait() function in CSemaphore 67 bool CSemaphore::wait(int sec) in wait() function in CSemaphore
|
D | CThread.cpp | 130 m_sem->wait(); in sleep()
|
D | NetlinkConnection.cpp | 187 if (!dataLeft.wait(timeout)) { in readData()
|
/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 | gscancommand.h | 177 virtual void waitForRsp(bool wait);
|
D | cpp_bindings.cpp | 656 res = mCondition.wait(); in requestEvent() 680 res = mCondition.wait(); in requestVendorEvent()
|
D | gscan.cpp | 1351 res = mCondition.wait(abstime); in requestEvent() 2203 return mCondition.wait(absTime); in timed_wait() 2206 void GScanCommand::waitForRsp(bool wait) in waitForRsp() argument 2208 mWaitforRsp = wait; in waitForRsp()
|
/hardware/intel/img/hwcomposer/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/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/include/ |
D | IVsyncControl.h | 30 virtual bool wait(int disp, int64_t& timestamp) = 0;
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | sync.h | 45 int wait() { in wait() function
|
D | cpp_bindings.cpp | 639 res = mCondition.wait(); in requestEvent() 663 res = mCondition.wait(); in requestVendorEvent()
|
/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/samsung_slsi/exynos5/libcamera2/ |
D | SignalDrivenThread.cpp | 126 m_threadCondition.wait(m_signalMutex); in threadLoop()
|
/hardware/intel/img/libdrm/libdrm/radeon/ |
D | radeon_bo_gem.c | 159 goto wait; in bo_map() 179 wait: in bo_map()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gr.h | 95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function
|
/hardware/intel/img/libdrm/shared-core/ |
D | via_drm.h | 218 int wait; member
|
D | radeon_drm.h | 204 } wait; member 268 } wait; member
|
/hardware/intel/img/libdrm/libdrm/intel/ |
D | intel_bufmgr.h | 141 void (*wait)(unsigned int fence,
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_bufferqueue.h | 33 mCondition.wait(mMutex); in waitForFrame()
|
D | camera_test_surfacetexture.h | 47 mCondition.wait(mMutex); in waitForFrame()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_uevents.cpp | 144 ctx->mWfdSyncLock.wait(); in teardownWfd()
|