HomeSort by relevance Sort by last modified time
    Searched refs:task_id_ (Results 1 - 7 of 7) sorted by null

  /external/libbrillo/brillo/
binder_watcher.cc 42 if (task_id_ != MessageLoop::kTaskIdNull)
43 message_loop_->CancelTask(task_id_);
69 task_id_ = message_loop_->WatchFileDescriptor(
75 if (task_id_ == MessageLoop::kTaskIdNull) {
binder_watcher.h 39 MessageLoop::TaskId task_id_{MessageLoop::kTaskIdNull};
  /frameworks/native/services/vr/performanced/
task.h 29 pid_t task_id() const { return task_id_; }
50 pid_t task_id_; member in class:android::dvr::Task
53 // Fields read from /proc/<task_id_>/status.
63 // Opens the file /proc/<task_id_>/|name| and returns the open file
70 // Reads the field named |field| from /proc/<task_id_>/status.
73 // Reads a subset of the fields in /proc/<task_id_>/status.
task.cpp 45 : task_id_(task_id),
50 task_fd_ = OpenTaskDirectory(task_id_);
60 task_id_, name_.c_str(), thread_group_id_, parent_process_id_,
75 ALOGE("Task::OpenTaskFilePointer: Failed to open /proc/%d/%s: %s", task_id_,
83 task_id_, name.c_str(), strerror(errno));
  /external/libbrillo/brillo/message_loops/
base_message_loop.cc 317 : location_(location), loop_(loop), task_id_(task_id),
360 task_id_));
364 << "Dispatching task_id " << task_id_ << " for "
387 loop_->io_tasks_.erase(task_id_);
392 << "Running task_id " << task_id_ << " for "
409 loop_->io_tasks_.erase(task_id_);
425 << "Removing task_id " << task_id_ << " scheduled from this location.";
430 loop_->io_tasks_.erase(task_id_);
base_message_loop.h 131 MessageLoop::TaskId task_id_; member in class:brillo::BaseMessageLoop::IOTask
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_benchmarks.cpp 85 SchedStats(pid_t task_id) : task_id_(task_id) {}
91 "/proc/" + std::to_string(task_id_) + "/schedstat";
113 pid_t task_id() const { return task_id_; }
126 int32_t task_id_; member in class:__anon46438::SchedStats
134 PDX_SERIALIZABLE_MEMBERS(SchedStats, task_id_, cpu_time_ns_, wait_ns_,
    [all...]

Completed in 1155 milliseconds