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

  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmTxNative.cpp 133 static int nativeJFmTx_Create(JNIEnv *env,jobject obj,jobject jContextValue)
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmTx.java 494 JFmLog.i(TAG, " nativeJFmTx_create()-Entered ");
500 JFmLog.d(TAG, "Calling nativeJFmTx_Create");
501 int fmStatus = nativeJFmTx_Create(txContext);
503 JFmLog.d(TAG, "After nativeJFmTx_Create, status = " + jFmTxStatus.toString()
508 * nativeJFmTx_create
515 JFmLog.e(TAG, "create: exception during nativeJFmTx_create (" + e.toString() + ")");
    [all...]

Completed in 144 milliseconds