Searched refs:wallClockTimestampNs (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/cmds/statsd/src/external/ |
D | SubsystemSleepStatePuller.cpp | 88 int64_t wallClockTimestampNs = getWallClockNs(); in PullInternal() local 95 …[&data, wallClockTimestampNs, elapsedTimestampNs](hidl_vec<PowerStatePlatformSleepState> states, S… in PullInternal() 103 wallClockTimestampNs, elapsedTimestampNs); in PullInternal() 117 wallClockTimestampNs, elapsedTimestampNs); in PullInternal() 142 …[&data, wallClockTimestampNs, elapsedTimestampNs](hidl_vec<PowerStateSubsystem> subsystems, Status… in PullInternal() 153 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
|
D | ResourceHealthManagerPuller.cpp | 64 int64_t wallClockTimestampNs = getWallClockNs(); in PullInternal() local 77 wallClockTimestampNs, elapsedTimestampNs); in PullInternal() 83 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
|
D | ResourceThermalManagerPuller.cpp | 104 int64_t wallClockTimestampNs = getWallClockNs(); in PullInternal() local 120 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
|
/frameworks/base/cmds/statsd/src/logd/ |
D | LogEvent.h | 67 explicit LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs);
|
D | LogEvent.cpp | 43 LogEvent::LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs) { in LogEvent() argument 44 mLogdTimestampNs = wallClockTimestampNs; in LogEvent()
|