Home
last modified time | relevance | path

Searched refs:tgid (Results 1 – 16 of 16) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/
DAppHintDesc.h31 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
DPower.h43 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;
DSessionValueEntry.h38 int64_t tgid{0};
DPower.cpp309 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()
DPowerHintSession.h56 explicit PowerHintSession(int32_t tgid, int32_t uid, const std::vector<int32_t> &threadIds,
DPowerHintSession.cpp132 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()
DPowerSessionManager.cpp122 sve.tgid = sessionDescriptor->tgid; in addPowerSession()
/hardware/interfaces/power/aidl/android/hardware/power/
DIPower.aidl99 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/
DIPower.aidl41 …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/
DIPower.aidl41 …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/
DPower.h35 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;
DPower.cpp81 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/
DIPower.aidl41 …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/
DIPower.aidl41 …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/
DIPower.aidl41 …android.hardware.power.IPowerHintSession createHintSession(in int tgid, in int uid, in int[] threa… in createHintSession() argument
/hardware/google/pixel/power-libperfmgr/aidl/tests/
DSessionTaskMapTest.cpp33 sv.tgid = tg; in makeSession()