Searched defs:isA2dpPlaying (Results 1 - 2 of 2) sorted by path

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java279 synchronized boolean isA2dpPlaying(BluetoothDevice device) { method in class:A2dpService
282 if (DBG) Log.d(TAG, "isA2dpPlaying(" + device + ")");
433 public boolean isA2dpPlaying(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
436 return service.isA2dpPlaying(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java228 synchronized boolean isA2dpPlaying(BluetoothDevice device) { method in class:A2dpSinkService
232 Log.d(TAG, "isA2dpPlaying(" + device + ")");
298 public boolean isA2dpPlaying(BluetoothDevice device) { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
301 return service.isA2dpPlaying(device);

Completed in 452 milliseconds