Searched refs:chType (Results 1 – 4 of 4) sorted by relevance
476 AUDIO_CHANNEL_TYPE *chType, in getImplicitAudioChannelTypeAndIndex() argument483 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()493 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()497 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()506 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()511 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()515 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()522 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()525 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()531 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()[all …]
235 AUDIO_CHANNEL_TYPE chType[],
1080 ChannelType chType; in RecordingChannel() local1082 if (_audioDeviceBuffer.RecordingChannel(chType) == -1) in RecordingChannel()1087 *channel = chType; in RecordingChannel()
317 chType(AudioDeviceModule::kChannelLeft); in RecordedDataIsAvailable() local318 EXPECT_EQ(0, _audioDevice->RecordingChannel(&chType)); in RecordedDataIsAvailable()319 if (chType == AudioDeviceModule::kChannelLeft) in RecordedDataIsAvailable()