Searched refs:DVLOG_LOC (Results 1 – 4 of 4) sorted by relevance
/external/libbrillo/brillo/message_loops/ |
D | base_message_loop.cc | 50 DVLOG_LOC(io_task.second.location(), 1) in ~BaseMessageLoop() 62 DVLOG_LOC(delayed_task.second.location, 1) in ~BaseMessageLoop() 83 DVLOG_LOC(from_here, 1) << "Scheduling delayed task_id " << task_id in PostDelayedTask() 124 DVLOG_LOC(from_here, 1) in WatchFileDescriptor() 175 DVLOG_LOC(delayed_task_it->second.location, 1) in CancelTask() 238 DVLOG_LOC(task_it->second.location, 1) in OnRanPostedTask() 351 DVLOG_LOC(location_, 1) in OnFileReady() 379 DVLOG_LOC(location_, 1) in OnFileReadyPostedTask() 412 DVLOG_LOC(location_, 1) in CancelTask()
|
D | glib_message_loop.cc | 23 DVLOG_LOC(task.second->location, 1) in ~GlibMessageLoop() 41 DVLOG_LOC(from_here, 1) << "Scheduling delayed task_id " << task_id in PostDelayedTask() 109 DVLOG_LOC(from_here, 1) in WatchFileDescriptor() 131 DVLOG_LOC(task->second->location, 1) in CancelTask() 163 DVLOG_LOC(scheduled_task->location, 1) in OnRanPostedTask() 177 DVLOG_LOC(scheduled_task->location, 1) in OnWatchedFdReady()
|
/external/libbrillo/brillo/ |
D | location_logging.h | 20 #define DVLOG_LOC(from_here, verbose_level) \ macro
|
D | process_reaper.cc | 78 DVLOG_LOC(proc->second.location, 1) in HandleSIGCHLD()
|