Lines Matching refs:nextChannelID
212 if (mChannelPool[i].nextChannelID() == channelID) { in findNextChannel()
448 if (channel->nextChannelID() != 0) { in done_l()
723 void SoundChannel::play(const sp<Sample>& sample, int nextChannelID, float leftVolume, in play() argument
735 this, sample->sampleID(), nextChannelID, leftVolume, rightVolume, in play()
740 ALOGV("channel %d stolen - event queued for channel %d", channelID(), nextChannelID); in play()
741 mNextEvent.set(sample, nextChannelID, leftVolume, rightVolume, priority, loop, rate); in play()
832 mChannelID = nextChannelID; in play()
855 int nextChannelID; in nextEvent() local
865 nextChannelID = mNextEvent.channelID(); in nextEvent()
866 if (nextChannelID == 0) { in nextEvent()
879 ALOGV("Starting stolen channel %d -> %d", channelID(), nextChannelID); in nextEvent()
880 play(sample, nextChannelID, leftVolume, rightVolume, priority, loop, rate); in nextEvent()