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

/frameworks/av/include/media/
H A DSoundPool.h145 int nextChannelID() { return mNextEvent.channelID(); } function in class:android::SoundChannel
/frameworks/av/media/libmedia/
H A DSoundPool.cpp199 if (mChannelPool[i].nextChannelID() == channelID) {
418 if (channel->nextChannelID() != 0) {
557 void SoundChannel::play(const sp<Sample>& sample, int nextChannelID, float leftVolume, argument
569 this, sample->sampleID(), nextChannelID, leftVolume, rightVolume,
574 ALOGV("channel %d stolen - event queued for channel %d", channelID(), nextChannelID);
575 mNextEvent.set(sample, nextChannelID, leftVolume, rightVolume, priority, loop, rate);
641 mChannelID = nextChannelID;
664 int nextChannelID; local
674 nextChannelID = mNextEvent.channelID();
675 if (nextChannelID
[all...]

Completed in 736 milliseconds