HomeSort by relevance Sort by last modified time
    Searched defs:JFmLog (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmLog.java 22 public final class JFmLog {
JFmUtils.java 43 JFmLog.e(TAG, "getEnumConst: Invalid const (" + constValue + ") for "
JFmRx.java 38 JFmLog.i(TAG, "Loading libfmradio.so");
43 JFmLog.e(TAG, "WARNING: Could not load libfmradio.so");
46 JFmLog.e("JFmRx", "Exception during NativeJFmRx_ClassInitNative ("
532 //JFmLog.d(TAG, "Calling nativeJFmRx_Create");
536 JFmLog.d(TAG, "After nativeJFmRx_Create, status = " + jFmRxStatus.toString()
548 JFmLog.e(TAG, "create: exception during nativeJFmRx_create (" + e.toString() + ")");
556 //JFmLog.d(TAG, "destroy: entered");
563 JFmLog.d(TAG, "After nativeJFmRx_Destroy, status = " + jFmRxStatus.toString());
573 JFmLog.e(TAG, "destroy: exception during nativeJFmRx_Destroy (" + e.toString() + ")");
577 //JFmLog.d(TAG, "destroy: exiting")
    [all...]
JFmTx.java 40 // JFmLog.i(TAG, "Loading libfmradio.so");
45 JFmLog.e(TAG, "WARNING: Could not load libfmradio.so");
48 JFmLog.e("JFmRx", "Exception during NativeJFmRx_ClassInitNative ("
494 JFmLog.i(TAG, " nativeJFmTx_create()-Entered ");
500 JFmLog.d(TAG, "Calling nativeJFmTx_Create");
503 JFmLog.d(TAG, "After nativeJFmTx_Create, status = " + jFmTxStatus.toString()
515 JFmLog.e(TAG, "create: exception during nativeJFmTx_create (" + e.toString() + ")");
523 JFmLog.i(TAG, "txDestroy: entered");
529 JFmLog.d(TAG, "After nativeJFmTx_Destroy, status = " + jFmTxStatus.toString());
539 JFmLog.e(TAG, "txDestroy: exception during nativeJFmTx_Destroy (" + e.toString() + ")")
    [all...]

Completed in 1536 milliseconds