Home
last modified time | relevance | path

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

/hardware/ril/rild/
Dradiooptions.c59 const int option = atoi(argv[1]); in error_check() local
60 if (option < 0 || option > 10) { in error_check()
62 } else if ((option == DIAL_CALL || option == SETUP_PDP) && argc == 3) { in error_check()
64 } else if ((option != DIAL_CALL && option != SETUP_PDP) && argc == 2) { in error_check()
71 const int option = atoi(argv[1]); in get_number_args() local
72 if (option != DIAL_CALL && option != SETUP_PDP) { in get_number_args()
/hardware/ril/libril/
Dril.cpp2250 int acceptFD, option; in debugCallback() local