Home
last modified time | relevance | path

Searched refs:jRet (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wpan/tools/FM/service/src/jni/
DJFmRxNative.cpp1232 int jRet ; in nativeJFmRx_RadioText_Callback() local
1237 jRet = g_jVM->GetEnv((void **)&env,JNI_VERSION_1_4); in nativeJFmRx_RadioText_Callback()
1239 if(jRet < 0) in nativeJFmRx_RadioText_Callback()
1242 jRet = g_jVM->AttachCurrentThread((&env), NULL); in nativeJFmRx_RadioText_Callback()
1244 if(jRet != JNI_OK) in nativeJFmRx_RadioText_Callback()
1246 ALOGE("failed to atatch to current thread %d",jRet); in nativeJFmRx_RadioText_Callback()
1330 int jRet ; in nativeJFmRx_PS_Callback() local
1336 jRet = g_jVM->GetEnv((void **)&env,JNI_VERSION_1_4); in nativeJFmRx_PS_Callback()
1338 if(jRet < 0) in nativeJFmRx_PS_Callback()
1341 jRet = g_jVM->AttachCurrentThread((&env), NULL); in nativeJFmRx_PS_Callback()
[all …]
DJFmTxNative.cpp865 int jRet ; in nativeJFmTx_Callback() local
867 jRet = g_jVM->GetEnv((void **)&env,JNI_VERSION_1_4); in nativeJFmTx_Callback()
870 if(jRet < 0) in nativeJFmTx_Callback()
873 jRet = g_jVM->AttachCurrentThread((&env), NULL); in nativeJFmTx_Callback()
875 if(jRet != JNI_OK) in nativeJFmTx_Callback()
877 V4L2_JBTL_LOGI("failed to atatch to current thread %d",jRet); in nativeJFmTx_Callback()