Home
last modified time | relevance | path

Searched refs:tryLock (Results 1 – 5 of 5) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dsync.h35 int tryLock() { in tryLock() function
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dsync.h35 int tryLock() { in tryLock() function
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp58 bool tryLock(Mutex& mutex) in tryLock() function
62 if (mutex.tryLock() == NO_ERROR) { in tryLock()
71 bool tryLock(std::mutex& mutex) in tryLock() function
228 bool intfLocked = tryLock(mInterfaceLock); in dumpState()
242 bool sessionLocked = tryLock(mLock); in dumpState()
257 bool iffLocked = tryLock(mInflightFramesLock); in dumpState()
893 if (mProcessCaptureResultLock.tryLock() != OK) { in invokeProcessCaptureResultCallback()
DCameraDeviceSession.cpp711 if (mProcessCaptureResultLock.tryLock() != OK) { in invokeProcessCaptureResultCallback_3_4()
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.cpp721 if (mProcessCaptureResultLock.tryLock() != OK) { in invokeProcessCaptureResultCallback()