Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 35) sorted by relevance

12

/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
DCSemaphore.h53 void wait(void);
54 bool wait(int sec);
DCSemaphore.cpp55 void CSemaphore::wait() in wait() function in CSemaphore
67 bool CSemaphore::wait(int sec) in wait() function in CSemaphore
DCThread.cpp130 m_sem->wait(); in sleep()
DNetlinkConnection.cpp187 if (!dataLeft.wait(timeout)) { in readData()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dsync.h60 int wait() { in wait() function
64 int wait(struct timespec abstime) in wait() function
Dgscancommand.h177 virtual void waitForRsp(bool wait);
Dcpp_bindings.cpp656 res = mCondition.wait(); in requestEvent()
680 res = mCondition.wait(); in requestVendorEvent()
Dgscan.cpp1351 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/
DVsyncEventObserver.cpp112 mCondition.wait(mLock); in threadLoop()
122 bool ret = mVsyncControl->wait(mDevice, timestamp); in threadLoop()
DSoftVsyncObserver.cpp116 mCondition.wait(mLock); in threadLoop()
/hardware/intel/img/hwcomposer/ips/common/
DVsyncControl.h33 bool wait(int disp, int64_t& timestamp);
DVsyncControl.cpp65 bool VsyncControl::wait(int disp, int64_t& timestamp) in wait() function in android::intel::VsyncControl
/hardware/intel/img/hwcomposer/include/
DIVsyncControl.h30 virtual bool wait(int disp, int64_t& timestamp) = 0;
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dsync.h45 int wait() { in wait() function
Dcpp_bindings.cpp639 res = mCondition.wait(); in requestEvent()
663 res = mCondition.wait(); in requestVendorEvent()
/hardware/ti/omap4-aah/camera/inc/
DBufferSourceAdapter.h74 mReturnFrameCondition.wait(mReturnFrameMutex); in threadLoop()
126 while (mFrames.empty() && !mDestroying) mFramesCondition.wait(mFramesMutex); in threadLoop()
/hardware/samsung_slsi/exynos5/libcamera2/
DSignalDrivenThread.cpp126 m_threadCondition.wait(m_signalMutex); in threadLoop()
/hardware/intel/img/libdrm/libdrm/radeon/
Dradeon_bo_gem.c159 goto wait; in bo_map()
179 wait: in bo_map()
/hardware/qcom/display/msm8084/libgralloc/
Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function
/hardware/intel/img/libdrm/shared-core/
Dvia_drm.h218 int wait; member
Dradeon_drm.h204 } wait; member
268 } wait; member
/hardware/intel/img/libdrm/libdrm/intel/
Dintel_bufmgr.h141 void (*wait)(unsigned int fence,
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_bufferqueue.h33 mCondition.wait(mMutex); in waitForFrame()
Dcamera_test_surfacetexture.h47 mCondition.wait(mMutex); in waitForFrame()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_uevents.cpp144 ctx->mWfdSyncLock.wait(); in teardownWfd()

12