Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DErrors.h61 TIMED_OUT = -ETIMEDOUT, enumerator
67 TIMED_OUT = (UNKNOWN_ERROR + 5),
/system/core/trusty/stats/test/
Dstats_test.cpp104 return TIMED_OUT; in getVendorAtom()
245 ASSERT_THAT(status, ::testing::AnyOf(NO_ERROR, TIMED_OUT)); in TEST_F()
246 if (status == TIMED_OUT) { in TEST_F()
323 ASSERT_THAT(status, ::testing::AnyOf(NO_ERROR, TIMED_OUT)); in TEST_F()
324 if (status == TIMED_OUT) { in TEST_F()
/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.h897 if (status != android::TIMED_OUT && status != android::NO_ERROR) { in writeBlocking()
903 if (status == android::TIMED_OUT) { in writeBlocking()
1014 if (status != android::TIMED_OUT && status != android::NO_ERROR) { in readBlocking()
1020 if (status == android::TIMED_OUT) { in readBlocking()
/system/libhwbinder/
DIPCThreadState.cpp550 … 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()
/system/libfmq/tests/
Dfmq_unit_tests.cpp268 ASSERT_NE(android::TIMED_OUT, ret); in ReaderThreadBlocking()
690 EXPECT_EQ(android::TIMED_OUT, ret); in TYPED_TEST()
/system/core/libutils/abi-dumps/arm64/source-based/
Dlibutils.so.lsdump2627 "name" : "android::TIMED_OUT"
/system/core/libutils/abi-dumps/arm_arm64/source-based/
Dlibutils.so.lsdump2623 "name" : "android::TIMED_OUT"