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

/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.h52 static int beginThread(void* arg);
H A DSoundPoolThread.cpp65 if (createThreadEtc(beginThread, this, "SoundPoolThread")) {
75 int SoundPoolThread::beginThread(void* arg) { function in class:android::SoundPoolThread
76 ALOGV("beginThread");
H A DSoundPool.h206 static int beginThread(void* arg);
H A DSoundPool.cpp119 int SoundPool::beginThread(void* arg) function in class:android::SoundPool
184 createThreadEtc(beginThread, this, "SoundPool");

Completed in 59 milliseconds