Searched refs:isA2dpPlaying (Results 1 – 10 of 10) sorted by relevance
166 if (a2dp != null && a2dp.isA2dpPlaying()) { in startScanning()170 if ((a2dpSink != null) && (a2dpSink.isA2dpPlaying())){ in startScanning()
166 boolean isA2dpPlaying() { in isA2dpPlaying() method in A2dpSinkProfile170 if (mService.isA2dpPlaying(srcs.get(0))) { in isA2dpPlaying()
181 boolean isA2dpPlaying() { in isA2dpPlaying() method in A2dpProfile185 if (mService.isA2dpPlaying(sinks.get(0))) { in isA2dpPlaying()
36 boolean isA2dpPlaying(in BluetoothDevice device); in isA2dpPlaying() method
40 boolean isA2dpPlaying(in BluetoothDevice device); in isA2dpPlaying() method
443 public boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in BluetoothA2dpSink447 return mService.isA2dpPlaying(device); in isA2dpPlaying()
559 public boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in BluetoothA2dp564 return mService.isA2dpPlaying(device); in isA2dpPlaying()
5799 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
7177 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
7648 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);