Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/task/
DTaskGeneric.cpp120 mAllowedStringAttributes.insert(*keys[i]); in registerSupportedStringAttributes()
127 std::set<android::String8, android::String8>::iterator it = mAllowedStringAttributes.find(key); in addStringAttribute()
128 if (it == mAllowedStringAttributes.end()) { in addStringAttribute()
/cts/suite/audio_quality/lib/include/task/
DTaskGeneric.h112 std::set<android::String8> mAllowedStringAttributes; variable