HomeSort by relevance Sort by last modified time
    Searched defs:mActive (Results 1 - 25 of 25) sorted by null

  /cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h 118 mActive(false) {};
139 bool mActive;
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java 250 Runnable mActive;
262 if (mActive == null) {
268 if ((mActive = mTasks.poll()) != null) {
269 THREAD_POOL_EXECUTOR.execute(mActive);
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java 250 Runnable mActive;
262 if (mActive == null) {
268 if ((mActive = mTasks.poll()) != null) {
269 THREAD_POOL_EXECUTOR.execute(mActive);
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
AsyncTask.java 250 Runnable mActive;
262 if (mActive == null) {
268 if ((mActive = mTasks.poll()) != null) {
269 THREAD_POOL_EXECUTOR.execute(mActive);
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraStream.h 56 bool mActive;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 88 while (mDrawingThread.mActive) {
142 boolean mActive;
190 if (mActive) {
191 mActive = false;
203 if (!mActive) {
204 mActive = true;
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraStream.h 82 bool mActive;
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.h 205 Mutex mInputMutex; // Protects mActive, mRequestCount
207 bool mActive; // Whether we're waiting for input requests or actively
249 Mutex mInputMutex; // Protects mActive, mInFlightQueue, mRequestCount
253 bool mActive;
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraStream.h 77 bool mActive;
  /device/lge/mako/camera/
QCameraStream.h 87 bool mActive;
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.h 165 mActive(false){}
190 bool mActive;
  /external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
CoreImpl.java 491 private boolean mActive = true;
503 if (mActive) {
504 mActive = false;
510 return mActive;
514 mActive = false;
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 247 milliseconds