Searched refs:env (Results 1 - 8 of 8) sorted by relevance

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp133 static int nativeJFmTx_Create(JNIEnv *env,jobject obj,jobject jContextValue) argument
143 jniThrowIOException(env, errno);
160 static jint nativeJFmTx_Destroy(JNIEnv *env, jobject obj,jlong jContextValue) argument
169 static int nativeJFmTx_Enable(JNIEnv *env, jobject obj, jlong jContextValue) argument
194 static int nativeJFmTx_Disable(JNIEnv *env, jobject obj, jlong jContextValue) argument
208 static int nativeJFmTx_Tune(JNIEnv *env, jobject obj,jlong jContextValue,jlong user_freq) argument
235 static int nativeJFmTx_GetTunedFrequency(JNIEnv *env, jobject obj,jlong jContextValue) argument
240 static int nativeJFmTx_StartTransmission(JNIEnv *env, jobject obj, jlong jContextValue) argument
251 static int nativeJFmTx_StopTransmission(JNIEnv *env, jobject obj, jlong jContextValue) argument
262 static int nativeJFmTx_EnableRds(JNIEnv *env, jobjec argument
294 nativeJFmTx_DisableRds(JNIEnv *env, jobject obj, jlong jContextValue) argument
324 nativeJFmTx_SetRdsTransmissionMode(JNIEnv *env, jobject obj, jlong jContextValue,jint mode) argument
352 nativeJFmTx_SetRdsTextPsMsg(JNIEnv *env, jobject obj, jlong jContextValue,jstring psString,jint length) argument
435 nativeJFmTx_SetMuteMode(JNIEnv *env, jobject obj, jlong jContextValue,jint mode) argument
460 nativeJFmTx_GetMuteMode(JNIEnv *env, jobject obj, jlong jContextValue) argument
496 nativeJFmTx_SetRdsTextRtMsg(JNIEnv *env, jobject obj, jlong jContextValue, jint msgType,jstring msg,jint length) argument
547 nativeJFmTx_SetRdsTransmittedGroupsMask(JNIEnv *env, jobject obj, jlong jContextValue, jlong fieldMask) argument
668 nativeJFmTx_ChangeDigitalSourceConfiguration(JNIEnv *env, jobject obj, jlong jContextValue,jint eSampleFreq) argument
675 nativeJFmTx_SetRdsTextRepertoire(JNIEnv *env, jobject obj, jlong jContextValue,jint repertoire) argument
682 nativeJFmTx_GetRdsTextRepertoire(JNIEnv *env, jobject obj, jlong jContextValue,jint repertoire) argument
687 nativeJFmTx_SetRdsPtyCode(JNIEnv *env, jobject obj, jlong jContextValue,jint ptyCode) argument
715 nativeJFmTx_GetRdsPtyCode(JNIEnv *env, jobject obj, jlong jContextValue,jint ptyCode) argument
720 nativeJFmTx_SetRdsPiCode(JNIEnv *env, jobject obj, jlong jContextValue,jint piCode) argument
747 nativeJFmTx_GetRdsPiCode(JNIEnv *env, jobject obj, jlong jContextValue) argument
751 nativeJFmTx_SetRdsAfCode(JNIEnv *env, jobject obj, jlong jContextValue,jint afCode) argument
779 nativeJFmTx_GetRdsAfCode(JNIEnv *env, jobject obj, jlong jContextValue) argument
784 nativeJFmTx_SetMonoStereoMode(JNIEnv *env, jobject obj, jlong jContextValue,jint monoStereoMode) argument
789 nativeJFmTx_GetMonoStereoMode(JNIEnv *env, jobject obj, jlong jContextValue) argument
795 nativeJFmTx_SetPowerLevel(JNIEnv *env, jobject obj, jlong jContextValue,jint powerLevel) argument
822 nativeJFmTx_GetPowerLevel(JNIEnv *env, jobject obj, jlong jContextValue) argument
828 nativeJFmTx_SetPreEmphasisFilter(JNIEnv *env, jobject obj, jlong jContextValue,jint preEmpFilter) argument
834 nativeJFmTx_GetPreEmphasisFilter(JNIEnv *env, jobject obj, jlong jContextValue) argument
840 nativeJFmTx_SetRdsPsScrollSpeed(JNIEnv *env, jobject obj, jlong jContextValue,jint scrollSpeed) argument
846 nativeJFmTx_GetRdsPsScrollSpeed(JNIEnv *env, jobject obj, jlong jContextValue) argument
863 JNIEnv* env = NULL; local
1416 nativeJFmTx_ClassInitNative(JNIEnv* env, jclass clazz) argument
[all...]
H A DJFmRxNative.cpp333 static int nativeJFmRx_Create(JNIEnv *env,jobject obj,jobject jContextValue) argument
344 jniThrowIOException(env, errno);
362 static int nativeJFmRx_Destroy(JNIEnv *env, jobject obj,jlong jContextValue) argument
373 static int nativeJFmRx_Enable(JNIEnv *env, jobject obj, jlong jContextValue) argument
402 static int nativeJFmRx_Disable(JNIEnv *env, jobject obj, jlong jContextValue) argument
419 static int nativeJFmRx_SetBand(JNIEnv *env, jobject obj,jlong jContextValue, jint jFmBand) argument
458 static int nativeJFmRx_GetBand(JNIEnv *env, jobject obj,jlong jContextValue) argument
472 static int nativeJFmRx_Tune(JNIEnv *env, jobject obj,jlong jContextValue,jint user_freq) argument
513 static int nativeJFmRx_GetTunedFrequency(JNIEnv *env, jobject obj,jlong jContextValue) argument
536 static int nativeJFmRx_SetMonoStereoMode(JNIEnv *env, jobjec argument
561 nativeJFmRx_GetMonoStereoMode(JNIEnv *env, jobject obj,jlong jContextValue) argument
586 nativeJFmRx_SetMuteMode(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmMuteMode) argument
611 nativeJFmRx_GetMuteMode(JNIEnv *env, jobject obj,jlong jContextValue) argument
632 nativeJFmRx_SetRssiThreshold(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmRssi) argument
665 nativeJFmRx_GetRssiThreshold(JNIEnv *env, jobject obj,jlong jContextValue) argument
680 nativeJFmRx_GetRssi(JNIEnv *env, jobject obj,jlong jContextValue) argument
697 nativeJFmRx_SetVolume(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmVolume) argument
723 nativeJFmRx_GetVolume(JNIEnv *env, jobject obj,jlong jContextValue) argument
744 nativeJFmRx_SetChannelSpacing(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmChannelSpacing) argument
759 nativeJFmRx_GetChannelSpacing(JNIEnv *env, jobject obj,jlong jContextValue) argument
770 nativeJFmRx_SetDeEmphasisFilter(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmEmphasisFilter) argument
787 nativeJFmRx_GetDeEmphasisFilter(JNIEnv *env, jobject obj,jlong jContextValue) argument
808 nativeJFmRx_Seek(JNIEnv *env, jobject obj,jlong jContextValue,jint jdirection) argument
864 nativeJFmRx_StopSeek(JNIEnv *env, jobject obj,jlong jContextValue) argument
873 nativeJFmRx_EnableRDS(JNIEnv *env, jobject obj,jlong jContextValue) argument
933 nativeJFmRx_DisableRDS(JNIEnv *env, jobject obj,jlong jContextValue) argument
967 nativeJFmRx_EnableAudioRouting(JNIEnv *env, jobject obj,jlong jContextValue) argument
978 nativeJFmRx_DisableAudioRouting(JNIEnv *env, jobject obj,jlong jContextValue) argument
989 nativeJFmRx_SetRdsAfSwitchMode(JNIEnv *env, jobject obj,jlong jContextValue,jint jRdsAfSwitchMode) argument
1029 nativeJFmRx_GetRdsAfSwitchMode(JNIEnv *env, jobject obj,jlong jContextValue) argument
1045 nativeJFmRx_ChangeAudioTarget(JNIEnv *env, jobject obj,jlong jContextValue, jint jFmRxAudioTargetMask, jint digitalConfig) argument
1056 nativeJFmRx_ChangeDigitalTargetConfiguration(JNIEnv *env, jobject obj,jlong jContextValue,jint digitalConfig) argument
1069 nativeJFmRx_SetRfDependentMuteMode(JNIEnv *env, jobject obj,jlong jContextValue, jint rf_mute) argument
1086 nativeJFmRx_GetRfDependentMute(JNIEnv *env, jobject obj,jlong jContextValue) argument
1102 nativeJFmRx_SetRdsSystem(JNIEnv *env, jobject obj,jlong jContextValue, jint rdsSystem) argument
1121 nativeJFmRx_GetRdsSystem(JNIEnv *env, jobject obj,jlong jContextValue) argument
1138 nativeJFmRx_SetRdsGroupMask(JNIEnv *env, jobject obj,jlong jContextValue, jlong groupMask) argument
1150 nativeJFmRx_GetRdsGroupMask(JNIEnv *env, jobject obj,jlong jContextValue) argument
1162 nativeJFmRx_CompleteScan(JNIEnv *env, jobject obj, jlong jContextValue) argument
1173 nativeJFmRx_GetCompleteScanProgress(JNIEnv *env, jobject obj, jlong jContextValue) argument
1183 nativeJFmRx_StopCompleteScan(JNIEnv *env, jobject obj, jlong jContextValue) argument
1193 nativeJFmRx_IsValidChannel(JNIEnv *env, jobject obj, jlong jContextValue) argument
1204 nativeJFmRx_GetFwVersion(JNIEnv *env, jobject obj, jlong jContextValue) argument
1230 JNIEnv* env = NULL; local
1328 JNIEnv* env = NULL; local
1421 JNIEnv* env = NULL; local
1788 nativeJFmRx_ClassInitNative(JNIEnv* env, jclass clazz) argument
2196 registerNatives(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) argument
2224 JNIEnv* env = NULL; local
[all...]
H A DJFmRxNative.h155 extern void setJBtlEnv(JNIEnv *env);
H A DJFmTxNative.h167 extern void setJBtlEnv(JNIEnv *env);
/hardware/libhardware/tests/camera2/
H A DTestSettings.cpp53 char *env = getenv("CAMERA2_TEST_FORKING_DISABLED"); local
54 if (env) {
55 mForkingDisabled = atoi(env);
58 env = getenv("CAMERA2_TEST_DEVICE_ID");
59 if (env) {
60 mDeviceId = atoi(env);
/hardware/ril/include/telephony/
H A Dril.h4087 * @param env is environment point defined as RIL_Env
4092 const RIL_RadioFunctions *RIL_Init(const struct RIL_Env *env, int argc, char **argv);
/hardware/ril/reference-ril/
H A Dril.h4087 * @param env is environment point defined as RIL_Env
4092 const RIL_RadioFunctions *RIL_Init(const struct RIL_Env *env, int argc, char **argv);
H A Dreference-ril.c3206 const RIL_RadioFunctions *RIL_Init(const struct RIL_Env *env, int argc, char **argv) argument
3213 s_rilenv = env;

Completed in 205 milliseconds