Home
last modified time | relevance | path

Searched defs:typeId (Results 1 – 7 of 7) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastResources.java140 int typeId, String value) { in appendMessageDetail()
/packages/modules/StatsD/framework/java/android/util/
DStatsEvent.java473 private void writeByteArray(@NonNull final byte[] value, final byte typeId) { in writeByteArray()
803 private void writeTypeId(final byte typeId) { in writeTypeId()
/packages/modules/StatsD/statsd/src/logd/
DLogEvent.cpp232 const uint8_t typeId = getTypeId(typeInfo); in parseArray() local
550 uint8_t typeId = getTypeId(typeInfo); in parseBody() local
/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp51 bool createFieldWithBoolAnnotationLogEvent(LogEvent* logEvent, uint8_t typeId, uint8_t annotationId, in createFieldWithBoolAnnotationLogEvent()
72 bool createFieldWithIntAnnotationLogEvent(LogEvent* logEvent, uint8_t typeId, uint8_t annotationId, in createFieldWithIntAnnotationLogEvent()
93 bool createAtomLevelIntAnnotationLogEvent(LogEvent* logEvent, uint8_t typeId, uint8_t annotationId, in createAtomLevelIntAnnotationLogEvent()
115 bool createAtomLevelBoolAnnotationLogEvent(LogEvent* logEvent, uint8_t typeId, uint8_t annotationId, in createAtomLevelBoolAnnotationLogEvent()
Dstatsd_test_util.cpp2179 void createStatsEvent(AStatsEvent* statsEvent, uint8_t typeId, uint32_t atomId) { in createStatsEvent()
2184 void fillStatsEventWithSampleValue(AStatsEvent* statsEvent, uint8_t typeId) { in fillStatsEventWithSampleValue()
/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp67 void checkTypeHeader(uint8_t** buffer, uint8_t typeId, uint8_t numAnnotations = 0) { in checkTypeHeader()
109 void checkAnnotation(uint8_t** buffer, uint8_t annotationId, uint8_t typeId, T annotationValue) { in checkAnnotation()
/packages/modules/StatsD/lib/libstatssocket/
Dstats_event.c208 static void start_field(AStatsEvent* event, uint8_t typeId) { in start_field()