Home
last modified time | relevance | path

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

/frameworks/base/media/jni/soundpool/
DSoundPool.h202 SoundChannel* findNextChannel (int channelID);
DSoundPool.cpp209 SoundChannel* SoundPool::findNextChannel(int channelID) in findNextChannel() function in android::SoundPool
398 channel = findNextChannel(channelID); in stop()