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