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

  /frameworks/av/include/media/nbaio/
MonoPipe.h 135 bool mIsShutdown; // whether shutdown(true) was called, no barriers are needed
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 58 private boolean mIsShutdown;
153 mIsShutdown = true;
229 if (mIsShutdown) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
PrioritizedSerialExecutor.java 35 private boolean mIsShutdown;
44 mIsShutdown = false;
65 if (!mIsShutdown) {
89 if (!mIsShutdown) {
139 mIsShutdown = true;
145 if (!mIsShutdown) {
  /frameworks/av/include/private/media/
AudioTrackShared.h 172 bool mIsShutdown; // latch set to true when shared memory corruption detected

Completed in 79 milliseconds