HomeSort by relevance Sort by last modified time
    Searched refs:beginThread (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/jni/soundpool/
SoundPoolThread.h 54 static int beginThread(void* arg);
SoundPoolThread.cpp 65 if (createThreadEtc(beginThread, this, "SoundPoolThread")) {
75 int SoundPoolThread::beginThread(void* arg) {
76 LOGV("beginThread");
SoundPool.h 208 static int beginThread(void* arg);
SoundPool.cpp 103 int SoundPool::beginThread(void* arg)
147 createThreadEtc(beginThread, this, "SoundPool");

Completed in 531 milliseconds