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

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp789 static int nativeJFmTx_GetMonoStereoMode(JNIEnv *env, jobject obj, jlong jContextValue) function
1786 {"nativeJFmTx_GetMonoStereoMode","(J)I", (void*)nativeJFmTx_GetMonoStereoMode},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java935 int status = nativeJFmTx_GetMonoStereoMode(txContext.getValue());
938 .d(TAG, "After nativeJFmTx_GetMonoStereoMode, status = "
941 JFmLog.e(TAG, "txSetRdsECC: exception during nativeJFmTx_GetMonoStereoMode ("
1516 private static native int nativeJFmTx_GetMonoStereoMode(long contextValue); method in class:JFmTx

Completed in 153 milliseconds