Home | History | Annotate | Download | only in src

Lines Matching refs:timedOut

76     stats->set_timed_out(buffer.timedOut());
281 if (readStatus != NO_ERROR || buffer.timedOut()) {
282 ALOGW("FileSection '%s' failed to read data from incident helper: %s, timedout: %s",
283 this->name.string(), strerror(-readStatus), buffer.timedOut() ? "true" : "false");
374 if (readStatus != NO_ERROR || buffer.timedOut()) {
375 ALOGW("GZipSection '%s' failed to read data from gzip: %s, timedout: %s",
376 this->name.string(), strerror(-readStatus), buffer.timedOut() ? "true" : "false");
448 bool timedOut = false;
499 timedOut = true;
510 if (timedOut || buffer.timedOut()) {
591 if (readStatus != NO_ERROR || buffer.timedOut()) {
592 ALOGW("CommandSection '%s' failed to read data from incident helper: %s, timedout: %s",
593 this->name.string(), strerror(-readStatus), buffer.timedOut() ? "true" : "false");