Lines Matching refs:currentMatchCriteria
1494 std::vector<uint32_t> currentMatchCriteria(8, 0); in selectOutput() local
1513 currentMatchCriteria[0] = outputHapticChannelCount; in selectOutput()
1517 currentMatchCriteria[1] = popcount(outputDesc->mFlags & functionalFlags); in selectOutput()
1526 currentMatchCriteria[2] = outputChannelCount; in selectOutput()
1528 currentMatchCriteria[3] = outputChannelCount; in selectOutput()
1534 currentMatchCriteria[4] = outputDesc->mSamplingRate; in selectOutput()
1538 currentMatchCriteria[5] = popcount(outputDesc->mFlags & performanceFlags); in selectOutput()
1542 currentMatchCriteria[6] = in selectOutput()
1548 currentMatchCriteria[7] = outputDesc->mFlags & AUDIO_OUTPUT_FLAG_PRIMARY; in selectOutput()
1552 currentMatchCriteria.begin(), currentMatchCriteria.end())) { in selectOutput()
1553 bestMatchCriteria = currentMatchCriteria; in selectOutput()