Home
last modified time | relevance | path

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

/system/core/include/utils/
DMutex.h114 inline void Mutex::unlock() { in unlock() function
DRWLock.h116 inline void RWLock::unlock() { in unlock() function
/system/core/liblog/
Dfake_log_device.c99 static void unlock() in unlock() function
105 #define unlock() ((void)0) macro
/system/security/keystore/
DIKeystoreService.cpp251 virtual int32_t unlock(const String16& password) in unlock() function in android::BpKeystoreService
Dkeystore.cpp1685 int32_t unlock(const String16& pw) { in unlock() function in android::KeyStoreProxy