OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeJFmTx_Enable
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/tools/FM/service/src/jni/
JFmTxNative.cpp
169
static int
nativeJFmTx_Enable
(JNIEnv *env, jobject obj, jlong jContextValue)
[
all
...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmTx.java
554
int fmStatus =
nativeJFmTx_Enable
(txContext.getValue());
556
JFmLog.d(TAG, "After
nativeJFmTx_Enable
, status = " + jFmTxStatus.toString());
558
JFmLog.e(TAG, "txEnable: exception during
nativeJFmTx_Enable
(" + e.toString() + ")");
[
all
...]
Completed in 29 milliseconds