Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java373 boolean isOutputOnlyModeEnabled() { in isOutputOnlyModeEnabled() method in AudioDeviceInventory.DeviceInfo
1756 boolean disableA2dp = (leOutDevice != null && leOutDevice.isOutputOnlyModeEnabled());
1800 disable = disableA2dp || !di.isOutputOnlyModeEnabled();
1802 disable = disableSco || !di.isOutputOnlyModeEnabled();
1804 disable = !di.isOutputOnlyModeEnabled();