Home
last modified time | relevance | path

Searched defs:annotationType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp242 void LogEvent::parseIsUidAnnotation(uint8_t annotationType) { in parseIsUidAnnotation()
254 void LogEvent::parseTruncateTimestampAnnotation(uint8_t annotationType) { in parseTruncateTimestampAnnotation()
263 void LogEvent::parsePrimaryFieldAnnotation(uint8_t annotationType) { in parsePrimaryFieldAnnotation()
273 void LogEvent::parsePrimaryFieldFirstUidAnnotation(uint8_t annotationType, in parsePrimaryFieldFirstUidAnnotation()
290 void LogEvent::parseExclusiveStateAnnotation(uint8_t annotationType) { in parseExclusiveStateAnnotation()
307 void LogEvent::parseTriggerStateResetAnnotation(uint8_t annotationType) { in parseTriggerStateResetAnnotation()
316 void LogEvent::parseStateNestedAnnotation(uint8_t annotationType) { in parseStateNestedAnnotation()
331 uint8_t annotationType = readNextValue<uint8_t>(); in parseAnnotations() local
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DAnnotationUtils.java65 final TypeMirror annotationType = annotation.getAnnotationType().asElement().asType(); in exactlyOneMirror() local
99 final TypeMirror annotationType = namedElement.asType(); in hasAnnotation() local
/frameworks/base/tools/stats_log_api_gen/
DCollation.cpp155 const AnnotationType annotationType, in addAnnotationToAtomDecl()