Searched refs:onLogEventLost (Results 1 – 7 of 7) sorted by relevance
76 onLogEventLost(lostAtomId, DATA_CORRUPTED_SOCKET_LOSS); in handleSocketLossInfo()80 bool StateManager::onLogEventLost(int32_t lostAtomId, DataCorruptedReason reason) { in onLogEventLost() function in android::os::statsd::StateManager83 stateTrackersIt->second->onLogEventLost(reason); in onLogEventLost()
42 void onLogEventLost(DataCorruptedReason reason);
81 bool onLogEventLost(int32_t lostAtomId, DataCorruptedReason reason);
67 void StateTracker::onLogEventLost(DataCorruptedReason reason) { in onLogEventLost() function in android::os::statsd::StateTracker
376 void onLogEventLost(const SocketLossInfo& socketLossInfo);
568 onLogEventLost(*lossInfo); in onLogEvent()735 void MetricsManager::onLogEventLost(const SocketLossInfo& socketLossInfo) { in onLogEventLost() function in android::os::statsd::MetricsManager
1592 StateManager::getInstance().onLogEventLost(atomId, DATA_CORRUPTED_EVENT_QUEUE_OVERFLOW); in processQueueOverflowStatsLocked()