Searched refs:mIsShutdown (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java58 private boolean mIsShutdown; field in class:UiAutomationConnection
153 mIsShutdown = true;
229 if (mIsShutdown) {
/frameworks/av/include/media/nbaio/
H A DMonoPipe.h135 bool mIsShutdown; // whether shutdown(true) was called, no barriers are needed member in class:android::MonoPipe
/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp45 mIsShutdown(false),
128 if (!mWriteCanBlock || mIsShutdown) {
308 mIsShutdown = newState;
313 return mIsShutdown;
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp41 mIsShutdown(false), mUnreleased(0)
97 if (mIsShutdown) {
138 mIsShutdown = true;
273 if (stepCount == 0 || mIsShutdown) {
512 if (mIsShutdown) {
547 mIsShutdown = true;
549 if (mIsShutdown) {
601 if (stepCount == 0 || mIsShutdown) {
652 if (mIsShutdown) {
667 mIsShutdown
[all...]
/frameworks/av/include/private/media/
H A DAudioTrackShared.h172 bool mIsShutdown; // latch set to true when shared memory corruption detected member in class:android::Proxy

Completed in 537 milliseconds