/hardware/google/pixel/power-libperfmgr/aidl/ |
D | AppHintDesc.h | 31 AppHintDesc(int64_t sessionId, int32_t tgid, int32_t uid, const std::vector<int32_t> &threadIds, in AppHintDesc() 34 tgid(tgid), in AppHintDesc() 47 const int32_t tgid; member
|
D | Power.h | 43 ndk::ScopedAStatus createHintSession(int32_t tgid, int32_t uid, 48 int32_t tgid, int32_t uid, const std::vector<int32_t> &threadIds, int64_t durationNanos, 52 ndk::ScopedAStatus getSessionChannel(int32_t tgid, int32_t uid, 54 ndk::ScopedAStatus closeSessionChannel(int32_t tgid, int32_t uid) override;
|
D | SessionValueEntry.h | 38 int64_t tgid{0};
|
D | Power.cpp | 309 ndk::ScopedAStatus Power::createHintSession(int32_t tgid, int32_t uid, in createHintSession() argument 314 return createHintSessionWithConfig(tgid, uid, threadIds, durationNanos, SessionTag::OTHER, in createHintSession() 330 int32_t tgid, int32_t uid, const std::vector<int32_t> &threadIds, int64_t durationNanos, in createHintSessionWithConfig() argument 343 ndk::SharedRefBase::make<PowerHintSession<>>(tgid, uid, threadIds, durationNanos, tag); in createHintSessionWithConfig()
|
D | PowerHintSession.h | 56 explicit PowerHintSession(int32_t tgid, int32_t uid, const std::vector<int32_t> &threadIds,
|
D | PowerHintSession.cpp | 132 int32_t tgid, int32_t uid, const std::vector<int32_t> &threadIds, int64_t durationNs, in PowerHintSession() argument 136 mIdString(StringPrintf("%" PRId32 "-%" PRId32 "-%" PRId64, tgid, uid, mSessionId)), in PowerHintSession() 137 mDescriptor(std::make_shared<AppHintDesc>(mSessionId, tgid, uid, threadIds, tag, in PowerHintSession() 557 out.append(StringPrintf(" uid: %d, tgid: %d\n", uid, tgid)); in toString()
|
D | PowerSessionManager.cpp | 122 sve.tgid = sessionDescriptor->tgid; in addPowerSession()
|
/hardware/interfaces/power/aidl/android/hardware/power/ |
D | IPower.aidl | 99 in int tgid, in int uid, in int[] threadIds, in long durationNanos); in createHintSession() argument 124 IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in int[] threadIds, in createHintSessionWithConfig() argument 137 ChannelConfig getSessionChannel(in int tgid, in int uid); in getSessionChannel() argument 146 oneway void closeSessionChannel(in int tgid, in int uid); in closeSessionChannel() argument
|
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/5/android/hardware/power/ |
D | IPower.aidl | 41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession() argument 43 …android.hardware.power.IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in i… in createHintSessionWithConfig() argument 44 android.hardware.power.ChannelConfig getSessionChannel(in int tgid, in int uid); in getSessionChannel() argument 45 oneway void closeSessionChannel(in int tgid, in int uid); in closeSessionChannel() argument
|
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/ |
D | IPower.aidl | 41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession() argument 43 …android.hardware.power.IPowerHintSession createHintSessionWithConfig(in int tgid, in int uid, in i… in createHintSessionWithConfig() argument 44 android.hardware.power.ChannelConfig getSessionChannel(in int tgid, in int uid); in getSessionChannel() argument 45 oneway void closeSessionChannel(in int tgid, in int uid); in closeSessionChannel() argument
|
/hardware/interfaces/power/aidl/default/ |
D | Power.h | 35 ndk::ScopedAStatus createHintSession(int32_t tgid, int32_t uid, 40 int32_t tgid, int32_t uid, const std::vector<int32_t>& threadIds, int64_t durationNanos, 44 ndk::ScopedAStatus getSessionChannel(int32_t tgid, int32_t uid, 46 ndk::ScopedAStatus closeSessionChannel(int32_t tgid, int32_t uid) override;
|
D | Power.cpp | 81 int32_t tgid, int32_t uid, const std::vector<int32_t>& threadIds, int64_t durationNanos, in createHintSessionWithConfig() argument 83 auto out = createHintSession(tgid, uid, threadIds, durationNanos, _aidl_return); in createHintSessionWithConfig()
|
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/ |
D | IPower.aidl | 41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession() argument
|
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/4/android/hardware/power/ |
D | IPower.aidl | 41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession() argument
|
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/3/android/hardware/power/ |
D | IPower.aidl | 41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession() argument
|
/hardware/google/pixel/power-libperfmgr/aidl/tests/ |
D | SessionTaskMapTest.cpp | 33 sv.tgid = tg; in makeSession()
|