OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_scratch_buf
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfc/include/
ce_api.h
104
UINT8 *
p_scratch_buf
);
156
**
p_scratch_buf
: temp storage for update
165
UINT8 *
p_scratch_buf
);
/external/libnfc-nci/src/nfc/int/
ce_int.h
59
UINT8 *
p_scratch_buf
; /* Scratch buffer for WRITE/readback */
member in struct:__anon20889
97
UINT8 *
p_scratch_buf
; /* temp storage of NDEF message for update */
member in struct:__anon20893
/external/libnfc-nci/src/nfa/int/
nfa_ce_int.h
172
UINT8 *
p_scratch_buf
; /* Scratch buffer for write requests */
member in struct:__anon20636
/external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c
617
if (p_cb->
p_scratch_buf
)
619
nfa_mem_co_free (p_cb->
p_scratch_buf
);
620
p_cb->
p_scratch_buf
= NULL;
647
if ((nfa_ce_cb.
p_scratch_buf
== NULL) ||
653
if ((nfa_ce_cb.
p_scratch_buf
= (UINT8 *) nfa_mem_co_alloc (nfa_ce_cb.ndef_max_size)) != NULL)
706
p_cb->
p_scratch_buf
);
716
p_cb->
p_scratch_buf
);
[
all
...]
Completed in 1129 milliseconds