Searched refs:IBluetoothA2dp (Results 1 – 7 of 7) sorted by relevance
268 private IBluetoothA2dp mService;288 mService = IBluetoothA2dp.Stub.asInterface(service); in onServiceConnected()297 private IBluetoothA2dp getService() { in getService()332 final IBluetoothA2dp service = getService(); in connect()370 final IBluetoothA2dp service = getService(); in disconnect()390 final IBluetoothA2dp service = getService(); in getConnectedDevices()411 final IBluetoothA2dp service = getService(); in getDevicesMatchingConnectionStates()433 final IBluetoothA2dp service = getService(); in getConnectionState()469 final IBluetoothA2dp service = getService(); in setActiveDevice()496 final IBluetoothA2dp service = getService(); in getActiveDevice()[all …]
2 Landroid/bluetooth/IBluetoothA2dp$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluet…
2 Landroid/bluetooth/IBluetoothA2dp$Stub;-><init>()V
14 Landroid/bluetooth/BluetoothA2dp;->mService:Landroid/bluetooth/IBluetoothA2dp;1288 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;-><init>(Landroid/os/IBinder;)V1289 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z1290 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->disableOptionalCodecs(Landroid/bluetooth/BluetoothDe…1291 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z1292 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->enableOptionalCodecs(Landroid/bluetooth/BluetoothDev…1293 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getActiveDevice()Landroid/bluetooth/BluetoothDevice;1294 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getCodecStatus(Landroid/bluetooth/BluetoothDevice;)L…1295 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getConnectedDevices()Ljava/util/List;1296 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevic…[all …]
31 interface IBluetoothA2dp { interface
16 "android/bluetooth/IBluetoothA2dp.aidl",
41 import android.bluetooth.IBluetoothA2dp;1376 static class BluetoothA2dpBinder extends IBluetoothA2dp.Stub implements IProfileServiceBinder {