Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c779 char* atCommand; in requestCallSelection() local
790 atCommand = hangupWaiting; in requestCallSelection()
795 atCommand = hangupForeground; in requestCallSelection()
800 atCommand = switchWaiting; in requestCallSelection()
807 atCommand = conference; in requestCallSelection()
811 atCommand = reject; in requestCallSelection()
816 at_send_command(atCommand, NULL); in requestCallSelection()