Home
last modified time | relevance | path

Searched defs:unlock (Results 1 – 9 of 9) sorted by relevance

/system/core/adb/sysdeps/
Dmutex.h54 void unlock() { in unlock() function
79 void unlock() { in unlock() function
/system/core/include/utils/
DRWLock.h116 inline void RWLock::unlock() { in unlock() function
DMutex.h134 inline void Mutex::unlock() { in unlock() function
/system/core/logd/
DLogBuffer.h137 void unlock() { pthread_mutex_unlock(&mLogElementsLock); } in unlock() function
DLogTimes.h64 static void unlock(void) { pthread_mutex_unlock(&timesLock); } in unlock() function
/system/core/liblog/
Dfake_log_device.c105 static void unlock() in unlock() function
113 #define unlock() ((void)0) macro
Dlog_is_loggable.c44 static void unlock() in unlock() function
/system/security/keystore/
Dkey_store_service.cpp246 int32_t KeyStoreService::unlock(int32_t userId, const String16& pw) { in unlock() function in android::KeyStoreService
DIKeystoreService.cpp664 virtual int32_t unlock(int32_t userId, const String16& password) in unlock() function in android::BpKeystoreService