Searched refs:BOOL_TYPE (Results 1 – 5 of 5) sorted by relevance
/packages/modules/StatsD/statsd/src/logd/ |
D | LogEvent.cpp | 250 case BOOL_TYPE: in parseArray() 280 if (numElements == 0 && annotationType == BOOL_TYPE) { in parseIsUidAnnotation() 287 annotationType != BOOL_TYPE) { in parseIsUidAnnotation() 304 if (!mValues.empty() || annotationType != BOOL_TYPE) { in parseTruncateTimestampAnnotation() 317 if (mValues.empty() || annotationType != BOOL_TYPE || firstUidInChainIndex || numElements) { in parsePrimaryFieldAnnotation() 330 if (mValues.empty() || annotationType != BOOL_TYPE || !firstUidInChainIndex) { in parsePrimaryFieldFirstUidAnnotation() 350 if (mValues.empty() || annotationType != BOOL_TYPE || !checkPreviousValueType(INT) || in parseExclusiveStateAnnotation() 378 if (mValues.empty() || annotationType != BOOL_TYPE || !checkPreviousValueType(INT) || in parseStateNestedAnnotation() 413 if (mValues.empty() || annotationType != BOOL_TYPE) { in parseFieldRestrictionAnnotation() 558 case BOOL_TYPE: in parseBody()
|
D | LogEvent.h | 56 #define BOOL_TYPE 0x05 macro
|
/packages/modules/StatsD/lib/libstatssocket/tests/ |
D | stats_event_test.cpp | 44 #define BOOL_TYPE 0x05 macro 171 checkTypeHeader(&buffer, BOOL_TYPE); in TEST() 322 checkScalarArray(&buffer, numElements, BOOL_TYPE, boolArray); in TEST() 414 checkTypeHeader(&buffer, BOOL_TYPE, /*numAnnotations=*/2); in TEST() 416 checkAnnotation(&buffer, boolAnnotation1Id, BOOL_TYPE, boolAnnotation1Value); in TEST() 423 checkAnnotation(&buffer, floatAnnotation2Id, BOOL_TYPE, floatAnnotation2Value); in TEST() 459 checkAnnotation(&buffer, boolAnnotationId, BOOL_TYPE, boolAnnotationValue); in TEST() 494 checkAnnotation(&buffer, boolAnnotationId, BOOL_TYPE, boolAnnotationValue); in TEST()
|
/packages/modules/StatsD/lib/libstatssocket/ |
D | stats_event.c | 63 #define BOOL_TYPE 0x05 macro 225 start_field(event, BOOL_TYPE); in AStatsEvent_writeBool() 306 if (!writeArrayMetadata(event, numElements, BOOL_TYPE)) { in AStatsEvent_writeBoolArray() 353 append_byte(event, BOOL_TYPE); in AStatsEvent_addBoolAnnotation()
|
/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.cpp | 2305 case BOOL_TYPE: in fillStatsEventWithSampleValue()
|