Home
last modified time | relevance | path

Searched defs:callouts (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_wakelock.cc63 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dwakelock_manager.cc183 void WakelockManager::SetOsCallouts(OsCallouts* callouts, Handler* handler) { in SetOsCallouts()
/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc91 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc582 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1007 static int set_os_callouts(bt_os_callouts_t* callouts) { in set_os_callouts()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1279 let mut callouts = Box::new(bindings::bt_os_callouts_t { in initialize() localVariable