Home
last modified time | relevance | path

Searched refs:bt_os_callouts_t (Results 1 – 9 of 9) sorted by relevance

/system/bt/osi/test/
DAlarmTestHarness.cc38 static bt_os_callouts_t bt_wakelock_callouts = {
39 sizeof(bt_os_callouts_t), NULL, acquire_wake_lock_cb, release_wake_lock_cb};
Dwakelock_test.cc43 static bt_os_callouts_t bt_wakelock_callouts = {
44 sizeof(bt_os_callouts_t), NULL, acquire_wake_lock_cb, release_wake_lock_cb};
/system/bt/osi/include/
Dwakelock.h28 void wakelock_set_os_callouts(bt_os_callouts_t* callouts);
/system/bt/test/headless/
Dheadless.cc181 bt_os_callouts_t bt_os_callouts{
182 .size = sizeof(bt_os_callouts_t),
/system/bt/osi/src/
Dwakelock.cc47 static bt_os_callouts_t* wakelock_os_callouts = NULL;
95 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()
/system/bt/service/hal/
Dbluetooth_interface.cc233 bt_os_callouts_t bt_os_callouts = {sizeof(bt_os_callouts_t),
/system/bt/include/hardware/
Dbluetooth.h526 } bt_os_callouts_t; typedef
664 int (*set_os_callouts)(bt_os_callouts_t* callouts);
/system/bt/btif/src/
Dbluetooth.cc527 static bt_os_callouts_t* wakelock_os_callouts_saved = nullptr;
543 static bt_os_callouts_t wakelock_os_callouts_jni = {
550 static int set_os_callouts(bt_os_callouts_t* callouts) { in set_os_callouts()
/system/bt/test/stub/
Dosi.cc640 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()