Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h836 bool directOnly);
845 bool directOnly);
1355 bool directOnly);
1358 audio_output_flags_t getRelevantFlags (audio_output_flags_t flags, bool directOnly);
DAudioPolicyManager.cpp1022 bool directOnly) in getMsdProfileForOutput() argument
1024 flags = getRelevantFlags(flags, directOnly); in getMsdProfileForOutput()
1034 flags, directOnly); in getMsdProfileForOutput()
1048 bool directOnly) in getProfileForOutput() argument
1050 flags = getRelevantFlags(flags, directOnly); in getProfileForOutput()
1053 mHwModules, devices, samplingRate, format, channelMask, flags, directOnly); in getProfileForOutput()
1057 audio_output_flags_t flags, bool directOnly) { in getRelevantFlags() argument
1058 if (directOnly) { in getRelevantFlags()
1076 bool directOnly) { in searchCompatibleProfileHwModules() argument
1095 if (!directOnly) { in searchCompatibleProfileHwModules()