Home
last modified time | relevance | path

Searched refs:mDecodeThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
DSoundPool.cpp54 mDecodeThread = 0; in SoundPool()
77 mDecodeThread->quit(); in ~SoundPool()
89 if (mDecodeThread) in ~SoundPool()
90 delete mDecodeThread; in ~SoundPool()
177 if (mDecodeThread == NULL) in startThreads()
178 mDecodeThread = new SoundPoolThread(this); in startThreads()
179 return mDecodeThread != NULL; in startThreads()
227 mDecodeThread->loadSample(sample->sampleID()); in doLoad()
/frameworks/av/include/media/
DSoundPool.h221 SoundPoolThread* mDecodeThread; variable