Searched refs:IBluetoothMap (Results 1 – 5 of 5) sorted by relevance
88 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 …]
27 interface IBluetoothMap { interface
808 Landroid/bluetooth/BluetoothMap;->mService:Landroid/bluetooth/IBluetoothMap;2159 Landroid/bluetooth/IBluetoothMap$Stub$Proxy;-><init>(Landroid/os/IBinder;)V2160 Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z2161 Landroid/bluetooth/IBluetoothMap$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z2162 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 …]
45 "android/bluetooth/IBluetoothMap.aidl",
31 import android.bluetooth.IBluetoothMap;1256 static class BluetoothMapBinder extends IBluetoothMap.Stub implements IProfileServiceBinder {