Searched refs:playerVolItf (Results 1 - 1 of 1) sorted by last modified time

/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c42 static XAVolumeItf playerVolItf = NULL; variable
153 (*playerVolItf)->SetVolumeLevel(playerVolItf, -600); // -6dB
157 (*playerVolItf)->SetVolumeLevel(playerVolItf, -1200); // -12dB
161 (*playerVolItf)->SetVolumeLevel(playerVolItf, 0); // full volume
165 (*playerVolItf)->SetMute(playerVolItf, XA_BOOLEAN_TRUE); // mute
169 (*playerVolItf)
[all...]

Completed in 90 milliseconds