Home
last modified time | relevance | path

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

/hardware/ril/reference-ril/
Dreference-ril.c523 char* atCommand; in requestCallSelection() local
534 atCommand = hangupWaiting; in requestCallSelection()
539 atCommand = hangupForeground; in requestCallSelection()
544 atCommand = switchWaiting; in requestCallSelection()
551 atCommand = conference; in requestCallSelection()
555 atCommand = reject; in requestCallSelection()
560 at_send_command(atCommand, NULL); in requestCallSelection()