Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h41 struct HintStatus { struct
43 HintStatus() : max_timeout(std::chrono::milliseconds(0)) {} in HintStatus() function
44 explicit HintStatus(std::chrono::milliseconds max_timeout) in HintStatus() function
73 std::shared_ptr<HintStatus> status; argument