HomeSort by relevance Sort by last modified time
    Searched refs:playerVolItf (Results 1 - 3 of 3) sorted by null

  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 42 static XAVolumeItf playerVolItf = NULL;
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)->SetMute(playerVolItf, XA_BOOLEAN_FALSE); // unmut
    [all...]
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 51 static XAVolumeItf playerVolItf = NULL;
253 playerVolItf = NULL;
381 res = (*playerObj)->GetInterface(playerObj, XA_IID_VOLUME, &playerVolItf);
410 res = (*playerVolItf)->SetVolumeLevel(playerVolItf, 0);
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 56 static XAVolumeItf playerVolItf = NULL;
395 res = (*playerObj)->GetInterface(playerObj, XA_IID_VOLUME, &playerVolItf);
425 res = (*playerVolItf)->SetVolumeLevel(playerVolItf, 0);
465 playerVolItf = NULL;

Completed in 61 milliseconds