OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nxp_nfc_full_version
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
phLibNfc.h
54
extern const unsigned char *
nxp_nfc_full_version
;
[
all
...]
phHal4Nfc.c
311
const unsigned char *
nxp_nfc_full_version
= NULL;
variable
323
p = dlsym(handle, "
nxp_nfc_full_version
");
325
LOGE("Could not link
nxp_nfc_full_version
");
328
nxp_nfc_full_version
= (unsigned char *)p;
[
all
...]
phLibNfc.c
871
if (
nxp_nfc_full_version
== NULL) {
876
phLibNfc_StackCapabilities->psDevCapabilities.firmware_update_info = memcmp(phLibNfc_StackCapabilities->psDevCapabilities.full_version,
nxp_nfc_full_version
,
[
all
...]
Completed in 103 milliseconds