Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAndroidHealthMonitor.h40 #define WATCHDOG_BUILDER(healthMonitorPtr, msg) \ argument
41 gfxstream::guest::HealthWatchdogBuilder<std::decay_t<decltype(*(healthMonitorPtr))>>( \
42 (healthMonitorPtr), __FILE__, __func__, msg, __LINE__)
/hardware/google/aemu/base/include/aemu/base/
DHealthMonitor.h41 #define WATCHDOG_BUILDER(healthMonitorPtr, msg) \ argument
42 ::emugl::HealthWatchdogBuilder<std::decay_t<decltype(*(healthMonitorPtr))>>( \
43 (healthMonitorPtr), __FILE__, __func__, msg, __LINE__)