Searched refs:getProfileFor (Results 1 – 2 of 2) sorted by relevance
161 bool hasDynamicFormat() const { return getProfileFor(gDynamicFormat) != 0; } in hasDynamicFormat()171 sp<AudioProfile> getProfileFor(audio_format_t format) const;
541 sp<AudioProfile> dynamicFormatProfile = getProfileFor(gDynamicFormat); in setFormats()565 sp<AudioProfile> AudioProfileVector::getProfileFor(audio_format_t format) const in getProfileFor() function in android::AudioProfileVector