Home | History | Annotate | Download | only in libril

Lines Matching refs:s_commands

258 static CommandInfo s_commands[] = {
332 pRI->pCI = &(s_commands[request]);
370 if (request < 1 || request >= (int32_t)NUM_ELEMS(s_commands)) {
380 pRI->pCI = &(s_commands[request]);
2963 for (int i = 0; i < (int)NUM_ELEMS(s_commands); i++) {
2964 assert(i == s_commands[i].requestNumber);