Searched refs:mPreset (Results 1 – 1 of 1) sorted by relevance
82 aaudio_input_preset_t mPreset = DONT_SET; member in AAudioAttributesTestBase122 if (mPreset != DONT_SET) { in checkAttributes()123 AAudioStreamBuilder_setInputPreset(aaudioBuilder, mPreset); in checkAttributes()172 (mPreset == DONT_SET || mPreset == AAUDIO_UNSPECIFIED) in checkAttributes()174 : mPreset; in checkAttributes()185 ? ((mPreset == AAUDIO_INPUT_PRESET_VOICE_COMMUNICATION in checkAttributes()186 || mPreset == AAUDIO_INPUT_PRESET_CAMCORDER) ? true : false) in checkAttributes()603 mPreset = std::get<1>(GetParam()); in SetUp()608 switch (mPreset) { in TEST_P()