Searched refs:BOOL_TYPE (Results 1 – 3 of 3) sorted by relevance
/packages/modules/StatsD/statsd/src/logd/ |
D | LogEvent.cpp | 63 #define BOOL_TYPE 0x05 macro 244 || annotationType != BOOL_TYPE) { in parseIsUidAnnotation() 255 if (!mValues.empty() || annotationType != BOOL_TYPE) { in parseTruncateTimestampAnnotation() 264 if (mValues.empty() || annotationType != BOOL_TYPE) { in parsePrimaryFieldAnnotation() 275 if (mValues.empty() || annotationType != BOOL_TYPE || -1 == firstUidInChainIndex) { in parsePrimaryFieldFirstUidAnnotation() 291 if (mValues.empty() || annotationType != BOOL_TYPE) { in parseExclusiveStateAnnotation() 317 if (mValues.empty() || annotationType != BOOL_TYPE) { in parseStateNestedAnnotation() 396 case BOOL_TYPE: in parseBuffer()
|
/packages/modules/StatsD/lib/libstatssocket/tests/ |
D | stats_event_test.cpp | 43 #define BOOL_TYPE 0x05 macro 153 checkTypeHeader(&buffer, BOOL_TYPE); in TEST() 341 checkTypeHeader(&buffer, BOOL_TYPE, /*numAnnotations=*/2); in TEST() 343 checkAnnotation(&buffer, boolAnnotation1Id, BOOL_TYPE, boolAnnotation1Value); in TEST() 350 checkAnnotation(&buffer, floatAnnotation2Id, BOOL_TYPE, floatAnnotation2Value); in TEST() 384 checkAnnotation(&buffer, boolAnnotationId, BOOL_TYPE, boolAnnotationValue); in TEST()
|
/packages/modules/StatsD/lib/libstatssocket/ |
D | stats_event.c | 60 #define BOOL_TYPE 0x05 macro 229 start_field(event, BOOL_TYPE); in AStatsEvent_writeBool() 291 append_byte(event, BOOL_TYPE); in AStatsEvent_addBoolAnnotation()
|