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;
31 class BluetoothSocketManagerBinder extends IBluetoothSocketManager.Stub {
DAdapterService.java75 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/
DBluetoothSocket.java452 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/
DIBluetoothSocketManager.aidl28 interface IBluetoothSocketManager interface
DIBluetooth.aidl28 import android.bluetooth.IBluetoothSocketManager;
169 IBluetoothSocketManager getSocketManager(); in getSocketManager()
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp59 "android/bluetooth/IBluetoothSocketManager.aidl",
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs25 IBluetoothSocketManager, IBluetoothSocketManagerCallbacks, SocketId, SocketResult,
854 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.rs292 pub trait IBluetoothSocketManager { interface
1270 impl IBluetoothSocketManager for BluetoothSocketManager {
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs50 BluetoothServerSocket, BluetoothSocket, CallbackId, IBluetoothSocketManager,
2130 impl IBluetoothSocketManager for BluetoothSocketManagerDBus {
Dcallbacks.rs36 BluetoothServerSocket, BluetoothSocket, IBluetoothSocketManager,
Dcommand_handler.rs27 use btstack::socket_manager::{IBluetoothSocketManager, SocketResult};