Home
last modified time | relevance | path

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

/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DStreamConfiguration.java278 private static HashMap<String,Integer> mChannelMaskStringToIntegerMap; field in StreamConfiguration
324 mChannelMaskStringToIntegerMap = new HashMap<String, Integer>();
326 mChannelMaskStringToIntegerMap.put(channelMaskStr, UNSPECIFIED); in mChannelMaskStringToIntegerMap.put()
330 mChannelMaskStringToIntegerMap.put(channelMaskStr, channelMask); in mChannelMaskStringToIntegerMap.put()
614 return mChannelMaskStringToIntegerMap.get(text); in convertTextToChannelMask()