OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:volitf
(Results
1 - 5
of
5
) sorted by null
/system/media/wilhelm/tests/mimeUri/
slesTestPlayUri.cpp
143
SLVolumeItf
volItf
;
202
res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&
volItf
);
239
res = (*
volItf
)->SetVolumeLevel(
volItf
, -300);
282
(*
volItf
)->SetVolumeLevel(
volItf
, 0);
285
(*
volItf
)->SetVolumeLevel(
volItf
, -2000);
288
(*
volItf
)->SetMute(
volItf
, SL_BOOLEAN_TRUE)
[
all
...]
slesTestPlayUri2.cpp
82
SLVolumeItf
volItf
, volItf2;
159
result = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&
volItf
);
178
result = (*
volItf
)->SetVolumeLevel(
volItf
, -300);
181
result = (*
volItf
)->EnableStereoPosition(
volItf
, SL_BOOLEAN_TRUE); ExitOnError(result);
182
result = (*
volItf
)->SetStereoPosition(
volItf
, -1000); ExitOnError(result);
slesTestGetPositionUri.cpp
145
SLVolumeItf
volItf
;
209
res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&
volItf
);
235
res = (*
volItf
)->SetVolumeLevel(
volItf
, -300);
/system/media/wilhelm/tests/
mimeUri_test.cpp
117
SLVolumeItf
volItf
;
175
res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&
volItf
);
191
res = (*
volItf
)->SetVolumeLevel(
volItf
, -300);
/system/media/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp
198
SLVolumeItf
volItf
;
260
res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&
volItf
); CheckErr(res);
285
res = (*
volItf
)->SetVolumeLevel(
volItf
, 0);//-300);
Completed in 537 milliseconds