HomeSort by relevance Sort by last modified time
    Searched defs:volumeItf (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/libaudiojni/
appendix-b-1-1-buffer-queue.cpp 90 SLVolumeItf volumeItf;
137 volumeItf = NULL; // ANDROID: Volume interface on mix object may not be supported
139 (void *)&volumeItf);
195 if (volumeItf != NULL) { // ANDROID: Volume interface may not be supported.
196 res = (*volumeItf)->SetVolumeLevel(volumeItf, -300);
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 446 SLVolumeItf volumeItf = getVolume();
447 if (NULL != volumeItf) {
448 result = (*volumeItf)->SetVolumeLevel(volumeItf, millibel);
458 SLVolumeItf volumeItf = getVolume();
459 if (NULL != volumeItf) {
460 result = (*volumeItf)->SetMute(volumeItf, mute);
470 SLVolumeItf volumeItf = getVolume();
471 if (NULL != volumeItf) {
    [all...]

Completed in 411 milliseconds