Home
last modified time | relevance | path

Searched refs:mInputPorts (Results 1 – 2 of 2) sorted by relevance

/external/oboe/src/flowgraph/
DFlowGraphNode.cpp32 for (auto &port : mInputPorts) { in pullData()
51 for (auto &port : mInputPorts) { in pullReset()
DFlowGraphNode.h111 mInputPorts.push_back(port); in addInputPort()
144 std::vector<std::reference_wrapper<FlowGraphPort>> mInputPorts; variable