Searched refs:unlock (Results 1 - 9 of 9) sorted by relevance

/system/core/include/utils/
H A DRWLock.h58 void unlock();
63 inline ~AutoRLock() { mLock.unlock(); }
71 inline ~AutoWLock() { mLock.unlock(); }
116 inline void RWLock::unlock() { function in class:android::RWLock
H A DMutex.h54 // lock or unlock the mutex
56 void unlock();
67 inline ~Autolock() { mLock.unlock(); }
114 inline void Mutex::unlock() { function in class:android::Mutex
/system/core/liblog/
H A Dfake_log_device.c99 static void unlock() function
105 #define unlock() ((void)0) macro
161 unlock();
595 unlock();
598 unlock();
629 unlock();
/system/security/keystore/include/keystore/
H A DIKeystoreService.h91 virtual int32_t unlock(const String16& password) = 0;
/system/security/keystore/
H A Dkeystore_cli.cpp207 SINGLE_ARG_INT_RETURN(unlock);
H A DIKeystoreService.cpp251 virtual int32_t unlock(const String16& password) function in class:android::BpKeystoreService
258 ALOGD("unlock() could not contact remote: %d\n", status);
264 ALOGD("unlock() caught exception %d\n", err);
692 int32_t ret = unlock(pass);
H A Dkeystore.cpp1179 * unlock the keystore for that user will fail as well, so any
1638 * file using the same password when the user unlock it for the first time. If
1685 int32_t unlock(const String16& pw) { function in class:android::KeyStoreProxy
1688 ALOGW("permission denied for %d: unlock", callingUid);
1694 ALOGD("calling unlock when not locked");
/system/core/libutils/
H A DLooper.cpp296 mLock.unlock();
316 mLock.unlock();
H A DThreads.cpp406 void Mutex::unlock()

Completed in 144 milliseconds