Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBluetoothSocketManagerBinder.java21 import android.bluetooth.IBluetoothSocketManager;
28 class BluetoothSocketManagerBinder extends IBluetoothSocketManager.Stub {
DAdapterService.java73 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/
DIBluetoothSocketManager.aidl28 interface IBluetoothSocketManager interface
DIBluetooth.aidl27 import android.bluetooth.IBluetoothSocketManager;
175 IBluetoothSocketManager getSocketManager(); in getSocketManager()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java470 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/
DAndroid.bp65 "android/bluetooth/IBluetoothSocketManager.aidl",
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs22 IBluetoothSocketManager, IBluetoothSocketManagerCallbacks, SocketId, SocketResult,
723 impl IBluetoothSocketManager for IBluetoothSocketManagerDBus {
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1122 …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/
Dsocket_manager.rs289 pub trait IBluetoothSocketManager { interface
1223 impl IBluetoothSocketManager for BluetoothSocketManager {
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs35 BluetoothServerSocket, BluetoothSocket, CallbackId, IBluetoothSocketManager,
1939 impl IBluetoothSocketManager for BluetoothSocketManagerDBus {
Dcallbacks.rs24 BluetoothServerSocket, BluetoothSocket, IBluetoothSocketManager,
Dcommand_handler.rs20 use btstack::socket_manager::{IBluetoothSocketManager, SocketResult};