Home
last modified time | relevance | path

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

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