Searched refs:CommandInfo (Results 1 – 5 of 5) sorted by relevance
68 typedef struct CommandInfo CommandInfo; typedef74 CommandInfo *pCI;82 typedef struct CommandInfo { struct86 } CommandInfo; argument
204 static CommandInfo s_commands[] = {
32 using android::CommandInfo;
24 void registerService(RIL_RadioFunctions *callbacks, android::CommandInfo *commands);
43 using android::CommandInfo;62 static CommandInfo *s_commands;8062 void radio::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService()