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
184 static CommandInfo s_commands[] = {
32 using android::CommandInfo;
24 void registerService(RIL_RadioFunctions *callbacks, android::CommandInfo *commands);
45 using android::CommandInfo;64 static CommandInfo *s_commands;8415 void radio::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService()