Home
last modified time | relevance | path

Searched refs:newAnnotations (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAndroidHealthMonitor.cpp217 auto newAnnotations = (*task.onHangAnnotationsCallback)(); in main() local
218 task.metadata->mergeAnnotations(std::move(newAnnotations)); in main()
/hardware/google/aemu/base/
DHealthMonitor.cpp220 auto newAnnotations = (*task.onHangAnnotationsCallback)(); in main() local
221 task.metadata->mergeAnnotations(std::move(newAnnotations)); in main()