Home
last modified time | relevance | path

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

/frameworks/base/media/jni/soundpool/
DSoundPool.h227 int mNextSampleID; variable
DSoundPool.cpp64 mNextSampleID = 0; in SoundPool()
226 sampleID = ++mNextSampleID; in load()