Searched refs:pCommandParser (Results 1 - 1 of 1) sorted by relevance

/external/parameter-framework/upstream/remote-processor/
H A DRemoteCommandHandlerTemplate.h79 bool parse(CCommandParser *pCommandParser, const IRemoteCommand &remoteCommand, argument
90 switch ((pCommandParser->*_pfnParser)(remoteCommand, strResult)) {
115 TRemoteCommandHandlerTemplate(CCommandParser *pCommandParser) argument
116 : _pCommandParser(pCommandParser), _maxCommandUsageLength(0)

Completed in 88 milliseconds