HomeSort by relevance Sort by last modified time
    Searched defs:getMasterVolume (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libaudiohal/impl/
DeviceHalHidl.cpp 129 status_t DeviceHalHidl::getMasterVolume(float *volume) {
132 Return<void> ret = mDevice->getMasterVolume(
139 return processReturn("getMasterVolume", ret, retval);
DeviceHalLocal.cpp 57 status_t DeviceHalLocal::getMasterVolume(float *volume) {
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp 147 status_t AudioSystem::getMasterVolume(float* volume)
    [all...]

Completed in 497 milliseconds