Home
last modified time | relevance | path

Searched refs:callouts (Results 1 – 5 of 5) sorted by relevance

/system/bt/osi/include/
Dwakelock.h28 void wakelock_set_os_callouts(bt_os_callouts_t* callouts);
/system/bt/btif/src/
Dbluetooth.cc406 static int set_os_callouts(bt_os_callouts_t* callouts) { in set_os_callouts() argument
407 wakelock_set_os_callouts(callouts); in set_os_callouts()
/system/bt/osi/src/
Dwakelock.cc95 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts() argument
96 wakelock_os_callouts = callouts; in wakelock_set_os_callouts()
/system/bt/btif/
DBUILD.gn67 # BTIF callouts
/system/bt/tools/mcap_tool/
Dmcap_tool.cc540 static bt_os_callouts_t callouts = { variable
549 global_status = (bt_status_t)sBtInterface->set_os_callouts(&callouts); in adapter_init()