Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_wakelock.h80 std::function<void(bt_os_callouts_t* callouts)> body{
82 void operator()(bt_os_callouts_t* callouts) { body(callouts); }; in operator()
Dmock_osi_wakelock.cc63 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts() argument
65 test::mock::osi_wakelock::wakelock_set_os_callouts(callouts); in wakelock_set_os_callouts()
/packages/modules/Bluetooth/system/osi/include/
Dwakelock.h28 void wakelock_set_os_callouts(bt_os_callouts_t* callouts);
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dwakelock_manager.cc183 void WakelockManager::SetOsCallouts(OsCallouts* callouts, Handler* handler) { in SetOsCallouts() argument
188 os_callouts_ = callouts; in SetOsCallouts()
/packages/modules/Bluetooth/system/gd/os/
Dwakelock_manager.h59 void SetOsCallouts(OsCallouts* callouts, Handler* handler);
/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc91 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts() argument
92 wakelock_os_callouts = callouts; in wakelock_set_os_callouts()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h806 int (*set_os_callouts)(bt_os_callouts_t* callouts);
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1279 let mut callouts = Box::new(bindings::bt_os_callouts_t { in initialize() localVariable
1284 let callouts_ptr = LTCheckedPtrMut::from(&mut callouts); in initialize()
1286 self.os_callouts = Some(callouts); in initialize()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1007 static int set_os_callouts(bt_os_callouts_t* callouts) { in set_os_callouts() argument
1008 wakelock_os_callouts_saved = callouts; in 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() argument