Home
last modified time | relevance | path

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

/device/generic/goldfish/ril/
Dreference-ril.c556 char* atCommand; in requestCallSelection() local
567 atCommand = hangupWaiting; in requestCallSelection()
572 atCommand = hangupForeground; in requestCallSelection()
577 atCommand = switchWaiting; in requestCallSelection()
584 atCommand = conference; in requestCallSelection()
588 atCommand = reject; in requestCallSelection()
593 at_send_command(atCommand, NULL); in requestCallSelection()