Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/tests/pointer/1.0/default/lib/
DPointerHelper.cpp10 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 …]
/hardware/interfaces/media/omx/1.0/
DIOmxStore.hal83 * 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 to
149 * Information about nodes provided for a supported node role
166 * 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 this
187 * List roles of supported nodes.
DIOmx.hal29 * IOmx has the ability to create OMX nodes.
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera_hal.cpp65 std::vector<std::string> nodes; in V4L2CameraHAL() local
72 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()
DREADME.md58 On creation, it searches /dev/video* nodes for ones with the necessary
/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal26 * feature is not enabled or FILESYSTEM_ERROR on filesystem nodes
41 * feature is not enabled or FILESYSTEM_ERROR on filesystem nodes
93 * nodes access or NOT_SUPPORTED if feature is not enabled or
/hardware/interfaces/tests/pointer/1.0/
DIGraph.hal29 vec<Node> nodes;
/hardware/interfaces/power/1.1/
DIPower.hal32 * nodes access error.
/hardware/interfaces/power/1.0/
DIPower.hal85 * nodes access error.
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal540 * of output nodes.
1368 * nodes. The implementation is based on:
/hardware/qcom/msm8998/json-c/
DDoxyfile1124 # graphs generated by dot. A depth value of 3 means that only nodes reachable
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal784 * of output nodes.
1776 * nodes. The implementation is based on: