Home
last modified time | relevance | path

Searched refs:hasValidProfile (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPort.h81 bool hasValidAudioProfile() const { return mProfiles.hasValidProfile(); } in hasValidAudioProfile()
DAudioProfile.h195 bool hasValidProfile() const { return getFirstValidProfile() != 0; } in hasValidProfile() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPort.cpp307 if (!mProfiles.hasValidProfile()) { in pickAudioProfile()