Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothMap.java88 private IBluetoothMap mService;
126 mService = IBluetoothMap.Stub.asInterface(service); in onServiceConnected()
135 private IBluetoothMap getService() { in getService()
156 final IBluetoothMap service = getService(); in getState()
181 final IBluetoothMap service = getService(); in getClient()
206 final IBluetoothMap service = getService(); in isConnected()
243 final IBluetoothMap service = getService(); in disconnect()
293 final IBluetoothMap service = getService(); in getConnectedDevices()
318 final IBluetoothMap service = getService(); in getDevicesMatchingConnectionStates()
373 IBluetoothMap service = IBluetoothMap.Stub.asInterface(pairQuery.first);
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothMap.aidl27 interface IBluetoothMap { interface
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt808 Landroid/bluetooth/BluetoothMap;->mService:Landroid/bluetooth/IBluetoothMap;
2159 Landroid/bluetooth/IBluetoothMap$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
2160 Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
2161 Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
2162 Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getClient()Landroid/bluetooth/BluetoothDevice;
2163 Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
2164 Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice…
2165 Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
2166 Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
2167 Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
[all …]
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp45 "android/bluetooth/IBluetoothMap.aidl",
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java31 import android.bluetooth.IBluetoothMap;
1256 static class BluetoothMapBinder extends IBluetoothMap.Stub implements IProfileServiceBinder {