Home
last modified time | relevance | path

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

/hardware/ril/reference-ril/
Dreference-ril.c524 char* atCommand; in requestCallSelection() local
535 atCommand = hangupWaiting; in requestCallSelection()
540 atCommand = hangupForeground; in requestCallSelection()
545 atCommand = switchWaiting; in requestCallSelection()
552 atCommand = conference; in requestCallSelection()
556 atCommand = reject; in requestCallSelection()
561 at_send_command(atCommand, NULL); in requestCallSelection()