OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeJFmRx_Create
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp
333
static int
nativeJFmRx_Create
(JNIEnv *env,jobject obj,jobject jContextValue)
355
V4L2_JBTL_LOGD("
nativeJFmRx_create
:Exiting Successfully");
[
all
...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java
532
//JFmLog.d(TAG, "Calling
nativeJFmRx_Create
");
533
int fmStatus =
nativeJFmRx_Create
(context);
536
JFmLog.d(TAG, "After
nativeJFmRx_Create
, status = " + jFmRxStatus.toString()
541
*
nativeJFmRx_create
548
JFmLog.e(TAG, "create: exception during
nativeJFmRx_create
(" + e.toString() + ")");
[
all
...]
Completed in 26 milliseconds