Home
last modified time | relevance | path

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

/hardware/google/gchips/libexynosutils/
DExynosMutex.cpp158 bool ExynosMutex::tryLock(void) in tryLock() function in ExynosMutex
171 ret = ((Mutex *)m_mutex)->tryLock(); in tryLock()
248 return ((ExynosMutex *)handle)->tryLock(); in exynos_mutex_trylock()
DExynosMutex.h71 bool tryLock(void);
/hardware/nxp/secure_element/snxxx/libese-spi/src/include/
DMutex.h79 bool tryLock();
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dsync.h35 int tryLock() { in tryLock() function
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dsync.h35 int tryLock() { in tryLock() function
/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
DMutex.cpp105 bool Mutex::tryLock() { in tryLock() function in Mutex
/hardware/interfaces/audio/aidl/default/r_submix/
DSubmixRoute.cpp33 SubmixRoute::RoutesMonitor SubmixRoute::getRoutes(bool tryLock) { in getRoutes() argument
36 return !tryLock ? RoutesMonitor(submixRoutesLock, submixRoutes) in getRoutes()
37 : RoutesMonitor(submixRoutesLock, submixRoutes, tryLock); in getRoutes()
DSubmixRoute.h137 static RoutesMonitor getRoutes(bool tryLock = false);
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dsync.h35 int tryLock() { in tryLock() function
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dsync.h35 int tryLock() { in tryLock() function
/hardware/google/gfxstream/guest/android-emu/aemu/base/synchronization/
DAndroidLock.h68 bool tryLock() { in tryLock() function
134 bool tryLock() { in tryLock() function
/hardware/google/aemu/base/include/aemu/base/synchronization/
DLock.h57 bool tryLock() TRY_ACQUIRE(true) { 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
226 bool intfLocked = tryLock(mInterfaceLock); in dumpState()
240 bool sessionLocked = tryLock(mLock); in dumpState()
255 bool iffLocked = tryLock(mInflightFramesLock); in dumpState()
888 if (mProcessCaptureResultLock.tryLock() != OK) { in invokeProcessCaptureResultCallback()
DCameraDeviceSession.cpp711 if (mProcessCaptureResultLock.tryLock() != OK) { in invokeProcessCaptureResultCallback_3_4()
/hardware/interfaces/camera/device/default/
DExternalCameraDeviceSession.cpp68 bool tryLock(Mutex& mutex) { in tryLock() function
71 if (mutex.tryLock() == NO_ERROR) { in tryLock()
80 bool tryLock(std::mutex& mutex) { in tryLock() function
1518 if (mProcessCaptureResultLock.tryLock() != OK) { in invokeProcessCaptureResultCallback()
1849 bool intfLocked = tryLock(mInterfaceLock); in dump()
1863 bool sessionLocked = tryLock(mLock); in dump()
1878 bool iffLocked = tryLock(mInflightFramesLock); in dump()
DExternalCameraOfflineSession.cpp182 if (mProcessCaptureResultLock.tryLock() != OK) { in invokeProcessCaptureResultCallback()
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp393 if (mProcessCaptureResultLock.tryLock() != OK) { in invokeProcessCaptureResultCallback()
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.cpp721 if (mProcessCaptureResultLock.tryLock() != OK) { in invokeProcessCaptureResultCallback()