Home
last modified time | relevance | path

Searched defs:lock_name (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/gd/os/chromeos/
Dwakelock_native.cc37 WakelockNative::StatusCode WakelockNative::Acquire(const std::string& lock_name) { in Acquire()
42 WakelockNative::StatusCode WakelockNative::Release(const std::string& lock_name) { in Release()
/packages/modules/Bluetooth/system/gd/os/linux/
Dwakelock_native.cc37 WakelockNative::StatusCode WakelockNative::Acquire(const std::string& lock_name) { in Acquire()
42 WakelockNative::StatusCode WakelockNative::Release(const std::string& lock_name) { in Release()
/packages/modules/Bluetooth/system/osi/test/
Dwakelock_test.cc29 static int acquire_wake_lock_cb(const char* lock_name) { in acquire_wake_lock_cb()
34 static int release_wake_lock_cb(const char* lock_name) { in release_wake_lock_cb()
Dalarm_test.cc50 static int acquire_wake_lock_cb(const char* lock_name) { in acquire_wake_lock_cb()
55 static int release_wake_lock_cb(const char* lock_name) { in release_wake_lock_cb()
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dwakelock_manager_unittest.cc44 void AcquireCallout(const std::string& lock_name) override { in AcquireCallout()
52 void ReleaseCallout(const std::string& lock_name) override { in ReleaseCallout()
/packages/modules/Bluetooth/system/gd/os/android/
Dwakelock_native.cc91 WakelockNative::StatusCode WakelockNative::Acquire(const std::string& lock_name) { in Acquire()
/packages/modules/Bluetooth/system/test/headless/
Dheadless.cc259 int acquire_wake_lock_co([[maybe_unused]] const char* lock_name) { in acquire_wake_lock_co()
264 int release_wake_lock_co([[maybe_unused]] const char* lock_name) { in release_wake_lock_co()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc989 static int acquire_wake_lock_cb(const char* lock_name) { in acquire_wake_lock_cb()
995 static int release_wake_lock_cb(const char* lock_name) { in release_wake_lock_cb()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp921 static int acquire_wake_lock_callout(const char* lock_name) { in acquire_wake_lock_callout()
952 static int release_wake_lock_callout(const char* lock_name) { in release_wake_lock_callout()