HomeSort by relevance Sort by last modified time
    Searched refs:getMasterVolume (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareBase.h 49 virtual status_t getMasterVolume(float *volume);
AudioHardwareInterface.h 231 virtual status_t getMasterVolume(float *volume) = 0;
  /hardware/interfaces/audio/2.0/
IDevice.hal 53 getMasterVolume() generates (Result retval, float volume);
  /frameworks/av/media/libaudiohal/2.0/
DeviceHalHidl.h 48 virtual status_t getMasterVolume(float *volume);
DeviceHalLocal.h 41 virtual status_t getMasterVolume(float *volume);
DeviceHalHidl.cpp 135 status_t DeviceHalHidl::getMasterVolume(float *volume) {
139 Return<void> ret = mPrimaryDevice->getMasterVolume(
146 return processReturn("getMasterVolume", ret, retval);
DeviceHalLocal.cpp 56 status_t DeviceHalLocal::getMasterVolume(float *volume) {
  /frameworks/av/media/libaudiohal/4.0/
DeviceHalHidl.h 49 virtual status_t getMasterVolume(float *volume);
DeviceHalLocal.h 42 virtual status_t getMasterVolume(float *volume);
DeviceHalHidl.cpp 141 status_t DeviceHalHidl::getMasterVolume(float *volume) {
145 Return<void> ret = mPrimaryDevice->getMasterVolume(
152 return processReturn("getMasterVolume", ret, retval);
DeviceHalLocal.cpp 57 status_t DeviceHalLocal::getMasterVolume(float *volume) {
  /frameworks/av/media/libaudiohal/include/media/audiohal/
DeviceHalInterface.h 47 virtual status_t getMasterVolume(float *volume) = 0;
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 132 status_t AudioHardwareBase::getMasterVolume(float *volume)
audio_hw_hal.cpp 442 return ladev->hwif->getMasterVolume(volume);
  /hardware/interfaces/audio/4.0/
IDevice.hal 51 getMasterVolume() generates (Result retval, float volume);
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
PrimaryDevice.impl.h 42 Return<void> PrimaryDevice::getMasterVolume(getMasterVolume_cb _hidl_cb) {
43 return mDevice->getMasterVolume(_hidl_cb);
Device.h 70 Return<void> getMasterVolume(getMasterVolume_cb _hidl_cb) override;
PrimaryDevice.h 55 Return<void> getMasterVolume(getMasterVolume_cb _hidl_cb) override;
Device.impl.h 79 Return<void> Device::getMasterVolume(getMasterVolume_cb _hidl_cb) {
  /frameworks/av/media/libaudioclient/include/media/
AudioSystem.h 62 static status_t getMasterVolume(float* volume);
  /frameworks/base/media/java/android/media/
AudioSystem.java     [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 461 return qadev->hwif->getMasterVolume(volume);
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp 146 status_t AudioSystem::getMasterVolume(float* volume)
    [all...]
  /hardware/interfaces/audio/core/2.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 260 "master volume", {0, 0.5, 1}, &IDevice::setMasterVolume, &IDevice::getMasterVolume,
    [all...]
  /hardware/interfaces/audio/core/4.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 293 "master volume", Initial{1}, {0, 0.5}, &IDevice::setMasterVolume, &IDevice::getMasterVolume,
    [all...]

Completed in 219 milliseconds

1 2