Searched defs:bad (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamRecord.cpp45 bool bad = !(state == AAUDIO_STREAM_STATE_UNINITIALIZED || state == AAUDIO_STREAM_STATE_CLOSED); local
46 ALOGE_IF(bad, "stream not closed, in state %d", state);
H A DAudioStreamTrack.cpp49 bool bad = !(state == AAUDIO_STREAM_STATE_UNINITIALIZED || state == AAUDIO_STREAM_STATE_CLOSED); local
50 ALOGE_IF(bad, "stream not closed, in state %d", state);
/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c234 bool bad = false; // whether the option string is invalid local
242 bad = true;
251 bad = true;
260 bad = true;
269 bad = true;
274 bad = true;
276 if (bad) {
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java141 boolean bad; // True if disabled in the bad process list field in class:ProcessRecord
411 || anrDialog != null || bad) {
417 pw.print(" bad="); pw.print(bad);

Completed in 31 milliseconds