Searched refs:isRecordThread (Results 1 – 1 of 1) sorted by relevance
6101 const bool isRecordThread = mType == AUDIO_PORT_TYPE_MIX && mRole == AUDIO_PORT_ROLE_SINK; in checkCompatibleChannelMask() local6108 if (isRecordThread) { in checkCompatibleChannelMask()6597 const bool isRecordThread = mType == AUDIO_PORT_TYPE_MIX && mRole == AUDIO_PORT_ROLE_SINK; in isCompatibleProfile() local6598 ALOG_ASSERT(isPlaybackThread != isRecordThread); in isCompatibleProfile()6611 if (isRecordThread && checkCompatibleSamplingRate(samplingRate, &myUpdatedSamplingRate) != in isCompatibleProfile()6624 if (isRecordThread && (!audio_is_input_channel(channelMask) || in isCompatibleProfile()6636 if (isRecordThread && ((mFlags ^ flags) & in isCompatibleProfile()