Home
last modified time | relevance | path

Searched refs:jContextValue (Results 1 – 2 of 2) 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() argument
160 static jint nativeJFmTx_Destroy(JNIEnv *env, jobject obj,jlong jContextValue) in nativeJFmTx_Destroy() argument
169 static int nativeJFmTx_Enable(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmTx_Enable() argument
176 jContext = jContextValue; in nativeJFmTx_Enable()
194 static int nativeJFmTx_Disable(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmTx_Disable() argument
198 jContext = jContextValue; in nativeJFmTx_Disable()
208 static int nativeJFmTx_Tune(JNIEnv *env, jobject obj,jlong jContextValue,jlong user_freq) in nativeJFmTx_Tune() argument
227 jContext = jContextValue; in nativeJFmTx_Tune()
235 static int nativeJFmTx_GetTunedFrequency(JNIEnv *env, jobject obj,jlong jContextValue) in nativeJFmTx_GetTunedFrequency() argument
240 static int nativeJFmTx_StartTransmission(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmTx_StartTransmission() argument
[all …]
DJFmRxNative.cpp333 static int nativeJFmRx_Create(JNIEnv *env,jobject obj,jobject jContextValue) in nativeJFmRx_Create() argument
362 static int nativeJFmRx_Destroy(JNIEnv *env, jobject obj,jlong jContextValue) in nativeJFmRx_Destroy() argument
373 static int nativeJFmRx_Enable(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmRx_Enable() argument
381 jContext = jContextValue; in nativeJFmRx_Enable()
402 static int nativeJFmRx_Disable(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmRx_Disable() argument
419 static int nativeJFmRx_SetBand(JNIEnv *env, jobject obj,jlong jContextValue, jint jFmBand) in nativeJFmRx_SetBand() argument
458 static int nativeJFmRx_GetBand(JNIEnv *env, jobject obj,jlong jContextValue) in nativeJFmRx_GetBand() argument
472 static int nativeJFmRx_Tune(JNIEnv *env, jobject obj,jlong jContextValue,jint user_freq) in nativeJFmRx_Tune() argument
513 static int nativeJFmRx_GetTunedFrequency(JNIEnv *env, jobject obj,jlong jContextValue) in nativeJFmRx_GetTunedFrequency() argument
536 static int nativeJFmRx_SetMonoStereoMode(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmMode) in nativeJFmRx_SetMonoStereoMode() argument
[all …]