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.cpp195 if (mChannelPool[i].nextChannelID() == channelID) {
414 if (channel->nextChannelID() != 0) {
545 void SoundChannel::play(const sp<Sample>& sample, int nextChannelID, float leftVolume, argument
557 this, sample->sampleID(), nextChannelID, leftVolume, rightVolume,
562 ALOGV("channel %d stolen - event queued for channel %d", channelID(), nextChannelID);
563 mNextEvent.set(sample, nextChannelID, leftVolume, rightVolume, priority, loop, rate);
630 mChannelID = nextChannelID;
653 int nextChannelID; local
663 nextChannelID = mNextEvent.channelID();
664 if (nextChannelID
[all...]

Completed in 50 milliseconds