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

  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp 586 static int nativeJFmRx_SetMuteMode(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmMuteMode)
592 V4L2_JBTL_LOGD("nativeJFmRx_setMuteMode(): Entered");
604 V4L2_JBTL_LOGD("nativeJFmRx_setMuteMode(): Exit");
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java 883 int status = nativeJFmRx_SetMuteMode(context.getValue(), jFmRxMuteMode.getValue());
885 JFmLog.d(TAG, "After nativeJFmRx_SetMuteMode, status = " + jFmRxStatus.toString());
888 JFmLog.e(TAG, "setMuteMode: exception during nativeJFmRx_SetMuteMode (" + e.toString()
    [all...]

Completed in 3914 milliseconds