Home
last modified time | relevance | path

Searched refs:setconfig (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nci/src/nfa/dm/
Dnfa_dm_act.c567 if (p_data->setconfig.length + 2 > 255) in nfa_dm_set_config()
574 UINT8_TO_STREAM (p, p_data->setconfig.param_id); in nfa_dm_set_config()
575 UINT8_TO_STREAM (p, p_data->setconfig.length); in nfa_dm_set_config()
576 ARRAY_TO_STREAM (p, p_data->setconfig.p_data, p_data->setconfig.length) in nfa_dm_set_config()
577 status = nfa_dm_check_set_config ((UINT8) (p_data->setconfig.length + 2), buff, TRUE); in nfa_dm_set_config()
/external/smack/asmack-master/
Dbuild.bash480 setconfig() { function
536 setconfig
/external/libnfc-nci/src/nfa/int/
Dnfa_dm_int.h213 tNFA_DM_API_SET_CONFIG setconfig; /* NFA_DM_API_SET_CONFIG_EVT */ member
/external/bluetooth/bluedroid/bta/av/
Dbta_av_aact.c1114 tBTA_AV_CI_SETCONFIG setconfig; in bta_av_config_ind() local
1139 setconfig.hndl = p_scb->hndl; /* we may not need this */ in bta_av_config_ind()
1140 setconfig.err_code = AVDT_ERR_UNSUP_CFG; in bta_av_config_ind()
1141 bta_av_ssm_execute(p_scb, BTA_AV_CI_SETCONFIG_FAIL_EVT, (tBTA_AV_DATA *) &setconfig); in bta_av_config_ind()
/external/regex-re2/lib/codereview/
Dcodereview.py2270 ui.setconfig("hooks", "precommit.codereview", precommithook)
/external/chromium_org/third_party/re2/lib/codereview/
Dcodereview.py2273 ui.setconfig("hooks", "precommit.codereview", precommithook)