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

  /system/core/nexus/
WifiScanner.h 29 bool mActive;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
ExperimentService.java 50 private boolean mActive;
80 if (!mActive) return;
81 mActive = false;
101 mActive = true;
  /frameworks/base/include/media/
AudioRecord.h 371 volatile int32_t mActive;
AudioTrack.h 467 volatile int32_t 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;
  /frameworks/base/core/java/android/net/http/
Connection.java 84 private int mActive = STATE_NORMAL;
148 mActive = STATE_CANCEL_REQUESTED;
176 if (mActive == STATE_CANCEL_REQUESTED) {
180 mActive = STATE_NORMAL;
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.h 45 void start() { mActive = true; }
46 void stop() { mActive = false; }
55 bool mActive;
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 210 boolean mActive = false;
361 mActive = active;
388 return mActive;
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.h 542 bool isActive() { return mActive; }
555 bool mActive;
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 217 private final ArrayList<View> mActive = new ArrayList<View>();
381 for (int i=0; i<mActive.size(); i++) {
382 AppViewHolder holder = (AppViewHolder)mActive.get(i).getTag();
478 mActive.remove(convertView);
479 mActive.add(convertView);
490 mActive.remove(view);
    [all...]

Completed in 59 milliseconds