Home
last modified time | relevance | path

Searched refs:isA2dpPlaying (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkServiceBinderTest.java118 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/
DA2dpServiceBinderTest.java169 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/
DA2dp.kt167 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/
DA2dpSinkService.java178 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/
DIBluetoothA2dpSink.aidl46 boolean isA2dpPlaying(in BluetoothDevice device, in AttributionSource attributionSource); in isA2dpPlaying() method
DIBluetoothA2dp.aidl53 boolean isA2dpPlaying(in BluetoothDevice device, in AttributionSource attributionSource); in isA2dpPlaying() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothA2dp.java659 public boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in BluetoothA2dp
667 return service.isA2dpPlaying(device, mAttributionSource); in isA2dpPlaying()
DBluetoothA2dpSink.java433 return service.isA2dpPlaying(device, mAttributionSource); in isAudioPlaying()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java709 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/
Dhiddenapi-max-target-o-low-priority.txt33 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/
Dcurrent.txt10 …mission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isA2dpPlaying(android.blueto…