Home
last modified time | relevance | path

Searched refs:TIMED_OUT (Results 1 – 5 of 5) sorted by relevance

/system/core/libutils/include/utils/
DErrors.h62 TIMED_OUT = -ETIMEDOUT, enumerator
68 TIMED_OUT = (UNKNOWN_ERROR + 5),
/system/libfmq/include/fmq/
DMessageQueue.h818 if (status != android::TIMED_OUT && status != android::NO_ERROR) { in writeBlocking()
823 if (status == android::TIMED_OUT) { in writeBlocking()
940 if (status != android::TIMED_OUT && status != android::NO_ERROR) { in readBlocking()
945 if (status == android::TIMED_OUT) { in readBlocking()
/system/libhidl/base/
DStatus.cpp46 STATUS_TO_STRING_PAIR(TIMED_OUT), in statusToString()
/system/libhwbinder/
DIPCThreadState.cpp563 … if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) { in joinThreadPool()
571 if(result == TIMED_OUT && !isMain) { in joinThreadPool()
1265 result = TIMED_OUT; in executeCommand()
/system/libfmq/tests/
Dmq_test.cpp158 ASSERT_NE(android::TIMED_OUT, ret); in ReaderThreadBlocking()
294 EXPECT_EQ(android::TIMED_OUT, ret); in TEST_F()