Home
last modified time | relevance | path

Searched refs:Unlock (Results 1 – 7 of 7) sorted by relevance

/system/core/libappfuse/include/libappfuse/
DFuseBridgeLoop.h55 static void Unlock();
/system/unwinding/libunwindstack/
DThreadEntry.h55 inline void Unlock() { mutex_.unlock(); } in Unlock() function
DThreadEntry.cpp60 entry->Unlock(); in Remove()
/system/tools/hidl/build/
Dhidl_package_root.go131 packageRootsMutex.Unlock()
/system/security/keystore2/src/
Dpermission.rs124 Unlock,
502 assert!(check_keystore_permission(&system_server_ctx, KeystorePerm::Unlock).is_ok()); in check_keystore_permission_test()
512 assert_perm_failed!(check_keystore_permission(&shell_ctx, KeystorePerm::Unlock)); in check_keystore_permission_test()
Dauthorization.rs133 check_keystore_permission(KeystorePerm::Unlock) in on_device_unlocked()
/system/core/libappfuse/
DFuseBridgeLoop.cc394 void FuseBridgeLoop::Unlock() { in Unlock() function in android::fuse::FuseBridgeLoop