Searched refs:wakeupStats (Results 1 – 2 of 2) sorted by relevance
119 IpConnectivityLogClass.WakeupStats wakeupStats = in toProto() local122 wakeupStats.durationSec = in.durationSec; in toProto()123 wakeupStats.totalWakeups = in.totalWakeups; in toProto()124 wakeupStats.rootWakeups = in.rootWakeups; in toProto()125 wakeupStats.systemWakeups = in.systemWakeups; in toProto()127 wakeupStats.applicationWakeups = in.applicationWakeups; in toProto()128 wakeupStats.noUidWakeups = in.noUidWakeups; in toProto()129 wakeupStats.l2UnicastCount = in.l2UnicastCount; in toProto()130 wakeupStats.l2MulticastCount = in.l2MulticastCount; in toProto()131 wakeupStats.l2BroadcastCount = in.l2BroadcastCount; in toProto()[all …]
261 std::ostringstream wakeupStats; in dump() local265 wakeupStats << w.toString() << std::endl; in dump()267 dprintf(fd, "Wakeups:\n%s\n", wakeupStats.str().c_str()); in dump()