Home
last modified time | relevance | path

Searched refs:wakelock_set_os_callouts (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_wakelock.cc39 struct wakelock_set_os_callouts wakelock_set_os_callouts; variable
63 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts() function
65 test::mock::osi_wakelock::wakelock_set_os_callouts(callouts); in wakelock_set_os_callouts()
Dmock_osi_wakelock.h79 struct wakelock_set_os_callouts { struct
84 extern struct wakelock_set_os_callouts wakelock_set_os_callouts; argument
/packages/modules/Bluetooth/system/osi/test/
Dwakelock_test.cc69 wakelock_set_os_callouts(NULL); in TearDown()
126 wakelock_set_os_callouts(&bt_wakelock_callouts); in TEST_F()
140 wakelock_set_os_callouts(NULL); // Make sure we use native wakelocks in TEST_F()
Dalarm_test.cc68 wakelock_set_os_callouts(&bt_wakelock_callouts); in SetUp()
80 wakelock_set_os_callouts(NULL); in TearDown()
/packages/modules/Bluetooth/system/osi/include/
Dwakelock.h28 void wakelock_set_os_callouts(bt_os_callouts_t* callouts);
/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc91 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc582 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts() function
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1009 wakelock_set_os_callouts(&wakelock_os_callouts_jni); in set_os_callouts()