Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/logd/
DLogEvent.cpp252 case BOOL_TYPE: in parseArray()
282 if (numElements == 0 && annotationType == BOOL_TYPE) { in parseIsUidAnnotation()
289 annotationType != BOOL_TYPE) { in parseIsUidAnnotation()
306 if (!mValues.empty() || annotationType != BOOL_TYPE) { in parseTruncateTimestampAnnotation()
319 if (mValues.empty() || annotationType != BOOL_TYPE || firstUidInChainIndex || numElements) { in parsePrimaryFieldAnnotation()
332 if (mValues.empty() || annotationType != BOOL_TYPE || !firstUidInChainIndex) { in parsePrimaryFieldFirstUidAnnotation()
352 if (mValues.empty() || annotationType != BOOL_TYPE || !checkPreviousValueType(INT) || in parseExclusiveStateAnnotation()
380 if (mValues.empty() || annotationType != BOOL_TYPE || !checkPreviousValueType(INT) || in parseStateNestedAnnotation()
413 if (mValues.empty() || annotationType != BOOL_TYPE) { in parseFieldRestrictionAnnotation()
553 case BOOL_TYPE: in parseBody()
DLogEvent.h56 #define BOOL_TYPE 0x05 macro
/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp44 #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/
Dstats_event.c61 #define BOOL_TYPE 0x05 macro
230 start_field(event, BOOL_TYPE); in AStatsEvent_writeBool()
311 if (!writeArrayMetadata(event, numElements, BOOL_TYPE)) { in AStatsEvent_writeBoolArray()
355 append_byte(event, BOOL_TYPE); in AStatsEvent_addBoolAnnotation()
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp2205 case BOOL_TYPE: in fillStatsEventWithSampleValue()