Searched refs:hwAvSync (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.h | 876 status_t getMsdProfiles(bool hwAvSync, 883 status_t getBestMsdConfig(bool hwAvSync,
|
D | AudioPolicyManager.cpp | 1408 status_t AudioPolicyManager::getMsdProfiles(bool hwAvSync, in getMsdProfiles() argument 1424 if (hwAvSync == ((inProfile->getFlags() & AUDIO_INPUT_FLAG_HW_AV_SYNC) != 0) && in getMsdProfiles() 1430 if (hwAvSync == ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_HW_AV_SYNC) != 0) && in getMsdProfiles() 1438 status_t AudioPolicyManager::getBestMsdConfig(bool hwAvSync, in getBestMsdConfig() argument 1448 __func__, hwAvSync); in getBestMsdConfig() 1472 if (hwAvSync) { in getBestMsdConfig() 1512 for (auto hwAvSync : { true, false }) { in buildMsdPatch() 1513 if (getMsdProfiles(hwAvSync, inputProfiles, outputProfiles, sourceDevice, sinkDevice, in buildMsdPatch() 1517 if (getBestMsdConfig(hwAvSync, sourceProfiles, sinkProfiles, &sourceConfig, in buildMsdPatch()
|