Searched defs:tryLock (Results 1 - 3 of 3) sorted by relevance
/system/nfc/halimpl/bcm2079x/adaptation/ | ||
H A D | Mutex.cpp | 98 ** Function: tryLock 105 bool Mutex::tryLock() { function in class:Mutex 108 ALOGE("Mutex::tryLock: error=0x%X", res); |
/system/core/include/utils/ | ||
H A D | Mutex.h | 64 status_t tryLock(); 137 inline status_t Mutex::tryLock() { function in class:android::Mutex |
/system/core/libutils/include/utils/ | ||
H A D | Mutex.h | 64 status_t tryLock(); 137 inline status_t Mutex::tryLock() { function in class:android::Mutex |
Completed in 81 milliseconds