Searched refs:bt_os_callouts_t (Results 1 – 12 of 12) sorted by relevance
80 std::function<void(bt_os_callouts_t* callouts)> body{81 [](bt_os_callouts_t* /* callouts */) {}};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()
39 static bt_os_callouts_t bt_wakelock_callouts = {40 sizeof(bt_os_callouts_t), acquire_wake_lock_cb, release_wake_lock_cb};
60 static bt_os_callouts_t bt_wakelock_callouts = {61 sizeof(bt_os_callouts_t), acquire_wake_lock_cb, release_wake_lock_cb};
28 void wakelock_set_os_callouts(bt_os_callouts_t* callouts);
43 static bt_os_callouts_t* wakelock_os_callouts = NULL;91 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()
269 bt_os_callouts_t bt_os_callouts{270 .size = sizeof(bt_os_callouts_t),
662 } bt_os_callouts_t; typedef806 int (*set_os_callouts)(bt_os_callouts_t* callouts);
987 static bt_os_callouts_t* wakelock_os_callouts_saved = nullptr;1001 static bt_os_callouts_t wakelock_os_callouts_jni = {1007 static int set_os_callouts(bt_os_callouts_t* callouts) { in set_os_callouts()
1201 os_callouts: Option<Box<bindings::bt_os_callouts_t>>,1279 let mut callouts = Box::new(bindings::bt_os_callouts_t { in initialize()1280 size: std::mem::size_of::<bindings::bt_os_callouts_t>(), in initialize()
582 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()
983 static bt_os_callouts_t sBluetoothOsCallouts = {