Home
last modified time | relevance | path

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

/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_aaudio_attributes.cpp81 int mIsContentSpatialized = DONT_SET; member in AAudioAttributesTestBase
118 if (mIsContentSpatialized != DONT_SET) { in checkAttributes()
120 mIsContentSpatialized == IS_SPATIALIZED_TRUE); in checkAttributes()
165 (mIsContentSpatialized == DONT_SET) in checkAttributes()
167 : mIsContentSpatialized == IS_SPATIALIZED_TRUE; in checkAttributes()
531 mIsContentSpatialized = std::get<1>(GetParam()); in SetUp()