OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tlv_detect
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c
336
conn_evt_data.
tlv_detect
.status = NFA_STATUS_OK;
337
conn_evt_data.
tlv_detect
.protocol = p_rw_data->tlv.protocol;
338
conn_evt_data.
tlv_detect
.num_bytes = p_rw_data->tlv.num_bytes;
347
conn_evt_data.
tlv_detect
.status = NFA_STATUS_FAILED;
365
conn_evt_data.
tlv_detect
.status = NFA_STATUS_FAILED;
376
conn_evt_data.
tlv_detect
.status = NFA_STATUS_FAILED;
[
all
...]
/external/libnfc-nci/src/nfc/int/
rw_int.h
160
UINT8
tlv_detect
; /* TLV type under detection */
member in struct:__anon23631
316
UINT8
tlv_detect
; /* TLV type under detection */
member in struct:__anon23635
[
all
...]
/packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp
411
status = eventData->
tlv_detect
.status;
413
__FUNCTION__, status, eventData->
tlv_detect
.protocol,
414
eventData->
tlv_detect
.num_tlvs, eventData->
tlv_detect
.num_bytes);
[
all
...]
/external/libnfc-nci/src/nfa/include/
nfa_api.h
469
tNFA_TLV_DETECT
tlv_detect
; /* NFA_TLV_DETECT_EVT */
member in union:__anon23265
[
all
...]
Completed in 477 milliseconds