Home
last modified time | relevance | path

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

/frameworks/base/media/jni/soundpool/
DSoundPool.cpp212 if (mChannelPool[i].nextChannelID() == channelID) { in findNextChannel()
448 if (channel->nextChannelID() != 0) { in done_l()
716 void SoundChannel::play(const sp<Sample>& sample, int nextChannelID, float leftVolume, in play() argument
728 this, sample->sampleID(), nextChannelID, leftVolume, rightVolume, in play()
733 ALOGV("channel %d stolen - event queued for channel %d", channelID(), nextChannelID); in play()
734 mNextEvent.set(sample, nextChannelID, leftVolume, rightVolume, priority, loop, rate); in play()
820 mChannelID = nextChannelID; in play()
843 int nextChannelID; in nextEvent() local
853 nextChannelID = mNextEvent.channelID(); in nextEvent()
854 if (nextChannelID == 0) { in nextEvent()
[all …]
DSoundPool.h138 int nextChannelID() { return mNextEvent.channelID(); } in nextChannelID() function