HomeSort by relevance Sort by last modified time
    Searched refs:findSample_l (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/jni/soundpool/
SoundPool.h 195 sp<Sample> findSample_l(int sampleID);
SoundPool.cpp 193 return findSample_l(sampleID);
196 sp<Sample> SoundPool::findSample_l(int sampleID)
263 sp<Sample> sample(findSample_l(sampleID));
    [all...]

Completed in 813 milliseconds