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

  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp 472 static int nativeJFmRx_Tune(JNIEnv *env, jobject obj,jlong jContextValue,jint user_freq)
478 V4L2_JBTL_LOGD("nativeJFmRx_tune(): Entered");
505 V4L2_JBTL_LOGD("nativeJFmRx_Tune(): Exit");
835 V4L2_JBTL_LOGD("nativeJFmRx_tune(): Entered");
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java 803 int status = nativeJFmRx_Tune(context.getValue(), jfmRxFreq.getValue());
805 JFmLog.d(TAG, "After nativeJFmRx_Tune, status = " + jFmRxStatus.toString());
807 JFmLog.e(TAG, "tune: exception during nativeJFmRx_Tune (" + e.toString() + ")");
    [all...]

Completed in 81 milliseconds