Home
last modified time | relevance | path

Searched refs:beginThread (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSoundPoolThread.cpp65 if (createThreadEtc(beginThread, this, "SoundPoolThread")) { in SoundPoolThread()
75 int SoundPoolThread::beginThread(void* arg) { in beginThread() function in android::SoundPoolThread
DSoundPoolThread.h52 static int beginThread(void* arg);
DSoundPool.h209 static int beginThread(void* arg);
DSoundPool.cpp117 int SoundPool::beginThread(void* arg) in beginThread() function in android::SoundPool
182 createThreadEtc(beginThread, this, "SoundPool"); in startThreads()