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