Lines Matching refs:calls
116 // New calls must be active, so other calls need to be hold
141 * <n> (parameter sets the adjustment for outgoing calls):
203 // The AT command for hanging up all calls is the same as the AT command for rejecting calls,
261 TELEPHONY_LOGE("Answer return, error type: con is null, there are no active calls");
360 * 4) Disconnect both calls.
411 // The AT command for hanging up all calls is the same as the AT command for rejecting calls,
451 CallReportInfo reportInfo = EncapsulationCallReportInfo(slotId, callInfoList.calls[i]);
457 connectionMap_, callInfoList.calls[i].index);
462 connection.SetIndex(callInfoList.calls[i].index);
463 connection.SetNumber(callInfoList.calls[i].number);
464 SetConnectionData(connectionMap_, callInfoList.calls[i].index, connection);
468 pConnection->SetIndex(callInfoList.calls[i].index);
470 pConnection->SetNumber(callInfoList.calls[i].number);
560 CallReportInfo cellularCallReportInfo = EncapsulationCallReportInfo(slotId, callInfoList.calls[i]);
563 connection.SetStatus(static_cast<TelCallState>(callInfoList.calls[i].state));
564 connection.SetIndex(callInfoList.calls[i].index);
566 connection.SetNumber(callInfoList.calls[i].number);
567 SetConnectionData(connectionMap_, callInfoList.calls[i].index, connection);