OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:volumeItf
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/tests/examples/
slesTestSawtoothBufferQueue.cpp
127
SLVolumeItf
volumeItf
;
161
(void*)&
volumeItf
); CheckErr(res);
225
res = (*
volumeItf
)->SetVolumeLevel(
volumeItf
, -300); CheckErr(res);
/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 58 milliseconds