Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h1060 status_t getMsdProfiles(bool hwAvSync,
1067 status_t getBestMsdConfig(bool hwAvSync,
DAudioPolicyManager.cpp1829 status_t AudioPolicyManager::getMsdProfiles(bool hwAvSync, in getMsdProfiles() argument
1845 if (hwAvSync == ((inProfile->getFlags() & AUDIO_INPUT_FLAG_HW_AV_SYNC) != 0) && in getMsdProfiles()
1851 if (hwAvSync == ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_HW_AV_SYNC) != 0) && in getMsdProfiles()
1859 status_t AudioPolicyManager::getBestMsdConfig(bool hwAvSync, in getBestMsdConfig() argument
1888 __func__, hwAvSync); in getBestMsdConfig()
1915 if (hwAvSync) { in getBestMsdConfig()
1955 for (auto hwAvSync : { true, false }) { in buildMsdPatch()
1956 if (getMsdProfiles(hwAvSync, inputProfiles, outputProfiles, sourceDevice, sinkDevice, in buildMsdPatch()
1960 if (getBestMsdConfig(hwAvSync, sourceProfiles, sinkProfiles, &sourceConfig, in buildMsdPatch()