Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/socket/
DStatsSocketListener.cpp165 const uint32_t statsEventTag = *reinterpret_cast<const uint32_t*>(ptr); in processSocketMessage() local
166 if (statsEventTag != kStatsEventTag) { in processSocketMessage()