Searched refs:cellularCallConnectionCS (Results 1 – 3 of 3) sorted by relevance
35 auto cellularCallConnectionCS = std::shared_ptr<CellularCallConnectionCS>(); in DoSomethingInterestingWithMyAPI() local41 cellularCallConnectionCS->HangUpRequest(slotId); in DoSomethingInterestingWithMyAPI()42 cellularCallConnectionCS->AnswerRequest(slotId); in DoSomethingInterestingWithMyAPI()43 cellularCallConnectionCS->RejectRequest(slotId); in DoSomethingInterestingWithMyAPI()44 cellularCallConnectionCS->HoldRequest(slotId); in DoSomethingInterestingWithMyAPI()45 cellularCallConnectionCS->UnHoldCallRequest(slotId); in DoSomethingInterestingWithMyAPI()46 cellularCallConnectionCS->SwitchCallRequest(slotId); in DoSomethingInterestingWithMyAPI()47 cellularCallConnectionCS->DialRequest(slotId, dialRequest); in DoSomethingInterestingWithMyAPI()48 cellularCallConnectionCS->StopDtmfRequest(slotId, index); in DoSomethingInterestingWithMyAPI()
606 CellularCallConnectionCS cellularCallConnectionCS; variable624 CellularCallConnectionCS cellularCallConnectionCS; variable643 CellularCallConnectionCS cellularCallConnectionCS; variable657 CellularCallConnectionCS cellularCallConnectionCS; variable671 CellularCallConnectionCS cellularCallConnectionCS; variable685 CellularCallConnectionCS cellularCallConnectionCS; variable699 CellularCallConnectionCS cellularCallConnectionCS; variable718 CellularCallConnectionCS cellularCallConnectionCS; variable737 CellularCallConnectionCS cellularCallConnectionCS; variable752 CellularCallConnectionCS cellularCallConnectionCS; variable[all …]
878 CellularCallConnectionCS cellularCallConnectionCS; variable881 cellularCallConnectionCS.HangUpRequest(SIM2_SLOTID);882 cellularCallConnectionCS.AnswerRequest(SIM2_SLOTID);883 cellularCallConnectionCS.AnswerRequest(SIM1_SLOTID);884 cellularCallConnectionCS.RejectRequest(SIM2_SLOTID);885 cellularCallConnectionCS.HoldRequest(SIM2_SLOTID);886 cellularCallConnectionCS.UnHoldCallRequest(SIM2_SLOTID);887 cellularCallConnectionCS.SwitchCallRequest(SIM2_SLOTID);894 cellularCallConnectionCS.StopDtmfRequest(SIM2_SLOTID, 0);895 cellularCallConnectionCS.GetCsCallsDataRequest(SIM2_SLOTID, 0);[all …]