Searched refs:ImsCallProxy (Results 1 – 2 of 2) sorted by relevance
64 int32_t ImsCallProxy::HangUp(const ImsCallInfo &callInfo) in HangUp()133 int32_t ImsCallProxy::Answer(const ImsCallInfo &callInfo) in Answer()195 int32_t ImsCallProxy::CombineConference(int32_t slotId) in CombineConference()396 int32_t ImsCallProxy::StopRtt(int32_t slotId) in StopRtt()444 int32_t ImsCallProxy::GetImsSwitchStatus(int32_t slotId) in GetImsSwitchStatus()490 int32_t ImsCallProxy::GetImsConfig(ImsConfigItem item) in GetImsConfig()550 int32_t ImsCallProxy::GetMute(int32_t slotId) in GetMute()578 int32_t ImsCallProxy::SetPreviewWindow( in SetPreviewWindow()603 int32_t ImsCallProxy::SetDisplayWindow( in SetDisplayWindow()628 int32_t ImsCallProxy::SetCameraZoom(float zoomRatio) in SetCameraZoom()[all …]
27 class ImsCallProxy : public IRemoteProxy<ImsCallInterface> {29 explicit ImsCallProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<ImsCallInterface>(impl) {} in ImsCallProxy() function30 ~ImsCallProxy() = default;103 static inline BrokerDelegator<ImsCallProxy> delegator_;