Home
last modified time | relevance | path

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

/aosp12/hardware/ril/libril/
H A 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()
H A Dril_service.cpp64 static CommandInfo *s_commands; variable
8436 s_commands = commands; in registerService()