Home | History | Annotate | Download | only in libril

Lines Matching refs:s_commands

357 static CommandInfo s_commands[] = {
476 pRI->pCI = &(s_commands[request]);
546 if (request < 1 || request >= (int32_t)NUM_ELEMS(s_commands)) {
565 pRI->pCI = &(s_commands[request]);
4838 for (int i = 0; i < (int)NUM_ELEMS(s_commands); i++) {
4839 assert(i == s_commands[i].requestNumber);