Home
last modified time | relevance | path

Searched refs:lock_name (Results 1 – 4 of 4) sorted by relevance

/system/bt/osi/test/
DAlarmTestHarness.cc28 static int acquire_wake_lock_cb(const char* lock_name) { in acquire_wake_lock_cb() argument
33 static int release_wake_lock_cb(const char* lock_name) { in release_wake_lock_cb() argument
Dwakelock_test.cc33 static int acquire_wake_lock_cb(const char* lock_name) { in acquire_wake_lock_cb() argument
38 static int release_wake_lock_cb(const char* lock_name) { in release_wake_lock_cb() argument
/system/bt/btif/src/
Dbluetooth.cc410 static int acquire_wake_lock_cb(const char* lock_name) { in acquire_wake_lock_cb() argument
414 lock_name)); in acquire_wake_lock_cb()
417 static int release_wake_lock_cb(const char* lock_name) { in release_wake_lock_cb() argument
421 lock_name)); in release_wake_lock_cb()
/system/bt/include/hardware/
Dbluetooth.h427 typedef int (*acquire_wake_lock_callout)(const char* lock_name);
428 typedef int (*release_wake_lock_callout)(const char* lock_name);