Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DAppHintDesc.h30 struct AppHintDesc { struct
31 AppHintDesc(int64_t sessionId, int32_t tgid, int32_t uid, const std::vector<int32_t> &threadIds, in AppHintDesc() argument
47 const int32_t tgid;
48 const int32_t uid;
49 std::chrono::nanoseconds targetNs;
50 std::vector<int32_t> thread_ids;
51 android::hardware::power::SessionTag tag;
52 int pidControlVariable;
54 std::atomic<bool> is_active;
56 uint64_t update_count = 0;
[all …]