Home
last modified time | relevance | path

Searched refs:AnnotationId (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/src/tuningfork/
Dannotation_util.h24 typedef uint64_t AnnotationId; typedef
27 constexpr AnnotationId kAnnotationError = -1;
31 AnnotationId DecodeAnnotationSerialization(const SerializedAnnotation &ser,
Dannotation_util.cpp26 typedef uint64_t AnnotationId; typedef
62 AnnotationId DecodeAnnotationSerialization(const SerializedAnnotation &ser, in DecodeAnnotationSerialization()
64 AnnotationId result = 0; in DecodeAnnotationSerialization()
Dtuningfork.cpp73 typedef uint64_t AnnotationId; typedef
97 AnnotationId current_annotation_id_;
172 AnnotationId DecodeAnnotationSerialization(const SerializedAnnotation &ser);
178 uint64_t MakeCompoundId(InstrumentationKey k, AnnotationId a) { in MakeCompoundId()
318 AnnotationId TuningForkImpl::DecodeAnnotationSerialization(const SerializedAnnotation &ser) { in DecodeAnnotationSerialization()
324 SerializedAnnotation TuningForkImpl::SerializeAnnotationId(AnnotationId id) { in SerializeAnnotationId()
326 AnnotationId a = id / settings_.aggregation_strategy.max_instrumentation_keys; in SerializeAnnotationId()
/frameworks/opt/gamesdk/test/tuningfork/
Dannotation_test.cpp39 void CheckEncodeDecode(AnnotationId id, in CheckEncodeDecode()
52 void CheckGood(SerializedAnnotation ser, AnnotationId id, in CheckGood()