Searched refs:isA2dpPlaying (Results 1 – 12 of 12) sorted by relevance
170 if (a2dp != null && a2dp.isA2dpPlaying()) { in startScanning()174 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
445 public boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in BluetoothA2dpSink449 return service.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);
7211 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
7243 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
7682 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
18441 HSPLandroid/bluetooth/IBluetoothA2dp;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z