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

/frameworks/base/media/jni/soundpool/
H A DSoundPool.h198 SoundChannel* allocateChannel_l(int priority, int sampleID);
H A DSoundPool.cpp272 channel = allocateChannel_l(priority, sampleID);
287 SoundChannel* SoundPool::allocateChannel_l(int priority, int sampleID) function in class:android::SoundPool

Completed in 65 milliseconds