OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeJFmTx_Tune
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/tools/FM/service/src/jni/
JFmTxNative.cpp
208
static int
nativeJFmTx_Tune
(JNIEnv *env, jobject obj,jlong jContextValue,jlong user_freq)
[
all
...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmTx.java
592
int status =
nativeJFmTx_Tune
(txContext.getValue(), jfmTxFreq.getValue());
594
JFmLog.d(TAG, "After
nativeJFmTx_Tune
, status = " + jFmTxStatus.toString());
596
JFmLog.e(TAG, "txTune: exception during
nativeJFmTx_Tune
(" + e.toString() + ")");
613
JFmLog.d(TAG, "After
nativeJFmTx_Tune
, status = " + jFmTxStatus.toString());
615
JFmLog.e(TAG, "txGetTunedFrequency: exception during
nativeJFmTx_Tune
(" + e.toString()
[
all
...]
Completed in 25 milliseconds