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

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp460 static int nativeJFmTx_GetMuteMode(JNIEnv *env, jobject obj, jlong jContextValue) function
462 ALOGD("nativeJFmTx_GetMuteMode(): Entered");
464 ALOGD("nativeJFmTx_GetMuteMode(): Exit");
1759 {"nativeJFmTx_GetMuteMode","(J)I", (void*)nativeJFmTx_GetMuteMode},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java1014 int status = nativeJFmTx_GetMuteMode(txContext.getValue());
1016 JFmLog.d(TAG, "After nativeJFmTx_GetMuteMode, status = " + jFmTxStatus.toString());
1018 JFmLog.e(TAG, "txGetMuteMode: exception during nativeJFmTx_GetMuteMode ("
1490 private static native int nativeJFmTx_GetMuteMode(long contextValue); method in class:JFmTx

Completed in 29 milliseconds