/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkServiceBinderTest.java | 118 public void isA2dpPlaying() { in isA2dpPlaying() method in A2dpSinkServiceBinderTest 122 mBinder.isA2dpPlaying(device, source); in isA2dpPlaying() 123 verify(mService).isA2dpPlaying(device); in isA2dpPlaying()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceBinderTest.java | 169 public void isA2dpPlaying() { in isA2dpPlaying() method in A2dpServiceBinderTest 170 mBinder.isA2dpPlaying(sDevice, sSource); in isA2dpPlaying() 171 verify(mA2dpService).isA2dpPlaying(sDevice); in isA2dpPlaying()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | A2dp.kt | 167 if (!bluetoothA2dp.isA2dpPlaying(device)) { in start() 191 if (!bluetoothA2dp.isA2dpPlaying(device)) { in suspend() 219 val isSuspended = bluetoothA2dp.isA2dpPlaying(device) in isSuspended()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 178 boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in A2dpSinkService 286 public boolean isA2dpPlaying(BluetoothDevice device, AttributionSource source) { in isA2dpPlaying() method in A2dpSinkService.A2dpSinkServiceBinder 291 return service.isA2dpPlaying(device); in isA2dpPlaying()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothA2dpSink.aidl | 46 boolean isA2dpPlaying(in BluetoothDevice device, in AttributionSource attributionSource); in isA2dpPlaying() method
|
D | IBluetoothA2dp.aidl | 53 boolean isA2dpPlaying(in BluetoothDevice device, in AttributionSource attributionSource); in isA2dpPlaying() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothA2dp.java | 659 public boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in BluetoothA2dp 667 return service.isA2dpPlaying(device, mAttributionSource); in isA2dpPlaying()
|
D | BluetoothA2dpSink.java | 433 return service.isA2dpPlaying(device, mAttributionSource); in isAudioPlaying()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 709 boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in A2dpService 1519 public boolean isA2dpPlaying(BluetoothDevice device, AttributionSource source) { in isA2dpPlaying() method in A2dpService.BluetoothA2dpBinder 1525 return service.isA2dpPlaying(device); in isA2dpPlaying()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 33 Landroid/bluetooth/BluetoothA2dpSink;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z 1301 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z 1335 Landroid/bluetooth/IBluetoothA2dp;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z 1352 Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice… 1374 Landroid/bluetooth/IBluetoothA2dpSink;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 10 …mission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isA2dpPlaying(android.blueto…
|