Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DNodeLooperThread.h35 struct NodeAction { struct
36 NodeAction(std::size_t node_index, std::size_t value_index,
70 bool Request(const std::vector<NodeAction>& actions,
75 bool Cancel(const std::vector<NodeAction>& actions,
DHintManager.h78 std::vector<NodeAction> node_actions;
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DNodeLooperThreadTest.cc83 std::vector<NodeAction> actions{{0, 0, 200ms}, {1, 1, 400ms}}; in TEST_F()
106 std::vector<NodeAction> actions{{0, 0, 200ms}, {1, 1, 500ms}}; in TEST_F()
114 actions = std::vector<NodeAction>{{0, 0, 300ms}, {1, 1, 100ms}}; in TEST_F()
138 std::vector<NodeAction> actions{{0, 0, 0ms}, {1, 1, 0ms}}; in TEST_F()
159 std::vector<NodeAction> actions_interaction{{0, 1, 800ms}, {1, 1, 0ms}}; in TEST_F()
167 std::vector<NodeAction> actions_launch{{0, 0, 0ms}, {1, 0, 400ms}}; in TEST_F()
DHintManagerTest.cc255 std::vector<NodeAction>{{0, 1, 800ms}, {1, 1, 0ms}, {2, 1, 800ms}}; in SetUp()
257 std::vector<NodeAction>{{0, 0, 0ms}, {1, 0, 400ms}, {2, 0, 400ms}}; in SetUp()
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DNodeLooperThread.cc30 bool NodeLooperThread::Request(const std::vector<NodeAction>& actions, in Request()
74 bool NodeLooperThread::Cancel(const std::vector<NodeAction>& actions, in Cancel()
DHintManager.cc185 std::vector<NodeAction> actions_override = actions_.at(hint_type).node_actions; in DoHint()