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

  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp 362 static int nativeJFmRx_Destroy(JNIEnv *env, jobject obj,jlong jContextValue)
365 V4L2_JBTL_LOGD("nativeJFmRx_destroy(): Entered");
367 V4L2_JBTL_LOGD("nativeJFmRx_destroy(): Exit");
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java 561 int fmStatus = nativeJFmRx_Destroy(context.getValue());
563 JFmLog.d(TAG, "After nativeJFmRx_Destroy, status = " + jFmRxStatus.toString());
573 JFmLog.e(TAG, "destroy: exception during nativeJFmRx_Destroy (" + e.toString() + ")");
    [all...]

Completed in 87 milliseconds