Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
DHealthMonitor.h294 HealthWatchdogBuilder& setAnnotations(std::unique_ptr<HangAnnotations> annotations) { in setAnnotations()
/hardware/google/aemu/base/
DHealthMonitor_unittest.cpp579 auto annotations = std::make_unique<HangAnnotations>(); in TEST() local