Searched refs:s_commands (Results 1 – 2 of 2) sorted by relevance
186 static CommandInfo s_commands[] = { variable235 pRI->pCI = &(s_commands[request]); in addRequestToList()452 for (int i = 0; i < (int)NUM_ELEMS(s_commands); i++) { in RIL_register()453 assert(i == s_commands[i].requestNumber); in RIL_register()461 radio::registerService(&s_callbacks, s_commands); in RIL_register()
72 static CommandInfo *s_commands; variable8575 s_commands = commands; in registerService()