Home
last modified time | relevance | path

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

/cts/tests/tests/nativemedia/aaudio/jni/
Dutils.cpp94 const std::unordered_set<aaudio_format_t> StreamBuilderHelper::sValidStreamFormats = member in StreamBuilderHelper
174 ASSERT_TRUE(sValidStreamFormats.find(AAudioStream_getHardwareFormat(mStream)) != in createAndVerifyStream()
175 sValidStreamFormats.end()); in createAndVerifyStream()
Dutils.h102 static const std::unordered_set<aaudio_format_t> sValidStreamFormats; variable