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

/frameworks/av/media/libmedia/
H A DSoundPool.cpp59 mDecodeThread = 0;
81 mDecodeThread->quit();
93 if (mDecodeThread)
94 delete mDecodeThread;
181 if (mDecodeThread == NULL)
182 mDecodeThread = new SoundPoolThread(this);
183 return mDecodeThread != NULL;
231 mDecodeThread->loadSample(sample->sampleID());
/frameworks/av/include/media/
H A DSoundPool.h220 SoundPoolThread* mDecodeThread; member in class:android::SoundPool

Completed in 8 milliseconds