Home
last modified time | relevance | path

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

/device/generic/goldfish/audio/
Dutil.cpp35 const std::array<hidl_bitfield<AudioChannelMask>, 4> kSupportedInChannelMask = { variable
115 if (std::find(kSupportedInChannelMask.begin(), in checkAudioConfig()
116 kSupportedInChannelMask.end(), in checkAudioConfig()
117 cfg.channelMask) == kSupportedInChannelMask.end()) { in checkAudioConfig()