OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeJFmRx_SetBand
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp
419
static int
nativeJFmRx_SetBand
(JNIEnv *env, jobject obj,jlong jContextValue, jint jFmBand)
436
V4L2_JBTL_LOGD("
nativeJFmRx_setBand
(): EnteredjFmBand %d",jFmBand);
437
V4L2_JBTL_LOGD("
nativeJFmRx_setBand
(): curr_band %d last_band %d",curr_band,last_band);
453
V4L2_JBTL_LOGD("
nativeJFmRx_setBand
(): Exit");
[
all
...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java
624
int status =
nativeJFmRx_SetBand
(context.getValue(), jFmRxBand.getValue());
626
JFmLog.d(TAG, "After
nativeJFmRx_SetBand
, status = " + jFmRxStatus.toString());
628
JFmLog.e(TAG, "setBand: exception during
nativeJFmRx_SetBand
(" + e.toString() + ")");
[
all
...]
Completed in 26 milliseconds