Searched refs:C2_TIMED_OUT (Results 1 – 10 of 10) sorted by relevance
482 if (waitRes == C2_TIMED_OUT || waitRes == C2_OK) { in TEST_F()542 ASSERT_EQ(C2_TIMED_OUT, waitFence.wait(3000000000)); in TEST_F()595 if (waitRes == C2_TIMED_OUT || waitRes == C2_OK) { in TEST_F()641 if (waitRes == C2_TIMED_OUT || waitRes == C2_OK) { in TEST_F()721 ASSERT_EQ(C2_TIMED_OUT, waitFence.wait(1000000000)); in TEST_F()736 ASSERT_EQ(C2_TIMED_OUT, waitFence.wait(1000000000)); in TEST_F()751 ASSERT_EQ(C2_TIMED_OUT, waitFence.wait(1000000000)); in TEST_F()788 ASSERT_EQ(C2_TIMED_OUT, waitFence.wait(1000000000)); in TEST_F()795 ASSERT_EQ(C2_TIMED_OUT, waitFence.wait(1000000000)); in TEST_F()812 ASSERT_EQ(C2_TIMED_OUT, waitFence.wait(1000000000)); in TEST_F()
195 if (res == C2_TIMED_OUT) { in fetchGraphicBlock()209 if (res == C2_TIMED_OUT) { in fetchGraphicBlock()232 case C2_TIMED_OUT: { in _fetchGraphicBlock()280 return C2_TIMED_OUT; in _fetchGraphicBlock()
303 return C2_TIMED_OUT; in waitForChange()
280 return C2_TIMED_OUT; in wait()694 return C2_TIMED_OUT; in wait()
43 case C2_TIMED_OUT: return "TIMED_OUT"; in asString()
708 case C2_TIMED_OUT: paramTimedOut = true; break; in config()754 paramTimedOut ? C2_TIMED_OUT : in config()
111 C2_TIMED_OUT = ETIMEDOUT, ///< operation did not complete within timeout enumerator
901 return C2SettingResultsBuilder(C2_TIMED_OUT);
433 return C2_TIMED_OUT; in setListener_vb()
2839 case C2_TIMED_OUT: in toStatusT()