Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp184 static CommandInfo s_commands[] = { variable
233 pRI->pCI = &(s_commands[request]); in addRequestToList()
450 for (int i = 0; i < (int)NUM_ELEMS(s_commands); i++) { in RIL_register()
451 assert(i == s_commands[i].requestNumber); in RIL_register()
459 radio::registerService(&s_callbacks, s_commands); in RIL_register()
Dril_service.cpp73 static CommandInfo *s_commands; variable
8587 s_commands = commands; in registerService()