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

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp784 static int nativeJFmTx_SetMonoStereoMode(JNIEnv *env, jobject obj, jlong jContextValue,jint monoStereoMode) function
1785 {"nativeJFmTx_SetMonoStereoMode","(JI)I", (void*)nativeJFmTx_SetMonoStereoMode},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java915 int status = nativeJFmTx_SetMonoStereoMode(txContext.getValue(), mode.getValue());
918 .d(TAG, "After nativeJFmTx_SetMonoStereoMode, status = "
921 JFmLog.e(TAG, "txSetMonoStereoMode: exception during nativeJFmTx_SetMonoStereoMode ("
1518 private static native int nativeJFmTx_SetMonoStereoMode(long contextValue, int mode); method in class:JFmTx

Completed in 11 milliseconds