Searched defs:unlock (Results 1 – 15 of 15) sorted by relevance
36 void unlock() RELEASE() { pthread_rwlock_unlock(&rwlock_); } in unlock() function50 void unlock() RELEASE() { lock_.unlock(); } in unlock() function
36 inline void Mutex::unlock() { in unlock() function
40 inline void Mutex::unlock() { in unlock() function
31 void unlock() { in unlock() function in MockMutex
91 public void unlock() throws Exception { in unlock() method in LockScreenAutomation
33 UnlockProxyLockHelper(LockedType* value, std::function<void(LockedType*)>&& unlock) in UnlockProxyLockHelper()
116 inline void RWLock::unlock() { in unlock() function
185 inline void Mutex::unlock() { in unlock() function
42 def unlock(device): function
226 void FastBootTest::SetLockState(bool unlock, bool assert_change) { in SetLockState()
864 void ThreadMutex::unlock() { pthread_mutex_unlock(&mMutex); } in unlock() function in ThreadMutex
47 int unlock(int userId, String userPassword); in unlock() method
50 static void unlock() { in unlock() function
439 Status KeyStoreService::unlock(int32_t userId, const String16& pw, int32_t* aidl_return) { in unlock() function in keystore::KeyStoreService