Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
DAudioAnalytics.cpp52 static constexpr bool STATSD_USE_INT_FOR_ENUM = false; variable
55 using short_enum_type_t = std::conditional_t<STATSD_USE_INT_FOR_ENUM, int32_t, std::string>;
56 using long_enum_type_t = std::conditional_t<STATSD_USE_INT_FOR_ENUM, int64_t, std::string>;