Home | History | Annotate | Download | only in libril

Lines Matching refs:dial

574     RIL_Dial dial;
581 memset (&dial, 0, sizeof(dial));
583 dial.address = strdupReadString(p);
586 dial.clir = (int)t;
588 if (status != NO_ERROR || dial.address == NULL) {
594 sizeOfDial = sizeof(dial) - sizeof(RIL_UUS_Info *);
603 dial.uusInfo = NULL;
629 dial.uusInfo = &uusInfo;
631 sizeOfDial = sizeof(dial);
635 appendPrintBuf("%snum=%s,clir=%d", printBuf, dial.address, dial.clir);
638 dial.uusInfo->uusType, dial.uusInfo->uusDcs,
639 dial.uusInfo->uusLength);
644 s_callbacks.onRequest(pRI->pCI->requestNumber, &dial, sizeOfDial, pRI);
647 memsetString (dial.address);
650 free (dial.address);
654 memset(&dial, 0, sizeof(dial));
2538 LOGI("Debug port: Dial Call");
3105 case RIL_REQUEST_DIAL: return "DIAL";