HomeSort by relevance Sort by last modified time
    Searched defs:errCode (Results 1 - 17 of 17) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 629 int errCode = PPPERR_AUTHFAIL;
643 pppIOCtl(unit, PPPCTLS_ERRCODE, &errCode);
    [all...]
ppp.c 200 int errCode; /* Code indicating why interface is down. */
218 void (*linkStatusCB)(void *ctx, int errCode, void *arg);
369 PPPDEBUG(LOG_DEBUG, ("pppLinkTerminated: unit %d: linkStatusCB=%p errCode=%d\n", pd, pc->linkStatusCB, pc->errCode));
371 pc->linkStatusCB(pc->linkStatusCtx, pc->errCode ? pc->errCode : PPPERR_PROTOCOL, NULL);
530 pppOverSerialOpen(sio_fd_t fd, void (*linkStatusCB)(void *ctx, int errCode, void *arg), void *linkStatusCtx)
598 int pppOverEthernetOpen(struct netif *ethif, const char *service_name, const char *concentrator_name, void (*linkStatusCB)(void *ctx, int errCode, void *arg), void *linkStatusCtx)
663 pc->errCode = PPPERR_USER;
671 pc->errCode = PPPERR_USER
    [all...]
  /external/webrtc/webrtc/voice_engine/
voe_base_impl.cc 52 int errCode = 0;
54 errCode = VE_RUNTIME_REC_ERROR;
57 errCode = VE_RUNTIME_PLAY_ERROR;
62 voiceEngineObserverPtr_->CallbackOnError(-1, errCode);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 181 int16_t errCode;
188 errCode = WebRtcIsacfix_UpdateUplinkBwRec(bweStr, Index);
189 if (errCode <0) {
190 return(errCode);
    [all...]
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 308 GLenum errCode = GL_NO_ERROR;
332 errCode = glGetError();
333 if (errCode != GL_NO_ERROR) {
334 printf("GL Error Occured : %d\n", errCode);
377 GLenum errCode = GL_NO_ERROR;
399 errCode = RunPhase(phase, 512, 512, allocCount, 1, phase1_tex);
400 if (errCode) {
401 brokeAt = errCode;
431 errCode = RunPhase(phase, 1024, 1024, allocCount, 4, phase2_tex);
432 if (errCode) {
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
jsp-api-2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 1676 milliseconds