Home
last modified time | relevance | path

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

/system/bt/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()
/system/bt/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()
/system/bt/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()
/system/bt/gd/os/android/
Dwakelock_native.cc67 WakelockNative::StatusCode WakelockNative::Acquire(const std::string& lock_name) { in Acquire()
87 WakelockNative::StatusCode WakelockNative::Release(const std::string& lock_name) { in Release()
/system/bt/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()
/system/bt/test/headless/
Dheadless.cc171 int acquire_wake_lock_co(const char* lock_name) { in acquire_wake_lock_co()
176 int release_wake_lock_co(const char* lock_name) { in release_wake_lock_co()
/system/bt/btif/src/
Dbluetooth.cc529 static int acquire_wake_lock_cb(const char* lock_name) { in acquire_wake_lock_cb()
536 static int release_wake_lock_cb(const char* lock_name) { in release_wake_lock_cb()