Searched refs:getFirstValidProfile (Results 1 – 2 of 2) sorted by relevance
132 sp<AudioProfile> getFirstValidProfile() const;134 bool hasValidProfile() const { return getFirstValidProfile() != 0; } in hasValidProfile()
259 sp<AudioProfile> AudioProfileVector::getFirstValidProfile() const in getFirstValidProfile() function in android::AudioProfileVector