/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | Node.cc | 29 Node::Node(std::string name, std::string node_path, in Node() function in android::perfmgr::Node 39 bool Node::AddRequest(std::size_t value_index, const std::string& hint_type, in AddRequest() 51 bool Node::RemoveRequest(const std::string& hint_type) { in RemoveRequest() 60 const std::string& Node::GetName() const { in GetName() 64 const std::string& Node::GetPath() const { in GetPath() 68 bool Node::GetValueIndex(const std::string& value, std::size_t* index) const { in GetValueIndex() 80 std::size_t Node::GetDefaultIndex() const { in GetDefaultIndex() 84 bool Node::GetResetOnInit() const { in GetResetOnInit() 88 std::vector<std::string> Node::GetValues() const { in GetValues()
|
D | PropertyNode.cc | 35 : Node(std::move(name), std::move(node_path), std::move(req_sorted), in PropertyNode()
|
D | Android.bp | 56 "Node.cc",
|
D | HintManager.cc | 335 std::vector<std::unique_ptr<Node>> nodes = ParseNodes(json_doc); in GetFromJSON() 371 std::vector<std::unique_ptr<Node>> HintManager::ParseNodes( in ParseNodes() 374 std::vector<std::unique_ptr<Node>> nodes_parsed; in ParseNodes() 539 const std::string &json_doc, const std::vector<std::unique_ptr<Node>> &nodes) { in ParseActions() 570 HintActionType action_type = HintActionType::Node; in ParseActions() 588 if (action_type == HintActionType::Node) { in ParseActions()
|
D | FileNode.cc | 35 : Node(std::move(name), std::move(node_path), std::move(req_sorted), default_val_index, in FileNode()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | queue.c | 37 typedef struct Node { struct 39 struct Node *next; argument 40 } Node; typedef 43 Node *head; 44 Node *tail; 79 Node *new_node = (Node *) malloc(sizeof(Node)); in push() 101 Node *temp; in pop()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | queue.c | 37 typedef struct Node struct 40 struct Node *next; argument 41 } Node; typedef 45 Node *head; 46 Node *tail; 81 Node *new_node = (Node *) malloc(sizeof(Node)); in push() 106 Node *temp; in pop()
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/ |
D | Node.h | 47 class Node { 49 virtual ~Node() {} in ~Node() 73 Node(std::string name, std::string node_path, 76 Node(const Node& other) = delete; 77 Node& operator=(Node const&) = delete;
|
D | PropertyNode.h | 30 class PropertyNode : public Node { 41 PropertyNode(const Node& other) = delete; 42 PropertyNode& operator=(Node const&) = delete;
|
D | FileNode.h | 32 class FileNode : public Node { 46 FileNode(const Node& other) = delete; 47 FileNode& operator=(Node const&) = delete;
|
D | NodeLooperThread.h | 58 explicit NodeLooperThread(std::vector<std::unique_ptr<Node>> nodes) in NodeLooperThread() 91 std::vector<std::unique_ptr<Node>> nodes_; // parsed from Config
|
D | HintManager.h | 61 enum class HintActionType { Node, DoHint, EndHint, MaskHint }; enumerator 156 static std::vector<std::unique_ptr<Node>> ParseNodes( 159 const std::string &json_doc, const std::vector<std::unique_ptr<Node>> &nodes);
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | HintManagerTest.cc | 90 "Node": "CPUCluster1MinFreq", 96 "Node": "ModeProperty", 102 "Node": "CPUCluster0MinFreq", 109 "Node": "ModeProperty", 115 "Node": "CPUCluster1MinFreq", 122 "Node": "TestEnableProperty", 283 std::vector<std::unique_ptr<Node>> nodes_; 451 std::vector<std::unique_ptr<Node>> nodes = in TEST_F() 485 std::vector<std::unique_ptr<Node>> nodes = in TEST_F() 494 std::vector<std::unique_ptr<Node>> nodes = in TEST_F() [all …]
|
D | NodeLooperThreadTest.cc | 52 std::vector<std::unique_ptr<Node>> nodes_;
|
/hardware/google/pixel/presubmit_tests/schemas/ |
D | powerhint-schema.proto | 20 repeated Node nodes = 1 [ json_name = "Nodes" ]; 24 message Node { message 36 string node = 2 [ json_name = "Node" ];
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tools/ |
D | ConfigVerifier.cc | 40 std::vector<std::unique_ptr<Node>> nodes = ParseNodes(json_doc); in VerifyNodes()
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 780 using Node = StateDag::reference; typedef 784 Node makeNode(StreamDescriptor::State s, TransitionTrigger t, Next&&... next) { in makeNode() 787 Node makeNodes(const std::vector<StateTransitionFrom>& v, Node last) { in makeNodes() 788 auto helper = [&](auto i, auto&& h) -> Node { in makeNodes() 794 Node makeNodes(StreamDescriptor::State s, TransitionTrigger t, size_t count, Node last) { in makeNodes() 795 auto helper = [&](size_t c, auto&& h) -> Node { in makeNodes() 801 Node makeNodes(const std::vector<StateTransitionFrom>& v, StreamDescriptor::State f) { in makeNodes() 804 Node makeFinalNode(StreamDescriptor::State s) { in makeFinalNode() 4408 StateDag::Node last = d->makeFinalNode(State::ACTIVE); in makeBurstCommands() 4410 StateDag::Node idle = d->makeNode( in makeBurstCommands() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/ |
D | README.md | 4 [![Node.js CI](https://github.com/wshito/asciidoctor-chunker/actions/workflows/node.js.yml/badge.sv… 45 1. Install [Node.js](https://nodejs.org/), the JavaScript runtime. This will install `npm`, the pa…
|
D | asciidoctor-chunker.js | 4 …Node=void 0;var o=n(9960),a=new Map([[o.ElementType.Tag,1],[o.ElementType.Script,1],[o.ElementType…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | README.md | 15 …rdless of browser or environment, so you can pre-render expressions using Node.js and send them as…
|
D | katex.mjs | 592 * in Firefox, Chrome and Node.
|
/hardware/interfaces/media/omx/1.0/ |
D | IOmxStore.hal | 76 * Node attribute
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | executiongraphs.adoc | 171 code:PayloadNodeNameAMDX decoration with a code:Node code:Name that 705 The code:Node code:Name operand of the code:PayloadNodeNameAMDX decoration
|