Searched refs:isRecordThread (Results 1 – 2 of 2) sorted by relevance
49 const bool isRecordThread = in getCompatibilityScore() local51 ALOG_ASSERT(isPlaybackThread != isRecordThread); in getCompatibilityScore()59 (isRecordThread && (!audio_is_input_channel(channelMask)))) { in getCompatibilityScore()73 if (isRecordThread) in getCompatibilityScore()125 const bool isRecordThread = in isCompatibleProfileForFlags() local127 ALOG_ASSERT(isPlaybackThread != isRecordThread); in isCompatibleProfileForFlags()141 if (isRecordThread && ((getFlags() ^ flags) & in isCompatibleProfileForFlags()
252 const bool isRecordThread = portType == AUDIO_PORT_TYPE_MIX && portRole == AUDIO_PORT_ROLE_SINK; in checkCompatibleChannelMask() local265 if (isRecordThread && supported != AUDIO_CHANNEL_NONE) { in checkCompatibleChannelMask()