Searched defs:callouts (Results 1 – 6 of 6) sorted by relevance
63 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()
183 void WakelockManager::SetOsCallouts(OsCallouts* callouts, Handler* handler) { in SetOsCallouts()
91 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()
582 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()
1007 static int set_os_callouts(bt_os_callouts_t* callouts) { in set_os_callouts()
1279 let mut callouts = Box::new(bindings::bt_os_callouts_t { in initialize() localVariable