OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:param_ids
(Results
1 - 6
of
6
) sorted by null
/external/libnfc-nci/src/nfc/include/
nci_hmsgs.h
47
UINT8 nci_snd_core_get_config (UINT8 *
param_ids
, UINT8 num_ids);
nfc_api.h
225
UINT8
param_ids
[NFC_MAX_NUM_IDS];/* NCI Param ID */
member in struct:__anon3839
[
all
...]
/external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c
107
UINT8 nci_snd_core_get_config (UINT8 *
param_ids
, UINT8 num_ids)
125
ARRAY_TO_STREAM (pp,
param_ids
, num_ids);
/external/libnfc-nci/src/nfa/include/
nfa_api.h
172
tNFA_PMID
param_ids
[NFC_MAX_NUM_IDS]; /* Rejected Param ID */
member in struct:__anon3529
[
all
...]
/external/libnfc-nci/src/nfa/dm/
nfa_dm_act.c
306
memcpy (dm_cback_data.set_config.
param_ids
, p_data->set_config.
param_ids
, p_data->set_config.num_param_id);
[
all
...]
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
497
STREAM_TO_ARRAY (evt_data.set_config.
param_ids
, p, evt_data.set_config.num_param_id);
[
all
...]
Completed in 76 milliseconds