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

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

Completed in 54 milliseconds