OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeJFmTx_Disable
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/tools/FM/service/src/jni/
JFmTxNative.cpp
194
static int
nativeJFmTx_Disable
(JNIEnv *env, jobject obj, jlong jContextValue)
196
V4L2_JBTL_LOGD("
nativeJFmTx_disable
(): Entered");
202
V4L2_JBTL_LOGD("
nativeJFmTx_disable
(): Exit");;
[
all
...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmTx.java
573
int status =
nativeJFmTx_Disable
(txContext.getValue());
575
JFmLog.d(TAG, "After
nativeJFmTx_Disable
, status = " + jFmTxStatus.toString());
577
JFmLog.e(TAG, "txDisable: exception during
nativeJFmTx_Disable
(" + e.toString() + ")");
[
all
...]
Completed in 26 milliseconds