Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DSoundPool.h206 SoundChannel* allocateChannel_l(int priority);
/frameworks/av/media/libmedia/
DSoundPool.cpp261 channel = allocateChannel_l(priority); in play()
276 SoundChannel* SoundPool::allocateChannel_l(int priority) in allocateChannel_l() function in android::SoundPool