Home
last modified time | relevance | path

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

/frameworks/base/libs/services/include/android/os/
DStatsLogEventWrapper.h32 struct StatsLogValue { struct
44 StatsLogValue() : type(UNKNOWN) {} in StatsLogValue() argument
46 StatsLogValue(int32_t v) { in StatsLogValue() argument
51 StatsLogValue(int64_t v) { in StatsLogValue() argument
56 StatsLogValue(float v) { in StatsLogValue() argument
61 StatsLogValue(double v) { in StatsLogValue() function
66 StatsLogValue(const std::string& v) { in StatsLogValue() function
71 void setType(STATS_LOG_VALUE_TYPE t) { type = t; } in setType()
73 union {
79 std::string str_value;
[all …]