Home
last modified time | relevance | path

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

/system/tools/aidl/analyzer/
DanalyzerMain.cpp246 status_t helpCommandEntryPoint(int argc, char* argv[]);
248 const AnalyzerCommand helpCommand = {helpCommandEntryPoint, "Show help information.", "<command>",
270 helpCommandEntryPoint(argc, argv); in startCommandEntryPoint()
302 helpCommandEntryPoint(argc, argv); in stopCommandEntryPoint()
322 helpCommandEntryPoint(argc, argv); in inspectCommandEntryPoint()
338 helpCommandEntryPoint(argc, argv); in listenCommandEntryPoint()
364 return helpCommandEntryPoint(argc, argv); in replayFunction()
399 status_t helpCommandEntryPoint(int argc, char* argv[]) { in helpCommandEntryPoint() function