Searched refs:timeOccurred (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | AndroidHealthMonitor.cpp | 69 .timeOccurred = Clock::now(), in startMonitoringTask() 80 typename MonitoredEventType::Touch{.id = id, .timeOccurred = Clock::now()}); in touchMonitoredTask() 88 typename MonitoredEventType::Stop{.id = id, .timeOccurred = Clock::now()}); in stopMonitoringTask() 155 .timeoutTimestamp = event.timeOccurred + in main() 164 updateTaskParent(events, it->second, event.timeOccurred); in main() 175 task.timeoutTimestamp = event.timeOccurred + task.timeoutThreshold; in main() 176 updateTaskParent(events, task, event.timeOccurred); in main() 188 task.timeoutTimestamp = event.timeOccurred + task.timeoutThreshold; in main() 189 updateTaskParent(events, task, event.timeOccurred); in main() 261 .id = parentId.value(), .timeOccurred = eventTime + Duration(kTimeEpsilon)}); in updateTaskParent()
|
D | AndroidHealthMonitor.h | 112 Timestamp timeOccurred; member 120 Timestamp timeOccurred; member 124 Timestamp timeOccurred; member
|
/hardware/google/aemu/base/ |
D | HealthMonitor.cpp | 76 .timeOccurred = Clock::now(), in startMonitoringTask() 87 typename MonitoredEventType::Touch{.id = id, .timeOccurred = Clock::now()}); in touchMonitoredTask() 95 typename MonitoredEventType::Stop{.id = id, .timeOccurred = Clock::now()}); in stopMonitoringTask() 160 .timeoutTimestamp = event.timeOccurred + in main() 169 updateTaskParent(events, it->second, event.timeOccurred); in main() 179 task.timeoutTimestamp = event.timeOccurred + task.timeoutThreshold; in main() 180 updateTaskParent(events, task, event.timeOccurred); in main() 191 task.timeoutTimestamp = event.timeOccurred + task.timeoutThreshold; in main() 192 updateTaskParent(events, task, event.timeOccurred); in main() 269 .id = parentId.value(), .timeOccurred = eventTime + Duration(kTimeEpsilon)}); in updateTaskParent()
|
/hardware/google/aemu/base/include/aemu/base/ |
D | HealthMonitor.h | 113 Timestamp timeOccurred; member 121 Timestamp timeOccurred; member 125 Timestamp timeOccurred; member
|