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

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

Completed in 585 milliseconds