OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfc_jni_ndef_buf
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp
27
uint8_t *
nfc_jni_ndef_buf
= NULL;
variable
81
if(
nfc_jni_ndef_buf
)
83
free(
nfc_jni_ndef_buf
);
86
nfc_jni_ndef_buf
= (uint8_t*)malloc(nfc_jni_ndef_buf_len);
106
if(
nfc_jni_ndef_buf
)
108
free(
nfc_jni_ndef_buf
);
110
nfc_jni_ndef_buf
= NULL;
123
if(
nfc_jni_ndef_buf
)
125
free(
nfc_jni_ndef_buf
);
127
nfc_jni_ndef_buf
= NULL
[
all
...]
com_android_nfc_NativeNfcManager.cpp
740
extern uint8_t *
nfc_jni_ndef_buf
;
[
all
...]
Completed in 26 milliseconds