Searched refs:INT_TO_EXT_DEVICE_MAPPING (Results 1 – 2 of 2) sorted by relevance
569 return INT_TO_EXT_DEVICE_MAPPING.get(mPort.type(), TYPE_UNKNOWN); in getType()579 return INT_TO_EXT_DEVICE_MAPPING.get(intDevice, TYPE_UNKNOWN); in convertInternalDeviceToDeviceType()587 private static final SparseIntArray INT_TO_EXT_DEVICE_MAPPING; field in AudioDeviceInfo598 INT_TO_EXT_DEVICE_MAPPING = new SparseIntArray();599 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_EARPIECE, TYPE_BUILTIN_EARPIECE); in INT_TO_EXT_DEVICE_MAPPING.put()600 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_SPEAKER, TYPE_BUILTIN_SPEAKER); in INT_TO_EXT_DEVICE_MAPPING.put()601 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_WIRED_HEADSET, TYPE_WIRED_HEADSET); in INT_TO_EXT_DEVICE_MAPPING.put()602 … INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_WIRED_HEADPHONE, TYPE_WIRED_HEADPHONES); in INT_TO_EXT_DEVICE_MAPPING.put()603 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_BLUETOOTH_SCO, TYPE_BLUETOOTH_SCO); in INT_TO_EXT_DEVICE_MAPPING.put()604 … INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_BLUETOOTH_SCO_HEADSET, TYPE_BLUETOOTH_SCO); in INT_TO_EXT_DEVICE_MAPPING.put()[all …]
26667 Landroid/media/AudioDeviceInfo;->INT_TO_EXT_DEVICE_MAPPING:Landroid/util/SparseIntArray;