Home
last modified time | relevance | path

Searched refs:CommandInfo (Results 1 – 5 of 5) sorted by relevance

/hardware/ril/libril/
Dril_internal.h68 typedef struct CommandInfo CommandInfo; typedef
74 CommandInfo *pCI;
82 typedef struct CommandInfo { struct
86 } CommandInfo; argument
Dril.cpp204 static CommandInfo s_commands[] = {
Dsap_service.cpp32 using android::CommandInfo;
Dril_service.h24 void registerService(RIL_RadioFunctions *callbacks, android::CommandInfo *commands);
Dril_service.cpp43 using android::CommandInfo;
62 static CommandInfo *s_commands;
8062 void radio::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService()