Home
last modified time | relevance | path

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

/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_aaudio_attributes.cpp84 int mIsPrivacySensitive = DONT_SET; member in AAudioAttributesTestBase
128 if (mIsPrivacySensitive != DONT_SET) { in checkAttributes()
130 mIsPrivacySensitive == IS_PRIVACY_SENSITIVE_TRUE); in checkAttributes()
184 (mIsPrivacySensitive == DONT_SET) in checkAttributes()
187 : (mIsPrivacySensitive == IS_PRIVACY_SENSITIVE_TRUE); in checkAttributes()
734 mIsPrivacySensitive = std::get<1>(GetParam()); in SetUp()