Home
last modified time | relevance | path

Searched refs:task_id_ (Results 1 – 4 of 4) sorted by relevance

/external/libbrillo/brillo/
Dbinder_watcher.cc42 if (task_id_ != MessageLoop::kTaskIdNull) in ~BinderWatcher()
43 message_loop_->CancelTask(task_id_); in ~BinderWatcher()
69 task_id_ = message_loop_->WatchFileDescriptor( in Init()
75 if (task_id_ == MessageLoop::kTaskIdNull) { in Init()
Dbinder_watcher.h39 MessageLoop::TaskId task_id_{MessageLoop::kTaskIdNull};
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc317 : location_(location), loop_(loop), task_id_(task_id), in IOTask()
359 task_id_)); in OnFileReady()
363 << "Dispatching task_id " << task_id_ << " for " in OnFileReady()
386 loop_->io_tasks_.erase(task_id_); in OnFileReadyPostedTask()
391 << "Running task_id " << task_id_ << " for " in OnFileReadyPostedTask()
408 loop_->io_tasks_.erase(task_id_); in OnFileReadyPostedTask()
424 << "Removing task_id " << task_id_ << " scheduled from this location."; in CancelTask()
429 loop_->io_tasks_.erase(task_id_); in CancelTask()
Dbase_message_loop.h131 MessageLoop::TaskId task_id_; variable