Home
last modified time | relevance | path

Searched defs:bad (Results 1 – 6 of 6) sorted by relevance

/frameworks/proto_logging/stats/stats_log_api_gen/
Dtest_external.proto116 BadSkippedFieldSingleAtom bad = 1; field
128 BadSkippedFieldMultipleAtom bad = 1; field
138 oneof pushed { BadAttributionNodePositionAtom bad = 1; } field
Dtest.proto116 BadSkippedFieldSingleAtom bad = 1; field
128 BadSkippedFieldMultipleAtom bad = 1; field
138 oneof pushed { BadAttributionNodePositionAtom bad = 1; } field
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp49 bool bad = !(state == AAUDIO_STREAM_STATE_UNINITIALIZED || state == AAUDIO_STREAM_STATE_CLOSED); in ~AudioStreamRecord() local
DAudioStreamTrack.cpp53 bool bad = !(state == AAUDIO_STREAM_STATE_UNINITIALIZED || state == AAUDIO_STREAM_STATE_CLOSED); in ~AudioStreamTrack() local
/frameworks/wilhelm/tests/sandbox/
Dreverb.c234 bool bad = false; // whether the option string is invalid in main() local
/frameworks/base/services/core/java/com/android/server/am/
DProcessErrorStateRecord.java163 void setBad(boolean bad) { in setBad()