Searched refs:TIMED_OUT (Results 1 – 7 of 7) sorted by relevance
63 TIMED_OUT = -ETIMEDOUT, enumerator69 TIMED_OUT = (UNKNOWN_ERROR + 5),
41 STATUS_CASE(TIMED_OUT); in statusToString()
35 TIMED_OUT, enumerator
147 case InputResponse::TIMED_OUT: in handleEvent()
895 if (status != android::TIMED_OUT && status != android::NO_ERROR) { in writeBlocking()901 if (status == android::TIMED_OUT) { in writeBlocking()1012 if (status != android::TIMED_OUT && status != android::NO_ERROR) { in readBlocking()1018 if (status == android::TIMED_OUT) { in readBlocking()
550 … if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) { in joinThreadPool()557 if(result == TIMED_OUT && !isMain) { in joinThreadPool()1263 result = TIMED_OUT; in executeCommand()
266 ASSERT_NE(android::TIMED_OUT, ret); in ReaderThreadBlocking()634 EXPECT_EQ(android::TIMED_OUT, ret); in TYPED_TEST()