Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DAppDescriptorTrace.h53 trace_active = StringPrintf("adpf.%s-%s", idString.c_str(), "active"); in AppDescriptorTrace()
93 std::string trace_active; member
DPowerHintSession.cpp155 ATRACE_INT(mAppDescriptorTrace->trace_active.c_str(), mDescriptor->is_active.load()); in PowerHintSession()
178 ATRACE_INT(mAppDescriptorTrace->trace_active.c_str(), 0); in ~PowerHintSession()
234 ATRACE_INT(mAppDescriptorTrace->trace_active.c_str(), false); in pause()
253 ATRACE_INT(mAppDescriptorTrace->trace_active.c_str(), true); in resume()