Home
last modified time | relevance | path

Searched defs:AppHintDesc (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/google/pixel/power-libperfmgr/aidl/
H A DPowerHintSession.h45 struct AppHintDesc { struct
46 AppHintDesc(int32_t tgid, int32_t uid, std::vector<int> threadIds) in AppHintDesc() function
57 const int32_t tgid;
58 const int32_t uid;
59 const std::vector<int> threadIds;
60 nanoseconds duration;
61 int current_min;
63 std::atomic<bool> is_active;
65 uint64_t update_count;
66 int64_t integral_error;
[all …]