Searched refs:sValidStreamFormats (Results 1 – 2 of 2) sorted by relevance
94 const std::unordered_set<aaudio_format_t> StreamBuilderHelper::sValidStreamFormats = member in StreamBuilderHelper174 ASSERT_TRUE(sValidStreamFormats.find(AAudioStream_getHardwareFormat(mStream)) != in createAndVerifyStream()175 sValidStreamFormats.end()); in createAndVerifyStream()
102 static const std::unordered_set<aaudio_format_t> sValidStreamFormats; variable