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 75 private boolean mIsShutdown;
315 mIsShutdown = true;
391 if (mIsShutdown) {
  /packages/apps/Camera2/src/com/android/camera/device/
SingleDeviceStateMachine.java 77 private boolean mIsShutdown;
109 mIsShutdown = false;
120 if (mIsShutdown) {
137 if (mIsShutdown) {
155 if (mIsShutdown) {
186 if (mIsShutdown) {
203 if (mIsShutdown) {
218 if (mIsShutdown) {
235 if (mIsShutdown) {
252 if (mIsShutdown) {
    [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 217 bool mIsShutdown; // latch set to true when shared memory corruption detected

Completed in 140 milliseconds