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