HomeSort by relevance Sort by last modified time
    Searched refs:setconfig (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/src/nfa/dm/
nfa_dm_act.c 301 /* If this setconfig was due to NFA_SetConfig, then notify the app */
567 if (p_data->setconfig.length + 2 > 255)
574 UINT8_TO_STREAM (p, p_data->setconfig.param_id);
575 UINT8_TO_STREAM (p, p_data->setconfig.length);
576 ARRAY_TO_STREAM (p, p_data->setconfig.p_data, p_data->setconfig.length)
577 status = nfa_dm_check_set_config ((UINT8) (p_data->setconfig.length + 2), buff, TRUE);
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_dm_int.h 213 tNFA_DM_API_SET_CONFIG setconfig; /* NFA_DM_API_SET_CONFIG_EVT */ member in union:__anon17119
510 /* SetConfig management */
  /system/bt/bta/av/
bta_av_aact.c 1129 tBTA_AV_CI_SETCONFIG setconfig; local
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 5491 milliseconds