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

/hardware/libhardware/include/hardware/
H A Dbt_hf_client.h328 * if number is NULL last called number is called (aka re-dial)*/
329 bt_status_t (*dial) (const char *number); member in struct:__anon1140
331 /** place a call with number specified by location (speed dial) */
/hardware/ril/libril/
H A Dril.cpp735 RIL_Dial dial; local
742 memset (&dial, 0, sizeof(dial));
744 dial.address = strdupReadString(p);
747 dial.clir = (int)t;
749 if (status != NO_ERROR || dial.address == NULL) {
755 sizeOfDial = sizeof(dial) - sizeof(RIL_UUS_Info *);
764 dial.uusInfo = NULL;
790 dial.uusInfo = &uusInfo;
792 sizeOfDial = sizeof(dial);
[all...]

Completed in 267 milliseconds