Home
last modified time | relevance | path

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

/system/core/logd/
Drwlock.h36 void unlock() RELEASE() { pthread_rwlock_unlock(&rwlock_); } in unlock() function
50 void unlock() RELEASE() { lock_.unlock(); } in unlock() function
/system/chre/platform/linux/include/chre/target_platform/
Dmutex_base_impl.h36 inline void Mutex::unlock() { in unlock() function
/system/chre/platform/slpi/include/chre/target_platform/
Dmutex_base_impl.h40 inline void Mutex::unlock() { in unlock() function
/system/chre/util/tests/
Dlock_guard_test.cc31 void unlock() { in unlock() function in MockMutex
Dconditional_lock_guard_test.cc31 void unlock() { in unlock() function in MockMutex
/system/gsid/tests/
DLockScreenAutomation.java91 public void unlock() throws Exception { in unlock() method in LockScreenAutomation
/system/security/keystore/include/keystore/
Dkeystore_concurrency.h33 UnlockProxyLockHelper(LockedType* value, std::function<void(LockedType*)>&& unlock) in UnlockProxyLockHelper()
/system/core/libutils/include/utils/
DRWLock.h116 inline void RWLock::unlock() { in unlock() function
DMutex.h185 inline void Mutex::unlock() { in unlock() function
/system/core/adb/
Dbenchmark_device.py42 def unlock(device): function
/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp226 void FastBootTest::SetLockState(bool unlock, bool assert_change) { in SetLockState()
/system/nfc/src/adaptation/
DNfcAdaptation.cc864 void ThreadMutex::unlock() { pthread_mutex_unlock(&mMutex); } in unlock() function in ThreadMutex
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl47 int unlock(int userId, String userPassword); in unlock() method
/system/core/liblog/
Dproperties.cpp50 static void unlock() { in unlock() function
/system/security/keystore/
Dkey_store_service.cpp439 Status KeyStoreService::unlock(int32_t userId, const String16& pw, int32_t* aidl_return) { in unlock() function in keystore::KeyStoreService