OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeJFmTx_DisableRds
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/tools/FM/service/src/jni/
JFmTxNative.cpp
294
static int
nativeJFmTx_DisableRds
(JNIEnv *env, jobject obj, jlong jContextValue)
299
V4L2_JBTL_LOGD("
nativeJFmTx_DisableRds
(): Init");
319
V4L2_JBTL_LOGD("
nativeJFmTx_DisableRds
(): Exit");;
[
all
...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmTx.java
723
int status =
nativeJFmTx_DisableRds
(txContext.getValue());
725
JFmLog.d(TAG, "After
nativeJFmTx_DisableRds
, status = " + jFmTxStatus.toString());
727
JFmLog.e(TAG, "txDisableRds: exception during
nativeJFmTx_DisableRds
(" + e.toString()
[
all
...]
Completed in 27 milliseconds