Home
last modified time | relevance | path

Searched refs:add_instant_event_with_descriptor_callback (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/
DMetrics.cpp45 void (*MetricsLogger::add_instant_event_with_descriptor_callback)(int64_t event_code, variable
179 if (MetricsLogger::add_instant_event_with_descriptor_callback) { in operator ()()
180 MetricsLogger::add_instant_event_with_descriptor_callback( in operator ()()
204 if (MetricsLogger::add_instant_event_with_descriptor_callback) { in operator ()()
205 MetricsLogger::add_instant_event_with_descriptor_callback( in operator ()()
/hardware/google/aemu/base/include/aemu/base/
DMetrics.h119 static void (*add_instant_event_with_descriptor_callback)(int64_t event_code, variable
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp2587 MetricsLogger::add_instant_event_with_descriptor_callback = reinterpret_cast< in stream_renderer_init()