Home
last modified time | relevance | path

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

/frameworks/base/media/jni/soundpool/
DSoundPool.h228 int mNextChannelID; variable
DSoundPool.cpp65 mNextChannelID = 0; in SoundPool()
278 channelID = ++mNextChannelID; in play()