HomeSort by relevance Sort by last modified time
    Searched refs:irc (Results 1 - 3 of 3) sorted by null

  /system/core/nexus/
NetworkManager.cpp 68 int irc = (*it)->getController()->start(); local
69 if (irc && !rc)
70 rc = irc;
80 int irc = (*it)->getController()->stop(); local
81 if (irc && !rc)
82 rc = irc;
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 304 int irc; local
310 irc = CA_ResetSyntax(impl->syntax);
311 rc = irc ? ESR_INVALID_STATE : ESR_SUCCESS;
  /external/srec/srec/crec/
srec_context.c 1196 int irc, rc = FST_SUCCESS; local
    [all...]

Completed in 408 milliseconds