Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp40 const bool isRecordThread = in isCompatibleProfile() local
42 ALOG_ASSERT(isPlaybackThread != isRecordThread); in isCompatibleProfile()
52 (isRecordThread && (!audio_is_input_channel(channelMask)))) { in isCompatibleProfile()
65 if (isRecordThread) in isCompatibleProfile()
91 if (isRecordThread && ((getFlags() ^ flags) & in isCompatibleProfile()
DAudioProfileVectorHelper.cpp226 const bool isRecordThread = portType == AUDIO_PORT_TYPE_MIX && portRole == AUDIO_PORT_ROLE_SINK; in checkCompatibleChannelMask() local
239 if (isRecordThread && supported != AUDIO_CHANNEL_NONE) { in checkCompatibleChannelMask()