Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp186 static CommandInfo s_commands[] = { variable
235 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()
Dril_service.cpp72 static CommandInfo *s_commands; variable
8575 s_commands = commands; in registerService()