Searched refs:IBluetoothSocketManager (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | BluetoothSocketManagerBinder.java | 21 import android.bluetooth.IBluetoothSocketManager; 31 class BluetoothSocketManagerBinder extends IBluetoothSocketManager.Stub {
|
D | AdapterService.java | 75 import android.bluetooth.IBluetoothSocketManager; 3393 public IBluetoothSocketManager getSocketManager() { in getSocketManager() 3399 return IBluetoothSocketManager.Stub.asInterface(service.mBluetoothSocketManagerBinder); in getSocketManager()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothSocket.java | 452 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in connect() 540 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in bindListen() 833 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in requestMaximumTxDataLength() 869 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in getL2capLocalChannelId() 913 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in getL2capRemoteChannelId()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothSocketManager.aidl | 28 interface IBluetoothSocketManager interface
|
D | IBluetooth.aidl | 28 import android.bluetooth.IBluetoothSocketManager; 169 IBluetoothSocketManager getSocketManager(); in getSocketManager()
|
/packages/modules/Bluetooth/android/app/aidl/ |
D | Android.bp | 59 "android/bluetooth/IBluetoothSocketManager.aidl",
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 25 IBluetoothSocketManager, IBluetoothSocketManagerCallbacks, SocketId, SocketResult, 854 impl IBluetoothSocketManager for IBluetoothSocketManagerDBus {
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1122 …oid/bluetooth/IBluetooth$Stub$Proxy;->getSocketManager()Landroid/bluetooth/IBluetoothSocketManager; 1254 Landroid/bluetooth/IBluetooth;->getSocketManager()Landroid/bluetooth/IBluetoothSocketManager; 2350 Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 2351 Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->connectSocket(Landroid/bluetooth/BluetoothD… 2352 Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->createSocketChannel(ILjava/lang/String;Land… 2353 Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String; 2354 Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->mRemote:Landroid/os/IBinder; 2355 Landroid/bluetooth/IBluetoothSocketManager$Stub$Proxy;->requestMaximumTxDataLength(Landroid/bluetoo… 2356 Landroid/bluetooth/IBluetoothSocketManager$Stub;-><init>()V 2357 Landroid/bluetooth/IBluetoothSocketManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetoo… [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | socket_manager.rs | 292 pub trait IBluetoothSocketManager { interface 1270 impl IBluetoothSocketManager for BluetoothSocketManager {
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 50 BluetoothServerSocket, BluetoothSocket, CallbackId, IBluetoothSocketManager, 2130 impl IBluetoothSocketManager for BluetoothSocketManagerDBus {
|
D | callbacks.rs | 36 BluetoothServerSocket, BluetoothSocket, IBluetoothSocketManager,
|
D | command_handler.rs | 27 use btstack::socket_manager::{IBluetoothSocketManager, SocketResult};
|