Home
last modified time | relevance | path

Searched refs:IBluetoothSap (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSap.java113 private IBluetoothSap mService;
149 mService = IBluetoothSap.Stub.asInterface(service); in onServiceConnected()
158 private IBluetoothSap getService() { in getService()
179 final IBluetoothSap service = getService(); in getState()
204 final IBluetoothSap service = getService(); in getClient()
229 final IBluetoothSap service = getService(); in isConnected()
266 final IBluetoothSap service = getService(); in disconnect()
290 final IBluetoothSap service = getService(); in getConnectedDevices()
315 final IBluetoothSap service = getService(); in getDevicesMatchingConnectionStates()
370 IBluetoothSap service = IBluetoothSap.Stub.asInterface(pairQuery.first);
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothSap.aidl27 interface IBluetoothSap { interface
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt973 Landroid/bluetooth/BluetoothSap;->mService:Landroid/bluetooth/IBluetoothSap;
2314 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
2315 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
2316 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
2317 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getClient()Landroid/bluetooth/BluetoothDevice;
2318 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
2319 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice…
2320 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
2321 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
2322 Landroid/bluetooth/IBluetoothSap$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
[all …]
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp57 "android/bluetooth/IBluetoothSap.aidl",
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java15 import android.bluetooth.IBluetoothSap;
905 private static class SapBinder extends IBluetoothSap.Stub implements IProfileServiceBinder {