Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java149 private static final String kAttr_ChanPosMasks = "ChanPosMasks"; field in PeripheralProfile
160 attribs.mChannelPositionMasks = parseIntList(xmlAtts.getValue(kAttr_ChanPosMasks)); in parseProfileAttributes()