Searched refs:bt_os_callouts_t (Results 1 – 8 of 8) 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);
133 bt_os_callouts_t bt_os_callouts{134 .size = sizeof(bt_os_callouts_t),
432 static bt_os_callouts_t* wakelock_os_callouts_saved = nullptr;448 static bt_os_callouts_t wakelock_os_callouts_jni = {455 static int set_os_callouts(bt_os_callouts_t* callouts) { in set_os_callouts()
442 } bt_os_callouts_t; typedef577 int (*set_os_callouts)(bt_os_callouts_t* callouts);
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()
212 bt_os_callouts_t bt_os_callouts = {sizeof(bt_os_callouts_t),