/system/tools/aidl/ |
D | aidl_language_l.ll | 43 return yy::parser::token::C_STR; } 66 parcelable { return yy::parser::token::PARCELABLE; } 67 import { return yy::parser::token::IMPORT; } 68 package { return yy::parser::token::PACKAGE; } 69 int { return yy::parser::token::INT; } 70 in { return yy::parser::token::IN; } 71 out { return yy::parser::token::OUT; } 72 inout { return yy::parser::token::INOUT; } 73 cpp_header { return yy::parser::token::CPP_HEADER; } 74 const { return yy::parser::token::CONST; } [all …]
|
D | aidl_language_y.yy | 8 int yylex(yy::parser::semantic_type *, yy::parser::location_type *, void *); 302 void yy::parser::error(const yy::parser::location_type& l,
|
D | Android.mk | 49 aidl_language_y.yy \
|
D | aidl_language.cpp | 245 if (yy::parser(this).parse() != 0 || error_ != 0) { in ParseFile()
|
/system/bt/stack/sdp/ |
D | sdp_db.c | 61 UINT16 xx, yy; in sdp_db_service_search() local 75 for (yy = 0; yy < p_seq->num_uids; yy++) in sdp_db_service_search() 83 &p_seq->uuid_entry[yy].value[0], in sdp_db_service_search() 84 p_seq->uuid_entry[yy].len)) in sdp_db_service_search() 90 &p_seq->uuid_entry[yy].value[0], in sdp_db_service_search() 91 p_seq->uuid_entry[yy].len, 0)) in sdp_db_service_search() 101 if (yy == p_seq->num_uids) in sdp_db_service_search() 221 UINT16 xx, yy, len; in sdp_compose_proto_list() local 246 for (yy = 0; yy < p_elem_list->num_params; yy++) in sdp_compose_proto_list() 251 UINT8_TO_BE_STREAM (p, p_elem_list->params[yy]); in sdp_compose_proto_list() [all …]
|
/system/bt/stack/btm/ |
D | btm_pm.c | 817 int xx, yy, zz; in btm_pm_proc_mode_change() local 848 for(yy=0; yy<=BTM_MAX_PM_RECORDS; yy++) in btm_pm_proc_mode_change() 851 if( (mode == BTM_PM_MD_ACTIVE) && (p_cb->req_mode[yy].mode == BTM_PM_MD_HOLD) ) in btm_pm_proc_mode_change() 852 p_cb->req_mode[yy].mode = BTM_PM_MD_ACTIVE; in btm_pm_proc_mode_change() 879 for(yy=0; yy<BTM_MAX_PM_RECORDS; yy++) in btm_pm_proc_mode_change() 881 if(btm_cb.pm_reg_db[yy].mask & BTM_PM_REG_NOTIF) in btm_pm_proc_mode_change() 883 (*btm_cb.pm_reg_db[yy].cback)( p->remote_addr, mode, interval, hci_status); in btm_pm_proc_mode_change() 910 int xx, yy; in btm_pm_proc_ssr_evt() local 935 for(yy=0; yy<BTM_MAX_PM_RECORDS; yy++) in btm_pm_proc_ssr_evt() 937 if(btm_cb.pm_reg_db[yy].mask & BTM_PM_REG_NOTIF) in btm_pm_proc_ssr_evt() [all …]
|
D | btm_inq.c | 2070 UINT8 xx, yy, num_resp; in btm_sort_inq_result() local 2081 for (yy = xx+1, p_next = p_ent+1; yy < num_resp; yy++, p_next++) { in btm_sort_inq_result() 2736 UINT8 yy, xx; in BTM_GetEirUuidList() local 2758 for( yy = 0; yy < *p_num_uuid; yy++ ) in BTM_GetEirUuidList() 2760 STREAM_TO_UINT16(*(p_uuid16 + yy), p_uuid_data); in BTM_GetEirUuidList() 2761 BTM_TRACE_DEBUG(" 0x%04X", *(p_uuid16 + yy)); in BTM_GetEirUuidList() 2766 for( yy = 0; yy < *p_num_uuid; yy++ ) in BTM_GetEirUuidList() 2768 STREAM_TO_UINT32(*(p_uuid32 + yy), p_uuid_data); in BTM_GetEirUuidList() 2769 BTM_TRACE_DEBUG(" 0x%08X", *(p_uuid32 + yy)); in BTM_GetEirUuidList() 2774 for( yy = 0; yy < *p_num_uuid; yy++ ) in BTM_GetEirUuidList() [all …]
|
/system/bt/stack/rfcomm/ |
D | port_utils.c | 68 UINT8 xx, yy; in port_allocate_port() local 70 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++) in port_allocate_port() 72 if (yy >= MAX_RFC_PORTS) in port_allocate_port() 73 yy = 0; in port_allocate_port() 75 p_port = &rfc_cb.port.port[yy]; in port_allocate_port() 81 p_port->inx = yy + 1; in port_allocate_port() 87 rfc_cb.rfc.last_port = yy; in port_allocate_port() 92 …RFCOMM_TRACE_DEBUG("rfc_cb.port.port[%d]:%p allocated, last_port:%d", yy, p_port, rfc_cb.rfc.last_… in port_allocate_port()
|
D | port_api.c | 541 UINT8 xx, yy; in PORT_IsOpening() local 562 for (yy = 0; yy < MAX_RFC_PORTS; yy++, p_port++) in PORT_IsOpening()
|
/system/bt/stack/avrc/ |
D | avrc_pars_tg.c | 108 UINT8 xx, yy; in avrc_pars_vendor_cmd() local 173 for (xx=0, yy=0; xx< p_result->get_cur_app_val.num_attr; xx++) in avrc_pars_vendor_cmd() 177 p_u8[yy++] = *p; in avrc_pars_vendor_cmd() 180 p_result->get_cur_app_val.num_attr = yy; in avrc_pars_vendor_cmd() 181 if (yy == 0) in avrc_pars_vendor_cmd()
|
/system/bt/bta/hh/ |
D | bta_hh_utils.c | 265 UINT16 xx, yy, key_idx = 0; in bta_hh_parse_keybd_rpt() local 307 for (yy = 0; yy < BTA_HH_MAX_RPT_CHARS; yy++) in bta_hh_parse_keybd_rpt() 309 if (this_report[xx] == p_kb->last_report[yy]) in bta_hh_parse_keybd_rpt()
|
/system/bt/stack/l2cap/ |
D | l2c_link.c | 745 UINT16 qq, yy, qq_remainder; in l2c_link_adjust_allocation() local 762 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) in l2c_link_adjust_allocation() 811 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) in l2c_link_adjust_allocation() 836 yy, p_lcb->acl_priority, p_lcb->link_xmit_quota); in l2c_link_adjust_allocation()
|
D | l2c_ble.c | 1032 UINT16 qq, yy, qq_remainder; in l2c_ble_link_adjust_allocation() local 1049 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) in l2c_ble_link_adjust_allocation() 1098 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) in l2c_ble_link_adjust_allocation() 1123 yy, p_lcb->acl_priority, p_lcb->link_xmit_quota); in l2c_ble_link_adjust_allocation()
|
/system/bt/bta/dm/ |
D | bta_dm_api.c | 519 UINT8 xx, yy; in BTA_GetEirService() local 529 for( yy = 0; yy < BTA_MAX_SERVICE_ID; yy++ ) in BTA_GetEirService() 531 if( *(p_uuid16 + xx) == bta_service_id_to_uuid_lkup_tbl[yy] ) in BTA_GetEirService()
|