Searched refs:callouts (Results 1 – 10 of 10) sorted by relevance
80 std::function<void(bt_os_callouts_t* callouts)> body{82 void operator()(bt_os_callouts_t* callouts) { body(callouts); }; in operator()
63 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts() argument65 test::mock::osi_wakelock::wakelock_set_os_callouts(callouts); in wakelock_set_os_callouts()
28 void wakelock_set_os_callouts(bt_os_callouts_t* callouts);
183 void WakelockManager::SetOsCallouts(OsCallouts* callouts, Handler* handler) { in SetOsCallouts() argument188 os_callouts_ = callouts; in SetOsCallouts()
59 void SetOsCallouts(OsCallouts* callouts, Handler* handler);
91 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts() argument92 wakelock_os_callouts = callouts; in wakelock_set_os_callouts()
806 int (*set_os_callouts)(bt_os_callouts_t* callouts);
1279 let mut callouts = Box::new(bindings::bt_os_callouts_t { in initialize() localVariable1284 let callouts_ptr = LTCheckedPtrMut::from(&mut callouts); in initialize()1286 self.os_callouts = Some(callouts); in initialize()
1007 static int set_os_callouts(bt_os_callouts_t* callouts) { in set_os_callouts() argument1008 wakelock_os_callouts_saved = callouts; in set_os_callouts()
582 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts() argument