Home
last modified time | relevance | path

Searched refs:bt_os_callouts_t (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_wakelock.h80 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()
Dmock_osi_wakelock.cc63 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()
/packages/modules/Bluetooth/system/osi/test/
Dwakelock_test.cc39 static bt_os_callouts_t bt_wakelock_callouts = {
40 sizeof(bt_os_callouts_t), acquire_wake_lock_cb, release_wake_lock_cb};
Dalarm_test.cc60 static bt_os_callouts_t bt_wakelock_callouts = {
61 sizeof(bt_os_callouts_t), acquire_wake_lock_cb, release_wake_lock_cb};
/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.cc43 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()
/packages/modules/Bluetooth/system/test/headless/
Dheadless.cc269 bt_os_callouts_t bt_os_callouts{
270 .size = sizeof(bt_os_callouts_t),
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h662 } bt_os_callouts_t; typedef
806 int (*set_os_callouts)(bt_os_callouts_t* callouts);
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc987 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()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1201 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()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc582 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) { in wakelock_set_os_callouts()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp983 static bt_os_callouts_t sBluetoothOsCallouts = {