Home
last modified time | relevance | path

Searched refs:AppDescriptorTrace (Results 1 – 7 of 7) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/
DSessionValueEntry.h45 std::shared_ptr<AppDescriptorTrace> sessionTrace;
DAppDescriptorTrace.h42 struct AppDescriptorTrace { struct
43 AppDescriptorTrace(const std::string &idString) { in AppDescriptorTrace() function
DPowerHintSession.h93 std::shared_ptr<AppDescriptorTrace> mAppDescriptorTrace;
DPowerSessionManager.h54 const std::shared_ptr<AppDescriptorTrace> &sessionTrace,
DPowerSessionManager.cpp113 const std::shared_ptr<AppDescriptorTrace> &sessionTrace, in addPowerSession()
DPowerHintSession.cpp139 mAppDescriptorTrace(std::make_shared<AppDescriptorTrace>(mIdString)), in PowerHintSession()
/hardware/google/pixel/power-libperfmgr/aidl/tests/mocks/
DMockPowerSessionManager.h38 const std::shared_ptr<impl::pixel::AppDescriptorTrace> &sessionTrace,