Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DPowerHintSession.h46 struct AppHintDesc { struct
47 AppHintDesc(int32_t tgid, int32_t uid, std::vector<int32_t> threadIds) in AppHintDesc() function
58 const int32_t tgid;
59 const int32_t uid;
60 std::vector<int32_t> threadIds;
61 nanoseconds duration;
62 int current_min;
64 std::atomic<bool> is_active;
66 uint64_t update_count;
67 int64_t integral_error;
[all …]