Searched refs:NodeAction (Results 1 – 5 of 5) sorted by relevance
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/ |
D | NodeLooperThread.h | 35 struct NodeAction { struct 36 NodeAction(std::size_t node_index, std::size_t value_index, in NodeAction() argument 68 bool Request(const std::vector<NodeAction>& actions, 73 bool Cancel(const std::vector<NodeAction>& actions,
|
D | HintManager.h | 68 std::vector<NodeAction> node_actions;
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | NodeLooperThreadTest.cc | 83 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()
|
D | HintManagerTest.cc | 155 std::vector<NodeAction>{{0, 1, 800ms}, {1, 1, 0ms}, {2, 1, 800ms}}; in SetUp() 157 std::vector<NodeAction>{{0, 0, 0ms}, {1, 0, 400ms}, {2, 0, 400ms}}; in SetUp()
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | NodeLooperThread.cc | 29 bool NodeLooperThread::Request(const std::vector<NodeAction>& actions, in Request() 68 bool NodeLooperThread::Cancel(const std::vector<NodeAction>& actions, in Cancel()
|