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

/system/extras/simpleperf/
H A Devent_fd.h55 int Cpu() const { return cpu_; }
93 cpu_(cpu),
112 int cpu_; member in class:EventFd
H A Devent_fd.cpp104 cpu_);
143 cpu_).c_str(), counter->value - last_counter_value_);
147 cpu_).c_str(), counter->value - last_counter_value_);
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp77 int cpu_; member in class:AddIntsService
167 AddIntsService::AddIntsService(int cpu): cpu_(cpu) {
180 if (cpu_ != unbound) {
182 if (cpu != cpu_) {
184 << cpu_ << endl;

Completed in 55 milliseconds