Searched defs:AppHintDesc (Results 1 – 1 of 1) sorted by relevance
32 struct AppHintDesc { struct33 AppHintDesc(int64_t sessionId, int32_t tgid, int32_t uid, const std::vector<int32_t> &threadIds, in AppHintDesc() argument51 const int32_t tgid;52 const int32_t uid;53 std::chrono::nanoseconds targetNs;54 std::vector<int32_t> thread_ids;55 android::hardware::power::SessionTag tag;56 ProcessTag procTag;57 int pidControlVariable;59 std::atomic<bool> is_active;[all …]