Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothAdapter.java170 if (a2dp != null && a2dp.isA2dpPlaying()) { in startScanning()
174 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.java445 public boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in BluetoothA2dpSink
449 return service.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.txt7211 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
Dtest-current.txt7243 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
Dsystem-current.txt7682 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
/frameworks/base/config/
Dboot-image-profile.txt18441 HSPLandroid/bluetooth/IBluetoothA2dp;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z