Lines Matching refs:callInfo

416         CellularCallInfo callInfo;
417 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, callInfo);
419 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT);
421 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE);
425 CellularCallInfo callInfo;
426 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, callInfo);
428 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT);
430 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE);
453 CellularCallInfo callInfo;
454 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, callInfo);
456 ret = telephonyService->Answer(callInfo);
460 CellularCallInfo callInfo;
461 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, callInfo);
463 ret = telephonyService->Answer(callInfo);
486 CellularCallInfo callInfo;
487 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, callInfo);
489 ret = telephonyService->Reject(callInfo);
493 CellularCallInfo callInfo;
494 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, callInfo);
496 ret = telephonyService->Reject(callInfo);
519 CellularCallInfo callInfo;
520 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, callInfo);
522 ret = telephonyService->HoldCall(callInfo);
526 CellularCallInfo callInfo;
527 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, callInfo);
529 ret = telephonyService->HoldCall(callInfo);
552 CellularCallInfo callInfo;
553 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, callInfo);
555 ret = telephonyService->UnHoldCall(callInfo);
559 CellularCallInfo callInfo;
560 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, callInfo);
562 ret = telephonyService->UnHoldCall(callInfo);
585 CellularCallInfo callInfo;
586 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, callInfo);
588 ret = telephonyService->SwitchCall(callInfo);
592 CellularCallInfo callInfo;
593 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, callInfo);
595 ret = telephonyService->SwitchCall(callInfo);
618 CellularCallInfo callInfo;
619 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, callInfo);
621 ret = telephonyService->CombineConference(callInfo);
625 CellularCallInfo callInfo;
626 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, callInfo);
628 ret = telephonyService->CombineConference(callInfo);
651 CellularCallInfo callInfo;
652 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, callInfo);
654 ret = telephonyService->SeparateConference(callInfo);
658 CellularCallInfo callInfo;
659 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, callInfo);
661 ret = telephonyService->SeparateConference(callInfo);
684 CellularCallInfo callInfo;
685 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, callInfo);
687 ret = telephonyService->KickOutFromConference(callInfo);
691 CellularCallInfo callInfo;
692 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, callInfo);
694 ret = telephonyService->KickOutFromConference(callInfo);
717 CellularCallInfo callInfo;
718 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, callInfo);
721 ret = telephonyService->StartDtmf(code, callInfo);
725 CellularCallInfo callInfo;
726 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, callInfo);
729 ret = telephonyService->StartDtmf(code, callInfo);
752 CellularCallInfo callInfo;
753 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, callInfo);
755 ret = telephonyService->StopDtmf(callInfo);
759 CellularCallInfo callInfo;
760 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, callInfo);
762 ret = telephonyService->StopDtmf(callInfo);
785 CellularCallInfo callInfo;
786 int32_t ret = InitCellularCallInfo(SIM1_SLOTID, PHONE_NUMBER, callInfo);
789 ret = telephonyService->SendDtmf(code, callInfo);
793 CellularCallInfo callInfo;
794 int32_t ret = InitCellularCallInfo(SIM2_SLOTID, PHONE_NUMBER, callInfo);
797 ret = telephonyService->SendDtmf(code, callInfo);