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

/frameworks/av/include/media/
H A DSoundPool.h226 int mNextSampleID; member in class:android::SoundPool
/frameworks/av/media/libmedia/
H A DSoundPool.cpp62 mNextSampleID = 0;
210 sp<Sample> sample = new Sample(++mNextSampleID, path);
221 sp<Sample> sample = new Sample(++mNextSampleID, fd, offset, length);

Completed in 385 milliseconds