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

/frameworks/av/media/libmedia/
H A DSoundPool.cpp199 if (mChannelPool[i].nextChannelID() == channelID) {
418 if (channel->nextChannelID() != 0) {
547 void SoundChannel::play(const sp<Sample>& sample, int nextChannelID, float leftVolume, argument
559 this, sample->sampleID(), nextChannelID, leftVolume, rightVolume,
564 ALOGV("channel %d stolen - event queued for channel %d", channelID(), nextChannelID);
565 mNextEvent.set(sample, nextChannelID, leftVolume, rightVolume, priority, loop, rate);
632 mChannelID = nextChannelID;
657 int nextChannelID; local
667 nextChannelID = mNextEvent.channelID();
668 if (nextChannelID
[all...]
/frameworks/av/include/media/
H A DSoundPool.h140 int nextChannelID() { return mNextEvent.channelID(); } function in class:android::SoundChannel

Completed in 2532 milliseconds