Searched refs:node (Results 76 - 84 of 84) sorted by relevance

1234

/system/bt/btif/src/
H A Dbtif_rc.cc2822 list_node_t* node;
2833 node = list_begin(p_dev->rc_supported_event_list);
2834 while (node != NULL) {
2837 p_event = (btif_rc_supported_event_t*)list_node(node);
2842 node = list_next(node);
3266 list_node_t* node;
3323 node = list_begin(p_dev->rc_supported_event_list);
3325 while (node != NULL) {
3326 p_event = (btif_rc_supported_event_t*)list_node(node);
[all...]
/system/sepolicy/private/
H A Daccess_vectors253 class node
H A Dsystem_server.te147 allow system_server node:rawip_socket node_bind;
/system/sepolicy/reqd_mask/
H A Daccess_vectors253 class node
/system/media/audio/include/system/
H A Daudio.h965 uint8_t node[6]; member in struct:audio_uuid_s
/system/bt/stack/btm/
H A Dbtm_sec.cc3004 list_node_t* node = local
3006 if (node != NULL) {
3007 p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(list_node(node));
5962 for (const list_node_t* node = list_begin(list); node != list_end(list);) {
5963 tBTM_SEC_QUEUE_ENTRY* p_e = (tBTM_SEC_QUEUE_ENTRY*)list_node(node);
5964 node = list_next(node);
/system/update_engine/scripts/update_payload/
H A Dchecker.py103 is initialized to have a "global", untitled section. A node may be a
109 """A report node interface."""
125 """Generates the report lines for this node.
139 """A field report node, representing a (name, value) pair."""
172 """A sub-report node, representing a nested report."""
187 """A section header node."""
219 for node in self.report:
220 node_report_lines, curr_section = node.GenerateLines(
/system/bt/stack/l2cap/
H A Dl2c_fcr.cc2388 for (const list_node_t *node = list_begin(list), xx = 0;
2389 (node != list_end(list)) && (xx < num_bufs_acked);
2390 node = list_next(node), xx++) {
2391 p_buf = list_node(node);
/system/tools/hidl/test/
H A Dhidl_test_client.cpp1605 IGraph::Node node; node.data = 10; local
1606 EXPECT_OK(graphInterface->passANode(node));

Completed in 453 milliseconds

1234