Home
last modified time | relevance | path

Searched refs:bt_os_callouts_t (Results 1 – 8 of 8) 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.cc133 bt_os_callouts_t bt_os_callouts{
134 .size = sizeof(bt_os_callouts_t),
/system/bt/btif/src/
Dbluetooth.cc432 static bt_os_callouts_t* wakelock_os_callouts_saved = nullptr;
448 static bt_os_callouts_t wakelock_os_callouts_jni = {
455 static int set_os_callouts(bt_os_callouts_t* callouts) { in set_os_callouts()
/system/bt/include/hardware/
Dbluetooth.h442 } bt_os_callouts_t; typedef
577 int (*set_os_callouts)(bt_os_callouts_t* callouts);
/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.cc212 bt_os_callouts_t bt_os_callouts = {sizeof(bt_os_callouts_t),