Home
last modified time | relevance | path

Searched defs:getMasterMute (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarAudioSettings.java66 boolean getMasterMute() { in getMasterMute() method in CarAudioSettings
/aosp12/frameworks/av/media/libaudiohal/impl/
H A DDeviceHalLocal.cpp79 status_t DeviceHalLocal::getMasterMute(bool *state) { in getMasterMute() function in android::CPP_VERSION::DeviceHalLocal
H A DDeviceHalHidl.cpp130 status_t DeviceHalHidl::getMasterMute(bool *state) { in getMasterMute() function in android::CPP_VERSION::DeviceHalHidl
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DPrimaryDevice.cpp65 Return<void> PrimaryDevice::getMasterMute(getMasterMute_cb _hidl_cb) { in getMasterMute() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
H A DDevice.cpp127 Return<void> Device::getMasterMute(getMasterMute_cb _hidl_cb) { in getMasterMute() function in android::hardware::audio::CPP_VERSION::implementation::Device
/aosp12/frameworks/base/media/java/android/media/
H A DAudioSystem.java1587 public static native boolean getMasterMute(); in getMasterMute() method in AudioSystem
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp198 status_t AudioSystem::getMasterMute(bool* mute) { in getMasterMute() function in android::AudioSystem