Home
last modified time | relevance | path

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

/frameworks/base/media/jni/soundpool/
DSoundPool.h140 int nextChannelID() { return mNextEvent.channelID(); } in nextChannelID() function
DSoundPool.cpp723 void SoundChannel::play(const sp<Sample>& sample, int nextChannelID, float leftVolume, in play()
855 int nextChannelID; in nextEvent() local