OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:his_byte_len
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Nfc/nci/jni/
NfcTag.cpp
830
ALOGD ("%s: T4T; ISO_DEP for tech A; copy historical bytes; len=%u", fn, pa_iso.
his_byte_len
);
831
actBytes.reset(e->NewByteArray(pa_iso.
his_byte_len
));
832
if (pa_iso.
his_byte_len
> 0)
833
e->SetByteArrayRegion(actBytes.get(), 0, pa_iso.
his_byte_len
, (jbyte*) (pa_iso.his_byte));
[
all
...]
/external/libnfc-nci/src/nfc/include/
nfc_api.h
616
UINT8
his_byte_len
; /* len of historical bytes */
member in struct:__anon22624
[
all
...]
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
839
p_pa_iso->
his_byte_len
= (UINT8) (p_pa_iso->ats_res_len - (pp - p_pa_iso->ats_res));
840
memcpy (p_pa_iso->his_byte, pp, p_pa_iso->
his_byte_len
);
[
all
...]
Completed in 355 milliseconds