Searched refs:nodes (Results 1 – 12 of 12) sorted by relevance
10 g.nodes.resize(2); in simpleGraph()12 g.nodes[0].data = 10; in simpleGraph()13 g.nodes[1].data = 20; in simpleGraph()14 g.edges[0].left = &g.nodes[0]; in simpleGraph()15 g.edges[0].right = &g.nodes[1]; in simpleGraph()19 if(g.nodes.size() != 2) return false; in isSimpleGraph()21 if(g.nodes[0].data != 10) return false; in isSimpleGraph()22 if(g.nodes[1].data != 20) return false; in isSimpleGraph()23 if(g.edges[0].left != &g.nodes[0]) return false; in isSimpleGraph()24 if(g.edges[0].right != &g.nodes[1]) return false; in isSimpleGraph()[all …]
83 * Optional node attributes for audio nodes to describe supported values:87 * Optional node attributes for video nodes to describe supported values:98 * Required node attributes for video nodes that are required by Android to149 * Information about nodes provided for a supported node role166 * Whether to prefer platform nodes for this role.170 * List of nodes that support this role, ordered by preference.172 vec<NodeInfo> nodes;176 * Return the prefix of names of supported nodes.178 * @return prefix The prefix of the names of all nodes supported by this187 * List roles of supported nodes.
29 * IOmx has the ability to create OMX nodes.
65 std::vector<std::string> nodes; in V4L2CameraHAL() local72 nodes.push_back(std::string("/dev/") + ent->d_name); in V4L2CameraHAL()73 HAL_LOGV("Found video node %s.", nodes.back().c_str()); in V4L2CameraHAL()83 for (const auto& node : nodes) { in V4L2CameraHAL()
58 On creation, it searches /dev/video* nodes for ones with the necessary
26 * feature is not enabled or FILESYSTEM_ERROR on filesystem nodes41 * feature is not enabled or FILESYSTEM_ERROR on filesystem nodes93 * nodes access or NOT_SUPPORTED if feature is not enabled or
29 vec<Node> nodes;
32 * nodes access error.
85 * nodes access error.
540 * of output nodes.1368 * nodes. The implementation is based on:
1124 # graphs generated by dot. A depth value of 3 means that only nodes reachable
784 * of output nodes.1776 * nodes. The implementation is based on: