Home
last modified time | relevance | path

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

/frameworks/base/media/jni/soundpool/
DSoundPool.h201 SoundChannel* allocateChannel_l(int priority, int sampleID);
DSoundPool.cpp270 channel = allocateChannel_l(priority, sampleID); in play()
285 SoundChannel* SoundPool::allocateChannel_l(int priority, int sampleID) in allocateChannel_l() function in android::SoundPool