Searched refs:IBluetoothMapClient (Results 1 – 6 of 6) sorted by relevance
206 private final BluetoothProfileConnector<IBluetoothMapClient> mProfileConnector =208 "BluetoothMapClient", IBluetoothMapClient.class.getName()) {210 public IBluetoothMapClient getServiceInterface(IBinder service) {211 return IBluetoothMapClient.Stub.asInterface(service);250 private IBluetoothMapClient getService() { in getService()264 final IBluetoothMapClient service = getService(); in isConnected()294 final IBluetoothMapClient service = getService(); in connect()326 final IBluetoothMapClient service = getService(); in disconnect()356 final IBluetoothMapClient service = getService(); in getConnectedDevices()393 final IBluetoothMapClient service = getService(); in getDevicesMatchingConnectionStates()[all …]
839 Landroid/bluetooth/BluetoothMapClient;->mService:Landroid/bluetooth/IBluetoothMapClient;2195 Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;-><init>(Landroid/os/IBinder;)V2196 Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z2197 Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z2198 Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->getConnectedDevices()Ljava/util/List;2199 Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->getConnectionState(Landroid/bluetooth/Bluetooth…2200 Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/uti…2201 Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;2202 Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;…2203 Landroid/bluetooth/IBluetoothMapClient$Stub$Proxy;->getUnreadMessages(Landroid/bluetooth/BluetoothD…[all …]
31 oneway interface IBluetoothMapClient { interface
45 "android/bluetooth/IBluetoothMapClient.aidl",
24 import android.bluetooth.IBluetoothMapClient;
26 import android.bluetooth.IBluetoothMapClient;470 static class Binder extends IBluetoothMapClient.Stub implements IProfileServiceBinder {