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

/frameworks/base/media/jni/soundpool/
H A DSoundPool.h137 int nextChannelID() { return mNextEvent.channelID(); } function in class:android::SoundChannel
H A DSoundPool.cpp203 if (mChannelPool[i].nextChannelID() == channelID) {
424 if (channel->nextChannelID() != 0) {
668 void SoundChannel::play(const sp<Sample>& sample, int nextChannelID, float leftVolume, argument
680 this, sample->sampleID(), nextChannelID, leftVolume, rightVolume,
685 ALOGV("channel %d stolen - event queued for channel %d", channelID(), nextChannelID);
686 mNextEvent.set(sample, nextChannelID, leftVolume, rightVolume, priority, loop, rate);
768 mChannelID = nextChannelID;
791 int nextChannelID; local
801 nextChannelID = mNextEvent.channelID();
802 if (nextChannelID
[all...]

Completed in 177 milliseconds