Searched refs:tC (Results 1 – 4 of 4) sorted by relevance
374 public void setTC(Byte tC) { in setTC() argument375 mTC = tC; in setTC()390 public InterfaceByte(Byte tA, Byte tB, Byte tC, Byte tD) { in InterfaceByte() argument393 this.mTC = tC; in InterfaceByte()
70 public void tC(String msg) { in tC() method in FakeWifiLog
192 if (DBG) mLog.tC("There is no per packet ring buffer"); in startPacketLog()201 if (DBG) mLog.tC("There is no per packet ring buffer"); in stopPacketLog()211 if (DBG) mLog.tC("Reset log handler"); in stopLogging()492 if (DBG) mLog.tC("No ring buffers to log anything!"); in startLoggingAllExceptPerPacketBuffers()665 if (DBG) mLog.tC("Reading kernel log ..."); in getKernelLog()
113 public void tC(String msg) { in tC() method in LogcatLog