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

  /packages/apps/Gallery/src/com/android/camera/
ImageLoader.java 41 private Thread mDecodeThread;
51 if (mDecodeThread == null) {
147 if (mDecodeThread != null) {
154 mDecodeThread = t;
163 if (mDecodeThread != null) {
165 Thread t = mDecodeThread;
168 mDecodeThread = null;
  /frameworks/av/media/libmedia/
SoundPool.cpp 54 mDecodeThread = 0;
77 mDecodeThread->quit();
89 if (mDecodeThread)
90 delete mDecodeThread;
177 if (mDecodeThread == NULL)
178 mDecodeThread = new SoundPoolThread(this);
179 return mDecodeThread != NULL;
227 mDecodeThread->loadSample(sample->sampleID());
  /frameworks/av/include/media/
SoundPool.h 221 SoundPoolThread* mDecodeThread;

Completed in 305 milliseconds