Home
last modified time | relevance | path

Searched defs:NodeAction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DNodeLooperThread.h35 struct NodeAction { struct
38 : node_index(node_index), in node_index()
42 std::size_t node_index;
43 std::size_t value_index;
44 std::chrono::milliseconds timeout_ms; // 0ms for forever
45 std::string enable_property; // boolean property to control action on/off.
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/parse/
Dnode.go54 NodeAction // A non-control action such as a field evaluation. const