Searched refs:firstLossTsNanos (Results 1 – 6 of 6) sorted by relevance
29 int64_t firstLossTsNanos; member
38 result.firstLossTsNanos = logEventValues[1].mValue.long_value; in toSocketLossInfo()
887 SocketLossStats(int32_t uid, int64_t firstLossTsNanos, int64_t lastLossTsNanos) in SocketLossStats()888 : mUid(uid), mFirstLossTsNanos(firstLossTsNanos), mLastLossTsNanos(lastLossTsNanos) { in SocketLossStats()
450 (long long)lossInfo.firstLossTsNanos, (long long)lossInfo.lastLossTsNanos); in noteAtomSocketLoss()457 mSocketLossStats.emplace_back(lossInfo.uid, lossInfo.firstLossTsNanos, in noteAtomSocketLoss()
1048 info.firstLossTsNanos = 10 * eventId; in TEST()1092 info.firstLossTsNanos = 10 * eventId; in TEST()
2409 AStatsEvent_writeInt64(statsEvent, lossInfo.firstLossTsNanos); in createSocketLossInfoLogEvent()