Lines Matching refs:atomId
47 void makeIntLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeIntLogEvent() argument
50 AStatsEvent_setAtomId(statsEvent, atomId); in makeIntLogEvent()
57 void makeFloatLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeFloatLogEvent() argument
60 AStatsEvent_setAtomId(statsEvent, atomId); in makeFloatLogEvent()
67 void makeStringLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeStringLogEvent() argument
70 AStatsEvent_setAtomId(statsEvent, atomId); in makeStringLogEvent()
77 void makeIntWithBoolAnnotationLogEvent(LogEvent* logEvent, const int32_t atomId, in makeIntWithBoolAnnotationLogEvent() argument
81 AStatsEvent_setAtomId(statsEvent, atomId); in makeIntWithBoolAnnotationLogEvent()
88 void makeAttributionLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeAttributionLogEvent() argument
92 AStatsEvent_setAtomId(statsEvent, atomId); in makeAttributionLogEvent()
101 void makeBoolLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeBoolLogEvent() argument
104 AStatsEvent_setAtomId(statsEvent, atomId); in makeBoolLogEvent()