Searched refs:bt_os_callouts_t (Results 1 – 9 of 9) sorted by relevance
38 static bt_os_callouts_t bt_wakelock_callouts = {39 sizeof(bt_os_callouts_t), NULL, acquire_wake_lock_cb, release_wake_lock_cb};
43 static bt_os_callouts_t bt_wakelock_callouts = {44 sizeof(bt_os_callouts_t), NULL, acquire_wake_lock_cb, release_wake_lock_cb};
28 void wakelock_set_os_callouts(bt_os_callouts_t* callouts);
181 bt_os_callouts_t bt_os_callouts{182 .size = sizeof(bt_os_callouts_t),
47 static bt_os_callouts_t* wakelock_os_callouts = NULL;95 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()
233 bt_os_callouts_t bt_os_callouts = {sizeof(bt_os_callouts_t),
526 } bt_os_callouts_t; typedef664 int (*set_os_callouts)(bt_os_callouts_t* callouts);
527 static bt_os_callouts_t* wakelock_os_callouts_saved = nullptr;543 static bt_os_callouts_t wakelock_os_callouts_jni = {550 static int set_os_callouts(bt_os_callouts_t* callouts) { in set_os_callouts()
640 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()