Lines Matching refs:CellularCallInfo
33 virtual int32_t Dial(const CellularCallInfo &callInfo) = 0;
42 virtual int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) = 0;
50 virtual int32_t Answer(const CellularCallInfo &callInfo) = 0;
58 virtual int32_t Reject(const CellularCallInfo &callInfo) = 0;
66 virtual int32_t HoldCall(const CellularCallInfo &callInfo) = 0;
74 virtual int32_t UnHoldCall(const CellularCallInfo &callInfo) = 0;
82 virtual int32_t SwitchCall(const CellularCallInfo &callInfo) = 0;
100 virtual int32_t CombineConference(const CellularCallInfo &callInfo) = 0;
108 virtual int32_t SeparateConference(const CellularCallInfo &callInfo) = 0;
125 virtual int32_t KickOutFromConference(const CellularCallInfo &callInfo) = 0;
159 virtual int32_t SendUpdateCallMediaModeRequest(const CellularCallInfo &callInfo, ImsCallMode mode) = 0;
168 virtual int32_t SendUpdateCallMediaModeResponse(const CellularCallInfo &callInfo, ImsCallMode mode) = 0;
178 virtual int32_t StartDtmf(char cDtmfCode, const CellularCallInfo &callInfo) = 0;
186 virtual int32_t StopDtmf(const CellularCallInfo &callInfo) = 0;
188 virtual int32_t PostDialProceed(const CellularCallInfo &callInfo, const bool proceed) = 0;
198 virtual int32_t SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) = 0;
510 virtual int32_t ClearAllCalls(const std::vector<CellularCallInfo> &infos) = 0;