Searched refs:nativeJFmTx_StartTransmission (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp240 static int nativeJFmTx_StartTransmission(JNIEnv *env, jobject obj, jlong jContextValue) function
1749 {"nativeJFmTx_StartTransmission","(J)I", (void*)nativeJFmTx_StartTransmission},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java629 int status = nativeJFmTx_StartTransmission(txContext.getValue());
632 .d(TAG, "After nativeJFmTx_StartTransmission, status = "
635 JFmLog.e(TAG, "disable: exception during nativeJFmTx_StartTransmission ("
1427 private static native int nativeJFmTx_StartTransmission(long contextValue); method in class:JFmTx

Completed in 120 milliseconds