Home
last modified time | relevance | path

Searched refs:set_os_callouts (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1007 static int set_os_callouts(bt_os_callouts_t* callouts) { in set_os_callouts() function
1188 .set_os_callouts = set_os_callouts,
/packages/modules/Bluetooth/system/test/headless/
Dheadless.cc293 status = bluetoothInterface.set_os_callouts(&bt_os_callouts); in SetUp()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h806 int (*set_os_callouts)(bt_os_callouts_t* callouts); member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1285 ccall!(self, set_os_callouts, callouts_ptr.into()); in initialize()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1048 ret = sBluetoothInterface->set_os_callouts(&sBluetoothOsCallouts); in initNative()