Home
last modified time | relevance | path

Searched refs:dial (Results 1 – 2 of 2) sorted by relevance

/hardware/ril/libril/
Dril.cpp735 RIL_Dial dial; in dispatchDial() local
742 memset (&dial, 0, sizeof(dial)); in dispatchDial()
744 dial.address = strdupReadString(p); in dispatchDial()
747 dial.clir = (int)t; in dispatchDial()
749 if (status != NO_ERROR || dial.address == NULL) { in dispatchDial()
755 sizeOfDial = sizeof(dial) - sizeof(RIL_UUS_Info *); in dispatchDial()
764 dial.uusInfo = NULL; in dispatchDial()
790 dial.uusInfo = &uusInfo; in dispatchDial()
792 sizeOfDial = sizeof(dial); in dispatchDial()
796 appendPrintBuf("%snum=%s,clir=%d", printBuf, dial.address, dial.clir); in dispatchDial()
[all …]
/hardware/libhardware/include/hardware/
Dbt_hf_client.h329 bt_status_t (*dial) (const char *number); member