Home
last modified time | relevance | path

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

/external/libbrillo/brillo/message_loops/
Dfake_message_loop.cc30 VLOG_LOC(from_here, 1) << "Scheduling delayed task_id " << current_id in PostDelayedTask()
73 VLOG_LOC(scheduled_task_ref->second.location, 1) in RunOnce()
112 VLOG_LOC(scheduled_task_ref->second.location, 1) in RunOnce()
134 VLOG_LOC(task.second.location, 1) in PendingTasks()
/external/libbrillo/brillo/
Dlocation_logging.h16 #define VLOG_LOC(from_here, verbose_level) \ macro