Lines Matching refs:calls
3245 hidl_vec<Call> calls; in getCurrentCallsResponse() local
3252 calls.resize(num); in getCurrentCallsResponse()
3257 calls[i].state = (CallState) p_cur->state; in getCurrentCallsResponse()
3258 calls[i].index = p_cur->index; in getCurrentCallsResponse()
3259 calls[i].toa = p_cur->toa; in getCurrentCallsResponse()
3260 calls[i].isMpty = p_cur->isMpty; in getCurrentCallsResponse()
3261 calls[i].isMT = p_cur->isMT; in getCurrentCallsResponse()
3262 calls[i].als = p_cur->als; in getCurrentCallsResponse()
3263 calls[i].isVoice = p_cur->isVoice; in getCurrentCallsResponse()
3264 calls[i].isVoicePrivacy = p_cur->isVoicePrivacy; in getCurrentCallsResponse()
3265 calls[i].number = convertCharPtrToHidlString(p_cur->number); in getCurrentCallsResponse()
3266 calls[i].numberPresentation = (CallPresentation) p_cur->numberPresentation; in getCurrentCallsResponse()
3267 calls[i].name = convertCharPtrToHidlString(p_cur->name); in getCurrentCallsResponse()
3268 calls[i].namePresentation = (CallPresentation) p_cur->namePresentation; in getCurrentCallsResponse()
3271 calls[i].uusInfo.resize(1); in getCurrentCallsResponse()
3272 calls[i].uusInfo[0].uusType = (UusType) uusInfo->uusType; in getCurrentCallsResponse()
3273 calls[i].uusInfo[0].uusDcs = (UusDcs) uusInfo->uusDcs; in getCurrentCallsResponse()
3276 calls[i].uusInfo[0].uusData = nullTermStr; in getCurrentCallsResponse()
3283 getCurrentCallsResponse(responseInfo, calls); in getCurrentCallsResponse()