Searched refs:AudioManagerPrivacyProxy (Results 1 – 3 of 3) sorted by relevance
33 class AudioManagerPrivacyProxy : public IRemoteProxy<IAudioPolicy> {35 …explicit AudioManagerPrivacyProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IAudioPolicy>(im… in AudioManagerPrivacyProxy() function37 virtual ~AudioManagerPrivacyProxy() = default;42 static inline BrokerDelegator<AudioManagerPrivacyProxy> delegator_;
29 bool AudioManagerPrivacyProxy::GetPersistentMicMuteState() in GetPersistentMicMuteState()54 int32_t AudioManagerPrivacyProxy::SetMicrophoneMutePersistent(const bool isMute, const PolicyType t… in SetMicrophoneMutePersistent()
92 proxy_ = new AudioManagerPrivacyProxy(audioManagerSa); in InitProxy()