Searched refs:masterMute (Results 1 – 9 of 9) sorted by relevance
83 ndk::ScopedAStatus ModuleMock::setMasterMute(bool masterMute) { in setMasterMute() argument84 mMasterMute = masterMute; in setMasterMute()
91 boolean masterMute(); in masterMute() method
220 virtual bool masterMute() const = 0;421 bool masterMute() const override;670 Status masterMute(bool* _aidl_return) override;
321 bool AudioFlingerClientAdapter::masterMute() const { in masterMute() function in android::AudioFlingerClientAdapter324 RETURN_IF_ERROR(statusTFromBinderStatus(mDelegate->masterMute(&aidlRet))); in masterMute()1015 Status AudioFlingerServerAdapter::masterMute(bool* _aidl_return) { in masterMute() function in android::AudioFlingerServerAdapter1016 *_aidl_return = mDelegate->masterMute(); in masterMute()
304 *mute = af->masterMute(); in getMasterMute()
88 bool masterMute() const final EXCLUDES_AudioFlinger_Mutex;
132 BINDER_METHOD_ENTRY(masterMute) \1503 bool AudioFlinger::masterMute() const in masterMute() function in android::AudioFlinger
5553 bool masterMute = mMasterMute; in prepareTracks_l() local5555 if (masterMute) { in prepareTracks_l()
2959 boolean masterMute = in readUserRestrictions()2965 masterMute, /* flags =*/ 0, currentUser, "readUserRestrictions"); in readUserRestrictions()