OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aidlen
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nci/jni/
HciEventManager.cpp
162
int
aidlen
= event_buff[1];
local
164
event_buff.begin() +
aidlen
+ 2);
166
int32_t berTlvStart =
aidlen
+ 2 + 1;
169
if (berTlvLen > 0 && event_buff[2 +
aidlen
] == 0x82) {
/external/wpa_supplicant_8/src/utils/
pcsc_funcs.c
255
size_t
aidlen
);
809
size_t
aidlen
)
827
aid,
aidlen
);
828
if (5 +
aidlen
> sizeof(cmd))
831
cmd[4] =
aidlen
; /* len */
832
os_memcpy(cmd + 5, aid,
aidlen
);
833
cmdlen = 5 +
aidlen
;
[
all
...]
Completed in 51 milliseconds