Home | History | Annotate | Download | only in libril

Lines Matching refs:s_commands

249 static CommandInfo s_commands[] = {
304 pRI->pCI = &(s_commands[request]);
342 if (request < 1 || request >= (int32_t)NUM_ELEMS(s_commands)) {
352 pRI->pCI = &(s_commands[request]);
2679 for (int i = 0; i < (int)NUM_ELEMS(s_commands); i++) {
2680 assert(i == s_commands[i].requestNumber);