OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jFmVolume
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java
338
private int
jFmVolume
;
340
public JFmRxVolume(int
jFmVolume
) {
341
this.
jFmVolume
=
jFmVolume
;
345
return
jFmVolume
;
348
public void setVolume(int
jFmVolume
) {
349
this.
jFmVolume
=
jFmVolume
;
[
all
...]
/hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp
697
static int nativeJFmRx_SetVolume(JNIEnv *env, jobject obj,jlong jContextValue,jint
jFmVolume
)
705
vctrl.value =
jFmVolume
;
713
V4L2_JBTL_LOGD("nativeJFmRx_SetVolume():Setting volume to %d \n",
jFmVolume
);
[
all
...]
Completed in 25 milliseconds