OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getStreamVolumeIndex
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/libmedia/
AudioSystem.cpp
673
status_t AudioSystem::
getStreamVolumeIndex
(audio_stream_type_t stream, int *index)
677
return aps->
getStreamVolumeIndex
(stream, index);
IAudioPolicyService.cpp
253
virtual status_t
getStreamVolumeIndex
(audio_stream_type_t stream, int *index)
537
status_t status =
getStreamVolumeIndex
(stream, &index);
/frameworks/base/media/java/android/media/
AudioSystem.java
255
public static native int
getStreamVolumeIndex
(int stream);
/frameworks/base/services/audioflinger/
AudioPolicyService.cpp
426
status_t AudioPolicyService::
getStreamVolumeIndex
(audio_stream_type_t stream, int *index)
[
all
...]
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
841
status_t AudioPolicyManagerBase::
getStreamVolumeIndex
(AudioSystem::stream_type stream, int *index)
[
all
...]
Completed in 118 milliseconds