Searched refs:hasValidFormat (Results 1 – 3 of 3) sorted by relevance
47 bool isValid() const { return hasValidFormat() && hasValidRates() && hasValidChannels(); } in isValid()54 bool hasValidFormat() const { return mFormat != AUDIO_FORMAT_DEFAULT; } in hasValidFormat() function
181 if ((*it)->isDynamicFormat() && (*it)->hasValidFormat()) { in clearProfiles()214 if (profile->hasValidFormat()) { in getSupportedFormats()
126 if (!profileToAdd->hasValidFormat()) { in addDynamicAudioProfileAndSort()