Searched refs:mDecodeThread (Results 1 – 2 of 2) sorted by relevance
54 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()
221 SoundPoolThread* mDecodeThread; variable