Home
last modified time | relevance | path

Searched refs:mAppDescriptorTrace (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/
DPowerHintSession.cpp119 ATRACE_INT(mAppDescriptorTrace->trace_pid_err.c_str(), err_sum / (length - p_start)); in convertWorkDurationToBoostByPid()
120 ATRACE_INT(mAppDescriptorTrace->trace_pid_integral.c_str(), integral_error); in convertWorkDurationToBoostByPid()
121 ATRACE_INT(mAppDescriptorTrace->trace_pid_derivative.c_str(), in convertWorkDurationToBoostByPid()
123 ATRACE_INT(mAppDescriptorTrace->trace_pid_pOut.c_str(), pOut); in convertWorkDurationToBoostByPid()
124 ATRACE_INT(mAppDescriptorTrace->trace_pid_iOut.c_str(), iOut); in convertWorkDurationToBoostByPid()
125 ATRACE_INT(mAppDescriptorTrace->trace_pid_dOut.c_str(), dOut); in convertWorkDurationToBoostByPid()
126 ATRACE_INT(mAppDescriptorTrace->trace_pid_output.c_str(), output); in convertWorkDurationToBoostByPid()
139 mAppDescriptorTrace(std::make_shared<AppDescriptorTrace>(mIdString)), in PowerHintSession()
154 ATRACE_INT(mAppDescriptorTrace->trace_target.c_str(), mDescriptor->targetNs.count()); in PowerHintSession()
155 ATRACE_INT(mAppDescriptorTrace->trace_active.c_str(), mDescriptor->is_active.load()); in PowerHintSession()
[all …]
DPowerHintSession.h93 std::shared_ptr<AppDescriptorTrace> mAppDescriptorTrace; variable