Searched defs:typeId (Results 1 – 7 of 7) sorted by relevance
| /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
| D | CellBroadcastResources.java | 140 int typeId, String value) { in appendMessageDetail()
|
| /packages/modules/StatsD/framework/java/android/util/ |
| D | StatsEvent.java | 473 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/ |
| D | LogEvent.cpp | 232 const uint8_t typeId = getTypeId(typeInfo); in parseArray() local 550 uint8_t typeId = getTypeId(typeInfo); in parseBody() local
|
| /packages/modules/StatsD/statsd/tests/ |
| D | LogEvent_test.cpp | 51 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()
|
| D | statsd_test_util.cpp | 2179 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/ |
| D | stats_event_test.cpp | 67 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/ |
| D | stats_event.c | 208 static void start_field(AStatsEvent* event, uint8_t typeId) { in start_field()
|