Home
last modified time | relevance | path

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

/frameworks/av/media/audio/aconfig/
Daudio_framework.aconfig102 description: "Surface new API method AudioManager.getSupportedDeviceTypes()"
/frameworks/base/media/java/android/media/
DAudioSystem.java1955 public static native int getSupportedDeviceTypes(int flags, IntArray internalDeviceTypes); in getSupportedDeviceTypes() method in AudioSystem
DAudioManager.java7899 getSupportedDeviceTypes(@AudioDeviceRole int direction) { in getSupportedDeviceTypes() method in AudioManager
7906 int status = AudioSystem.getSupportedDeviceTypes(direction, internalDeviceTypes); in getSupportedDeviceTypes()
/frameworks/base/core/api/
Dcurrent.txt21386 …d_device_types_api") @NonNull public java.util.Set<java.lang.Integer> getSupportedDeviceTypes(int);