Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioDeviceAttributes.java113 mNativeType = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice(type); in AudioDeviceAttributes()
DAudioDeviceInfo.java583 public static int convertDeviceTypeToInternalInputDevice(int deviceType) { in convertDeviceTypeToInternalInputDevice() method in AudioDeviceInfo
DAudioSystem.java1876 types[i] = AudioDeviceInfo.convertDeviceTypeToInternalInputDevice( in populateInputDevicesTypeAndAddress()