Searched refs:isBluetoothA2dpOn (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl128 boolean isBluetoothA2dpOn();
H A DMediaRouter.java241 Log.v(TAG, "Audio routes updated: " + newRoutes + ", a2dp=" + isBluetoothA2dpOn());
253 boolean isBluetoothA2dpOn() { method in class:MediaRouter.Static
255 return mBluetoothA2dpRoute != null && mAudioService.isBluetoothA2dpOn();
948 final RouteInfo currentSystemRoute = sStatic.isBluetoothA2dpOn()
1024 if (sStatic.mSelectedRoute != sStatic.mBluetoothA2dpRoute && sStatic.isBluetoothA2dpOn()) {
1359 dispatchRouteVolumeChanged(sStatic.mAudioService.isBluetoothA2dpOn() ?
H A DAudioManager.java1600 public boolean isBluetoothA2dpOn() { method in class:AudioManager
1825 * isBluetoothScoOn(), isBluetoothA2dpOn() and isWiredHeadsetOn() methods instead.
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3320 /** @see AudioManager#isBluetoothA2dpOn() */
3321 public boolean isBluetoothA2dpOn() { method in class:AudioService
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 280 milliseconds