ChannelLeft       110 Source/platform/audio/AudioBus.cpp         if (channelType == ChannelMono || channelType == ChannelLeft)
ChannelLeft       116 Source/platform/audio/AudioBus.cpp         case ChannelLeft: return channel(0);
ChannelLeft       123 Source/platform/audio/AudioBus.cpp         case ChannelLeft: return channel(0);
ChannelLeft       132 Source/platform/audio/AudioBus.cpp         case ChannelLeft: return channel(0);
ChannelLeft       142 Source/platform/audio/AudioBus.cpp         case ChannelLeft: return channel(0);
ChannelLeft       288 Source/platform/audio/AudioBus.cpp         const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data();
ChannelLeft       291 Source/platform/audio/AudioBus.cpp         float* destination = channelByType(ChannelLeft)->mutableData();
ChannelLeft       330 Source/platform/audio/AudioBus.cpp         const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data();
ChannelLeft       333 Source/platform/audio/AudioBus.cpp         float* destination = channelByType(ChannelLeft)->mutableData();
ChannelLeft       353 Source/platform/audio/AudioBus.cpp     const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data();
ChannelLeft       359 Source/platform/audio/AudioBus.cpp     float* destination = channelByType(ChannelLeft)->mutableData();
ChannelLeft        68 Source/platform/audio/EqualPowerPanner.cpp     float* destinationL = outputBus->channelByType(AudioBus::ChannelLeft)->mutableData();
ChannelLeft       173 Source/platform/audio/HRTFElevation.cpp     AudioChannel* leftEarImpulseResponse = response->channel(AudioBus::ChannelLeft);
ChannelLeft       193 Source/platform/audio/HRTFElevation.cpp     AudioChannel* leftEarImpulseResponse = impulseResponse->channelByType(AudioBus::ChannelLeft);
ChannelLeft       156 Source/platform/audio/HRTFPanner.cpp     const AudioChannel* inputChannelL = inputBus->channelByType(AudioBus::ChannelLeft);
ChannelLeft       162 Source/platform/audio/HRTFPanner.cpp     float* destinationL = outputBus->channelByType(AudioBus::ChannelLeft)->mutableData();