Searched refs:beginThread (Results 1 – 4 of 4) sorted by relevance
65 if (createThreadEtc(beginThread, this, "SoundPoolThread")) { in SoundPoolThread()75 int SoundPoolThread::beginThread(void* arg) { in beginThread() function in android::SoundPoolThread
52 static int beginThread(void* arg);
211 static int beginThread(void* arg);
117 int SoundPool::beginThread(void* arg) in beginThread() function in android::SoundPool182 createThreadEtc(beginThread, this, "SoundPool"); in startThreads()