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/base/media/jni/soundpool/
SoundPool.cpp 61 mDecodeThread = 0;
83 mDecodeThread->quit();
95 if (mDecodeThread)
96 delete mDecodeThread;
183 if (mDecodeThread == NULL)
184 mDecodeThread = new SoundPoolThread(this);
185 return mDecodeThread != NULL;
231 // mDecodeThread->loadSample() must be called outside of mLock.
232 // mDecodeThread->loadSample() may block on mDecodeThread message queue space
    [all...]
SoundPool.h 216 SoundPoolThread* mDecodeThread;

Completed in 90 milliseconds