Home
last modified time | relevance | path

Searched refs:IBluetoothA2dp (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothA2dp.java268 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 …]
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-unsupported.txt2 Landroid/bluetooth/IBluetoothA2dp$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluet…
Dhiddenapi-max-target-p-low-priority.txt2 Landroid/bluetooth/IBluetoothA2dp$Stub;-><init>()V
Dhiddenapi-max-target-o-low-priority.txt14 Landroid/bluetooth/BluetoothA2dp;->mService:Landroid/bluetooth/IBluetoothA2dp;
1288 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
1289 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
1290 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->disableOptionalCodecs(Landroid/bluetooth/BluetoothDe…
1291 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
1292 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 …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dp.aidl31 interface IBluetoothA2dp { interface
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp16 "android/bluetooth/IBluetoothA2dp.aidl",
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java41 import android.bluetooth.IBluetoothA2dp;
1376 static class BluetoothA2dpBinder extends IBluetoothA2dp.Stub implements IProfileServiceBinder {