OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adev_get_master_volume
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/modules/audio/
audio_hw.c
290
static int
adev_get_master_volume
(struct audio_hw_device *dev, float *volume)
function
403
adev->device.get_master_volume =
adev_get_master_volume
;
/hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp
641
static int
adev_get_master_volume
(struct audio_hw_device *dev, float *volume)
function in namespace:android
796
rsxadev->device.get_master_volume =
adev_get_master_volume
;
/hardware/libhardware_legacy/audio/
audio_hw_hal.cpp
437
static int
adev_get_master_volume
(struct audio_hw_device *dev, float* volume)
function
656
ladev->device.get_master_volume =
adev_get_master_volume
;
Completed in 831 milliseconds