Searched refs:hasSocketLoss (Results 1 – 5 of 5) sorted by relevance
96 bool hasQueueOverflow, bool hasSocketLoss);
558 bool hasQueueOverflow, bool hasSocketLoss) { in writeDataCorruptedReasons() argument563 if (hasSocketLoss) { in writeDataCorruptedReasons()
814 StatsdStats::getInstance().hasSocketLoss()); in onConfigMetricsReportLocked()
782 bool hasSocketLoss() const;
1239 bool StatsdStats::hasSocketLoss() const { in hasSocketLoss() function in android::os::statsd::StatsdStats