HomeSort by relevance Sort by last modified time
    Searched refs:ScrLog (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nci/src/static-lib-adapt/
ProtoDispBluetoothHci.c 64 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/
buildcfg.h 81 extern void ScrLog(UINT32 trace_set_mask, const char *fmt_str, ...);
  /external/libnfc-nci/halimpl/bcm2079x/include/
android_logmsg.h 35 void ScrLog (UINT32 trace_set_mask, const char* fmt_str, ...);
  /external/bluetooth/bluedroid/main/
bte_logmsg.c 276 ScrLog(UINT32 trace_set_mask, const char *fmt_str, ...)
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 91 //Protodisp code calls ScrLog() to print decoded texts.
92 void ScrLog (UINT32 trace_set_mask, const char *fmt_str, ...)

Completed in 80 milliseconds