Searched defs:Hint (Results 1 – 1 of 1) sorted by relevance
66 struct Hint { struct67 Hint() : enabled(true) {} in Hint() argument69 std::vector<HintAction> hint_actions; argument73 std::shared_ptr<HintStatus> status; argument82 HintManager(sp<NodeLooperThread> nm, const std::unordered_map<std::string, Hint> &actions) in HintManager() argument