OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMasterVolume
(Results
1 - 12
of
12
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareBase.h
49
virtual status_t
getMasterVolume
(float *volume);
AudioHardwareInterface.h
232
virtual status_t
getMasterVolume
(float *volume) = 0;
/device/asus/fugu/libaudio/
AudioHardwareOutput.h
42
status_t
getMasterVolume
(float* volume);
AudioHardwareOutput.cpp
180
status_t AudioHardwareOutput::
getMasterVolume
(float* volume) {
audio_hal_thunks.cpp
614
return adev->output->
getMasterVolume
(volume);
/hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp
132
status_t AudioHardwareBase::
getMasterVolume
(float *volume)
audio_hw_hal.cpp
442
return ladev->hwif->
getMasterVolume
(volume);
/frameworks/av/include/media/
AudioSystem.h
58
static status_t
getMasterVolume
(float* volume);
/frameworks/base/media/java/android/media/
AudioSystem.java
688
public static native float
getMasterVolume
();
[
all
...]
/hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp
461
return qadev->hwif->
getMasterVolume
(volume);
/frameworks/av/media/libmedia/
AudioSystem.cpp
140
status_t AudioSystem::
getMasterVolume
(float* volume)
[
all
...]
/frameworks/base/core/jni/
android_media_AudioSystem.cpp
525
if (AudioSystem::
getMasterVolume
(&value) != NO_ERROR) {
[
all
...]
Completed in 467 milliseconds