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

  /frameworks/av/media/libmedia/
SoundPoolThread.h 52 static int beginThread(void* arg);
SoundPoolThread.cpp 65 if (createThreadEtc(beginThread, this, "SoundPoolThread")) {
75 int SoundPoolThread::beginThread(void* arg) {
76 ALOGV("beginThread");
SoundPool.cpp 115 int SoundPool::beginThread(void* arg)
180 createThreadEtc(beginThread, this, "SoundPool");
  /frameworks/av/include/media/
SoundPool.h 213 static int beginThread(void* arg);

Completed in 428 milliseconds