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

  /frameworks/av/include/media/nbaio/
MonoPipe.h 135 bool mIsShutdown; // whether shutdown(true) was called, no barriers are needed
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 64 mIsShutdown(false),
146 if (!mWriteCanBlock || mIsShutdown) {
326 mIsShutdown = newState;
331 return mIsShutdown;
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 47 mIsShutdown(false), mUnreleased(0)
103 if (mIsShutdown) {
146 mIsShutdown = true;
286 if (stepCount == 0 || mIsShutdown) {
542 if (mIsShutdown) {
587 mIsShutdown = true;
589 if (mIsShutdown) {
641 if (stepCount == 0 || mIsShutdown) {
692 if (mIsShutdown) {
708 mIsShutdown = true
    [all...]
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 71 private boolean mIsShutdown;
271 mIsShutdown = true;
347 if (mIsShutdown) {
  /frameworks/av/include/private/media/
AudioTrackShared.h 170 bool mIsShutdown; // latch set to true when shared memory corruption detected

Completed in 85 milliseconds