Searched refs:IBluetoothConnectionCallback (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothConnectionCallback.aidl | 24 oneway interface IBluetoothConnectionCallback { interface
|
D | IBluetooth.aidl | 25 import android.bluetooth.IBluetoothConnectionCallback; 249 …oneway void registerBluetoothConnectionCallback(in IBluetoothConnectionCallback callback, in Attri… in registerBluetoothConnectionCallback() 251 …oneway void unregisterBluetoothConnectionCallback(in IBluetoothConnectionCallback callback, in Att… in unregisterBluetoothConnectionCallback()
|
/packages/modules/Bluetooth/android/app/aidl/ |
D | Android.bp | 23 "android/bluetooth/IBluetoothConnectionCallback.aidl",
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 21 IBluetoothConnectionCallback, IBluetoothQALegacy, 186 impl IBluetoothConnectionCallback for BluetoothConnectionCallbackDBus { 494 callback: Box<dyn IBluetoothConnectionCallback + Send>, in register_connection_callback()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 34 import android.bluetooth.IBluetoothConnectionCallback; 1252 Set<IBluetoothConnectionCallback> bluetoothConnectionCallbacks = in aclStateChangeCallback() 1254 for (IBluetoothConnectionCallback callback : bluetoothConnectionCallbacks) { in aclStateChangeCallback()
|
D | AdapterService.java | 70 import android.bluetooth.IBluetoothConnectionCallback; 276 private Set<IBluetoothConnectionCallback> mBluetoothConnectionCallbacks = new HashSet<>(); 3510 IBluetoothConnectionCallback callback, AttributionSource source) { in registerBluetoothConnectionCallback() 3524 IBluetoothConnectionCallback callback, AttributionSource source) { in unregisterBluetoothConnectionCallback() 5589 public Set<IBluetoothConnectionCallback> getBluetoothConnectionCallbacks() { in getBluetoothConnectionCallbacks()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 92 callback: Box<dyn IBluetoothConnectionCallback + Send>, in register_connection_callback() 576 pub trait IBluetoothConnectionCallback: RPCProxy { trait 597 connection_callbacks: Callbacks<dyn IBluetoothConnectionCallback + Send>, 2169 callback: Box<dyn IBluetoothConnectionCallback + Send>, in register_connection_callback()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 23 BluetoothDevice, IBluetooth, IBluetoothCallback, IBluetoothConnectionCallback, 369 impl IBluetoothConnectionCallback for BtConnectionCallback {
|
D | dbus_iface.rs | 30 BluetoothDevice, BtAdapterRole, IBluetooth, IBluetoothCallback, IBluetoothConnectionCallback, 671 impl IBluetoothConnectionCallback for IBluetoothConnectionCallbackDBus { 760 callback: Box<dyn IBluetoothConnectionCallback + Send>, in register_connection_callback()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothAdapter.java | 4621 private final IBluetoothConnectionCallback mBluetoothConnectionCallback = 4622 new IBluetoothConnectionCallback.Stub() {
|