Searched defs:beginThread (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
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.cpp115 int SoundPool::beginThread(void* arg) function in class:android::SoundPool
180 createThreadEtc(beginThread, this, "SoundPool");

Completed in 182 milliseconds