Searched refs:nextChannelID (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/jni/soundpool/ |
D | SoundPool.cpp | 212 if (mChannelPool[i].nextChannelID() == channelID) { in findNextChannel() 448 if (channel->nextChannelID() != 0) { in done_l() 723 void SoundChannel::play(const sp<Sample>& sample, int nextChannelID, float leftVolume, in play() argument 735 this, sample->sampleID(), nextChannelID, leftVolume, rightVolume, in play() 740 ALOGV("channel %d stolen - event queued for channel %d", channelID(), nextChannelID); in play() 741 mNextEvent.set(sample, nextChannelID, leftVolume, rightVolume, priority, loop, rate); in play() 832 mChannelID = nextChannelID; in play() 855 int nextChannelID; in nextEvent() local 865 nextChannelID = mNextEvent.channelID(); in nextEvent() 866 if (nextChannelID == 0) { in nextEvent() [all …]
|
D | SoundPool.h | 140 int nextChannelID() { return mNextEvent.channelID(); } in nextChannelID() function
|