Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothAdapter.java166 if (a2dp != null && a2dp.isA2dpPlaying()) { in startScanning()
170 if ((a2dpSink != null) && (a2dpSink.isA2dpPlaying())){ in startScanning()
DA2dpSinkProfile.java166 boolean isA2dpPlaying() { in isA2dpPlaying() method in A2dpSinkProfile
170 if (mService.isA2dpPlaying(srcs.get(0))) { in isA2dpPlaying()
DA2dpProfile.java181 boolean isA2dpPlaying() { in isA2dpPlaying() method in A2dpProfile
185 if (mService.isA2dpPlaying(sinks.get(0))) { in isA2dpPlaying()
/frameworks/base/core/java/android/bluetooth/
DIBluetoothA2dpSink.aidl36 boolean isA2dpPlaying(in BluetoothDevice device); in isA2dpPlaying() method
DIBluetoothA2dp.aidl40 boolean isA2dpPlaying(in BluetoothDevice device); in isA2dpPlaying() method
DBluetoothA2dpSink.java443 public boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in BluetoothA2dpSink
447 return mService.isA2dpPlaying(device); in isA2dpPlaying()
DBluetoothA2dp.java559 public boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in BluetoothA2dp
564 return mService.isA2dpPlaying(device); in isA2dpPlaying()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5799 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
/frameworks/base/api/
Dcurrent.txt7177 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
Dsystem-current.txt7648 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);