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

  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp 402 static int nativeJFmRx_Disable(JNIEnv *env, jobject obj, jlong jContextValue)
404 V4L2_JBTL_LOGD("nativeJFmRx_disable(): Entered");
413 V4L2_JBTL_LOGD("nativeJFmRx_disable(): Exit");;
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java 607 int status = nativeJFmRx_Disable(context.getValue());
609 JFmLog.d(TAG, "After nativeJFmRx_Disable, status = " + jFmRxStatus.toString());
611 JFmLog.e(TAG, "disable: exception during nativeJFmRx_Disable (" + e.toString() + ")");
    [all...]

Completed in 25 milliseconds