OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasValidProfile
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPort.h
81
bool hasValidAudioProfile() const { return mProfiles.
hasValidProfile
(); }
AudioProfile.h
195
bool
hasValidProfile
() const { return getFirstValidProfile() != 0; }
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp
307
if (!mProfiles.
hasValidProfile
()) {
Completed in 679 milliseconds