Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/osi/test/
DAlarmTestHarness.cc28 static int acquire_wake_lock_cb(const char* lock_name) { in acquire_wake_lock_cb()
33 static int release_wake_lock_cb(const char* lock_name) { in release_wake_lock_cb()
Dwakelock_test.cc33 static int acquire_wake_lock_cb(const char* lock_name) { in acquire_wake_lock_cb()
38 static int release_wake_lock_cb(const char* lock_name) { in release_wake_lock_cb()
/packages/modules/Bluetooth/system/gd/os/host/
Dwakelock_native.cc34 WakelockNative::StatusCode WakelockNative::Acquire(const std::string& lock_name) { in Acquire()
39 WakelockNative::StatusCode WakelockNative::Release(const std::string& lock_name) { in Release()
/packages/modules/Bluetooth/system/gd/os/linux/
Dwakelock_native.cc34 WakelockNative::StatusCode WakelockNative::Acquire(const std::string& lock_name) { in Acquire()
39 WakelockNative::StatusCode WakelockNative::Release(const std::string& lock_name) { in Release()
/packages/modules/Bluetooth/system/gd/os/android/
Dwakelock_native.cc90 WakelockNative::StatusCode WakelockNative::Acquire(const std::string& lock_name) { in Acquire()
111 WakelockNative::StatusCode WakelockNative::Release(const std::string& lock_name) { in Release()
/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/test/headless/
Dheadless.cc197 int acquire_wake_lock_co(const char* lock_name) { in acquire_wake_lock_co()
202 int release_wake_lock_co(const char* lock_name) { in release_wake_lock_co()
/packages/modules/Bluetooth/system/service/
Dbluetooth_interface.cc540 static int acquire_wake_lock_cb(const char* lock_name) { in acquire_wake_lock_cb()
547 static int release_wake_lock_cb(const char* lock_name) { in release_wake_lock_cb()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc590 static int acquire_wake_lock_cb(const char* lock_name) { in acquire_wake_lock_cb()
597 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.cpp816 static int acquire_wake_lock_callout(const char* lock_name) { in acquire_wake_lock_callout()
841 static int release_wake_lock_callout(const char* lock_name) { in release_wake_lock_callout()