Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h45 struct HintStatus { struct
47 HintStatus() : max_timeout(std::chrono::milliseconds(0)) {} in HintStatus() function
48 explicit HintStatus(std::chrono::milliseconds max_timeout) in HintStatus() function
82 std::shared_ptr<HintStatus> status GUARDED_BY(hint_lock);
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc89 a.second.status.reset(new HintStatus(timeout)); in InitHintStatus()