OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHciCfg
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nci/jni/
SecureElement.cpp
86
memset (&
mHciCfg
, 0, sizeof(
mHciCfg
));
187
memset (&
mHciCfg
, 0, sizeof(
mHciCfg
));
743
if (
mHciCfg
.status == NFA_STATUS_OK)
745
for (UINT8 xx = 0; xx <
mHciCfg
.num_pipes; xx++)
747
if ( (
mHciCfg
.pipe[xx].dest_host == destHost)
748
&& (
mHciCfg
.pipe[xx].dest_gate == mDestinationGate) )
750
mNewSourceGate =
mHciCfg
.pipe[xx].local_gate;
751
mNewPipeId =
mHciCfg
.pipe[xx].pipe_id
[
all
...]
SecureElement.h
401
tNFA_HCI_GET_GATE_PIPE_LIST
mHciCfg
;
Completed in 392 milliseconds