OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScrProtocolTraceFlag
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp
35
extern UINT32
ScrProtocolTraceFlag
; // = SCR_PROTO_TRACE_ALL; // 0x017F;
62
if (!(
ScrProtocolTraceFlag
& SCR_PROTO_TRACE_NCI))
HalAdaptation.cpp
47
UINT32
ScrProtocolTraceFlag
= SCR_PROTO_TRACE_ALL; //0x017F00;
75
ScrProtocolTraceFlag
= num;
userial_linux.c
51
extern UINT32
ScrProtocolTraceFlag
;
75
#define USERIAL_Debug_verbose ((
ScrProtocolTraceFlag
& 0x80000000) == 0x80000000)
[
all
...]
/external/libnfc-nci/src/adaptation/
libmain.c
35
extern UINT32
ScrProtocolTraceFlag
; // = SCR_PROTO_TRACE_ALL; // 0x017F;
356
if (!(
ScrProtocolTraceFlag
& SCR_PROTO_TRACE_HCI_SUMMARY))
391
if (!(
ScrProtocolTraceFlag
& SCR_PROTO_TRACE_HCI_SUMMARY))
419
if (!(
ScrProtocolTraceFlag
& SCR_PROTO_TRACE_NCI))
492
if (!(
ScrProtocolTraceFlag
& SCR_PROTO_TRACE_HCI_SUMMARY))
NfcAdaptation.cpp
39
UINT32
ScrProtocolTraceFlag
= SCR_PROTO_TRACE_ALL; //0x017F00;
106
ScrProtocolTraceFlag
= num;
Completed in 238 milliseconds