OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDefaultEeNfcF
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nci/jni/
RoutingManager.h
78
int
mDefaultEeNfcF
;
RoutingManager.cpp
73
mDefaultEeNfcF
= num;
75
mDefaultEeNfcF
= 0x00;
76
ALOGD("%s: default route for Nfc-F is 0x%02X", fn,
mDefaultEeNfcF
);
206
if (mDefaultEe ==
mDefaultEeNfcF
)
250
nfaStat = NFA_EeSetDefaultTechRouting (
mDefaultEeNfcF
, techMask, 0, 0);
258
nfaStat = NFA_EeSetDefaultProtoRouting(
mDefaultEeNfcF
, protoMask, 0, 0);
273
if (mDefaultEe ==
mDefaultEeNfcF
)
313
nfaStat = NFA_EeSetDefaultTechRouting (
mDefaultEeNfcF
, 0, 0, 0);
320
nfaStat = NFA_EeSetDefaultProtoRouting(
mDefaultEeNfcF
, 0, 0, 0);
Completed in 64 milliseconds