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; 28 class BluetoothSocketManagerBinder extends IBluetoothSocketManager.Stub {
|
| D | AdapterService.java | 73 import android.bluetooth.IBluetoothSocketManager; 3482 public IBluetoothSocketManager getSocketManager() { in getSocketManager() 3488 return IBluetoothSocketManager.Stub.asInterface(service.mBluetoothSocketManagerBinder); in getSocketManager()
|
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothSocketManager.aidl | 28 interface IBluetoothSocketManager interface
|
| D | IBluetooth.aidl | 27 import android.bluetooth.IBluetoothSocketManager; 175 IBluetoothSocketManager getSocketManager(); in getSocketManager()
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothSocket.java | 470 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in connect() 558 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in bindListen() 856 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in requestMaximumTxDataLength()
|
| /packages/modules/Bluetooth/system/binder/ |
| D | Android.bp | 65 "android/bluetooth/IBluetoothSocketManager.aidl",
|
| /packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
| D | iface_bluetooth.rs | 22 IBluetoothSocketManager, IBluetoothSocketManagerCallbacks, SocketId, SocketResult, 723 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 | 289 pub trait IBluetoothSocketManager { interface 1223 impl IBluetoothSocketManager for BluetoothSocketManager {
|
| /packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
| D | dbus_iface.rs | 35 BluetoothServerSocket, BluetoothSocket, CallbackId, IBluetoothSocketManager, 1939 impl IBluetoothSocketManager for BluetoothSocketManagerDBus {
|
| D | callbacks.rs | 24 BluetoothServerSocket, BluetoothSocket, IBluetoothSocketManager,
|
| D | command_handler.rs | 20 use btstack::socket_manager::{IBluetoothSocketManager, SocketResult};
|