Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h772 bool hwAvSync,
DAudioPolicyManager.cpp1315 bool hwAvSync, audio_port_config *sourceConfig, audio_port_config *sinkConfig) const in getBestMsdAudioProfileFor() argument
1340 if (hwAvSync == ((inProfile->getFlags() & AUDIO_INPUT_FLAG_HW_AV_SYNC) != 0)) { in getBestMsdAudioProfileFor()
1346 if (hwAvSync == ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_HW_AV_SYNC) != 0)) { in getBestMsdAudioProfileFor()
1356 __func__, outputDevice->toString().c_str(), hwAvSync); in getBestMsdAudioProfileFor()
1372 if (hwAvSync) { in getBestMsdAudioProfileFor()