OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jRet
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp
[
all
...]
JFmTxNative.cpp
865
int
jRet
;
867
jRet
= g_jVM->GetEnv((void **)&env,JNI_VERSION_1_4);
870
if(
jRet
< 0)
873
jRet
= g_jVM->AttachCurrentThread((&env), NULL);
875
if(
jRet
!= JNI_OK)
877
V4L2_JBTL_LOGI("failed to atatch to current thread %d",
jRet
);
[
all
...]
Completed in 33 milliseconds