Home
last modified time | relevance | path

Searched defs:env (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wpan/tools/FM/service/src/jni/
DJFmTxNative.cpp133 static int nativeJFmTx_Create(JNIEnv *env,jobject obj,jobject jContextValue) in nativeJFmTx_Create()
160 static jint nativeJFmTx_Destroy(JNIEnv *env, jobject obj,jlong jContextValue) in nativeJFmTx_Destroy()
169 static int nativeJFmTx_Enable(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmTx_Enable()
194 static int nativeJFmTx_Disable(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmTx_Disable()
208 static int nativeJFmTx_Tune(JNIEnv *env, jobject obj,jlong jContextValue,jlong user_freq) in nativeJFmTx_Tune()
235 static int nativeJFmTx_GetTunedFrequency(JNIEnv *env, jobject obj,jlong jContextValue) in nativeJFmTx_GetTunedFrequency()
240 static int nativeJFmTx_StartTransmission(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmTx_StartTransmission()
251 static int nativeJFmTx_StopTransmission(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmTx_StopTransmission()
262 static int nativeJFmTx_EnableRds(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmTx_EnableRds()
294 static int nativeJFmTx_DisableRds(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmTx_DisableRds()
[all …]
DJFmRxNative.cpp333 static int nativeJFmRx_Create(JNIEnv *env,jobject obj,jobject jContextValue) in nativeJFmRx_Create()
362 static int nativeJFmRx_Destroy(JNIEnv *env, jobject obj,jlong jContextValue) in nativeJFmRx_Destroy()
373 static int nativeJFmRx_Enable(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmRx_Enable()
402 static int nativeJFmRx_Disable(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmRx_Disable()
419 static int nativeJFmRx_SetBand(JNIEnv *env, jobject obj,jlong jContextValue, jint jFmBand) in nativeJFmRx_SetBand()
458 static int nativeJFmRx_GetBand(JNIEnv *env, jobject obj,jlong jContextValue) in nativeJFmRx_GetBand()
472 static int nativeJFmRx_Tune(JNIEnv *env, jobject obj,jlong jContextValue,jint user_freq) in nativeJFmRx_Tune()
513 static int nativeJFmRx_GetTunedFrequency(JNIEnv *env, jobject obj,jlong jContextValue) in nativeJFmRx_GetTunedFrequency()
536 static int nativeJFmRx_SetMonoStereoMode(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmMode) in nativeJFmRx_SetMonoStereoMode()
561 static int nativeJFmRx_GetMonoStereoMode(JNIEnv *env, jobject obj,jlong jContextValue) in nativeJFmRx_GetMonoStereoMode()
[all …]
/hardware/ril/mock-ril/src/cpp/
Dmock_ril.cpp294 const RIL_RadioFunctions *RIL_Init(const struct RIL_Env *env, int argc, in RIL_Init()
/hardware/ril/reference-ril/
Dreference-ril.c3142 const RIL_RadioFunctions *RIL_Init(const struct RIL_Env *env, int argc, char **argv)