Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DAudioDeviceInfo.java128 public static final int TYPE_BUS = 21; field in AudioDeviceInfo
214 TYPE_BUS,
247 TYPE_BUS,
279 TYPE_BUS,
312 case TYPE_BUS: in isValidAudioDeviceTypeOut()
343 case TYPE_BUS: in isValidAudioDeviceTypeIn()
653 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_BUS, TYPE_BUS); in INT_TO_EXT_DEVICE_MAPPING.put() argument
679 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_BUS, TYPE_BUS); in INT_TO_EXT_DEVICE_MAPPING.put() argument
709 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_BUS, AudioSystem.DEVICE_OUT_BUS); in EXT_TO_INT_DEVICE_MAPPING.put() argument
741 EXT_TO_INT_INPUT_DEVICE_MAPPING.put(TYPE_BUS, AudioSystem.DEVICE_IN_BUS); in EXT_TO_INT_INPUT_DEVICE_MAPPING.put() argument
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt21171 field public static final int TYPE_BUS = 21; // 0x15