Searched refs:task_id_ (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/vr/performanced/
H A Dtask.h29 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.
H A Dtask.cpp45 : 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));
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp85 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:__anon1736::SchedStats
134 PDX_SERIALIZABLE_MEMBERS(SchedStats, task_id_, cpu_time_ns_, wait_ns_,

Completed in 121 milliseconds