Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DErrors.h63 TIMED_OUT = -ETIMEDOUT, enumerator
69 TIMED_OUT = (UNKNOWN_ERROR + 5),
/system/core/libutils/
DErrors.cpp41 STATUS_CASE(TIMED_OUT); in statusToString()
/system/teeui/libteeui/include/secure_input/
Dsecure_input_proto.h35 TIMED_OUT, enumerator
/system/core/trusty/confirmationui/
DNotSoSecureInput.cpp147 case InputResponse::TIMED_OUT: in handleEvent()
/system/libfmq/include/fmq/
DMessageQueueBase.h802 if (status != android::TIMED_OUT && status != android::NO_ERROR) { in writeBlocking()
808 if (status == android::TIMED_OUT) { in writeBlocking()
921 if (status != android::TIMED_OUT && status != android::NO_ERROR) { in readBlocking()
927 if (status == android::TIMED_OUT) { in readBlocking()
/system/libhwbinder/
DIPCThreadState.cpp561 … if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) { in joinThreadPool()
568 if(result == TIMED_OUT && !isMain) { in joinThreadPool()
1267 result = TIMED_OUT; in executeCommand()
/system/libfmq/tests/
Dfmq_unit_tests.cpp158 ASSERT_NE(android::TIMED_OUT, ret); in ReaderThreadBlocking()
294 EXPECT_EQ(android::TIMED_OUT, ret); in TEST_F()