Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiofoundation/include/media/
DAudioProfile.h126 bool hasValidProfile() const { return getFirstValidProfile() != 0; } in hasValidProfile() function
DAudioPort.h64 bool hasValidAudioProfile() const { return mProfiles.hasValidProfile(); } in hasValidAudioProfile()