Searched refs:mContentType (Results 1 – 2 of 2) sorted by relevance
79 aaudio_content_type_t mContentType = DONT_SET; member in AAudioAttributesTestBase112 if (mContentType != DONT_SET) { in checkAttributes()113 AAudioStreamBuilder_setContentType(aaudioBuilder, mContentType); in checkAttributes()151 (mContentType == DONT_SET || mContentType == AAUDIO_UNSPECIFIED) in checkAttributes()153 : mContentType; in checkAttributes()419 mContentType = std::get<1>(GetParam()); in SetUp()
2650 result &= Objects.equals(ue1.mContentType, ue2.mContentType); in compareEvent()