Lines Matching full:dial
572 RIL_Dial dial;
579 memset (&dial, 0, sizeof(dial));
581 dial.address = strdupReadString(p);
584 dial.clir = (int)t;
586 if (status != NO_ERROR || dial.address == NULL) {
592 sizeOfDial = sizeof(dial) - sizeof(RIL_UUS_Info *);
601 dial.uusInfo = NULL;
627 dial.uusInfo = &uusInfo;
629 sizeOfDial = sizeof(dial);
633 appendPrintBuf("%snum=%s,clir=%d", printBuf, dial.address, dial.clir);
636 dial.uusInfo->uusType, dial.uusInfo->uusDcs,
637 dial.uusInfo->uusLength);
642 s_callbacks.onRequest(pRI->pCI->requestNumber, &dial, sizeOfDial, pRI);
645 memsetString (dial.address);
648 free (dial.address);
652 memset(&dial, 0, sizeof(dial));
2415 LOGI("Debug port: Dial Call");
2975 case RIL_REQUEST_DIAL: return "DIAL";