Home
last modified time | relevance | path

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

/hardware/ti/wpan/tools/FM/service/src/jni/
DJFmRxNative.cpp697 static int nativeJFmRx_SetVolume(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmVolume) in nativeJFmRx_SetVolume() function
2160 {"nativeJFmRx_SetVolume","(JI)I", (void*)nativeJFmRx_SetVolume},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
DJFmRx.java973 int fmStatus = nativeJFmRx_SetVolume(context.getValue(), jFmVolume.getVolume()); in setVolume()
1394 private static native int nativeJFmRx_SetVolume(long contextValue, int jFmVolume); in nativeJFmRx_SetVolume() method in JFmRx