Searched refs:ScrLog (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/static-lib-adapt/
H A DProtoDispBluetoothHci.c64 ScrLog (HCI_GEN_TRACE, "%s", buff);
81 ScrLog (HCI_GEN_TRACE, "--");
83 ScrLog (HCI_GEN_TRACE, "SEND Command to HCI. Name: Set_Sleepmode_Param (Hex Code: 0xfc27 Param Len: %d)", len);
99 ScrLog (HCI_GEN_TRACE, "--");
117 ScrLog (HCI_GEN_TRACE, "--");
118 ScrLog (HCI_GEN_TRACE, "RCVD Event from HCI. Name: HCI_Command_Complete (Hex Code: 0x0e Param Len: %d)", len);
121 ScrLog (HCI_GEN_TRACE,"%40s : 0xfc27 (Set_Sleepmode_Param)", "Cmd Code");
122 ScrLog (HCI_GEN_TRACE, "%40s : %d (0x%02x) %s", "Status", status, status, (status == 0) ? "Success" : "");
123 ScrLog (HCI_GEN_TRACE, "--");
/external/libnfc-nci/src/include/
H A Dbuildcfg.h81 extern void ScrLog(UINT32 trace_set_mask, const char *fmt_str, ...);
/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dandroid_logmsg.h35 void ScrLog (UINT32 trace_set_mask, const char* fmt_str, ...);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dandroid_logmsg.cpp91 //Protodisp code calls ScrLog() to print decoded texts.
92 void ScrLog (UINT32 trace_set_mask, const char *fmt_str, ...) function

Completed in 153 milliseconds