Home
last modified time | relevance | path

Searched refs:BOOL_TYPE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp62 #define BOOL_TYPE 0x05 macro
237 if (mValues.empty() || !checkPreviousValueType(INT) || annotationType != BOOL_TYPE) { in parseIsUidAnnotation()
248 if (!mValues.empty() || annotationType != BOOL_TYPE) { in parseTruncateTimestampAnnotation()
257 if (mValues.empty() || annotationType != BOOL_TYPE) { in parsePrimaryFieldAnnotation()
268 if (mValues.empty() || annotationType != BOOL_TYPE || -1 == firstUidInChainIndex) { in parsePrimaryFieldFirstUidAnnotation()
278 if (mValues.empty() || annotationType != BOOL_TYPE) { in parseExclusiveStateAnnotation()
298 if (mValues.empty() || annotationType != BOOL_TYPE) { in parseStateNestedAnnotation()
377 case BOOL_TYPE: in parseBuffer()