Home
last modified time | relevance | path

Searched defs:isA2dpPlaying (Results 1 – 7 of 7) sorted by relevance

/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/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkServiceBinderTest.java118 public void isA2dpPlaying() { in isA2dpPlaying() method in A2dpSinkServiceBinderTest
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceBinderTest.java169 public void isA2dpPlaying() { in isA2dpPlaying() method in A2dpServiceBinderTest
/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
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothA2dp.java659 public boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in BluetoothA2dp
/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