Home
last modified time | relevance | path

Searched refs:waitResult (Results 1 – 8 of 8) sorted by relevance

/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
DCondVar.cpp111 int waitResult = in wait() local
113 if ((waitResult != 0) && (waitResult != ETIMEDOUT)) in wait()
115 waitResult); in wait()
116 retVal = (waitResult == 0); // waited successfully in wait()
/hardware/interfaces/nfc/aidl/vts/functional/
DCondVar.cpp108 int waitResult = pthread_cond_timedwait(&mCondition, mutex.native_handle(), &absoluteTime); in wait() local
109 if ((waitResult != 0) && (waitResult != ETIMEDOUT)) in wait()
110 LOG(ERROR) << StringPrintf("CondVar::wait: fail timed wait; error=0x%X", waitResult); in wait()
111 retVal = (waitResult == 0); // waited successfully in wait()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp526 auto waitResult = device->waitForFences(*fence, VK_TRUE, 3000000000L); in TEST_P() local
527 ASSERT_THAT(waitResult, IsVkSuccess()); in TEST_P()
555 waitResult = device->waitForFences(*fence, VK_TRUE, 3000000000L); in TEST_P()
556 ASSERT_THAT(waitResult, IsVkSuccess()); in TEST_P()
684 auto waitResult = device->waitForFences(*fence, VK_TRUE, 3000000000L); in TEST_P() local
685 ASSERT_THAT(waitResult, IsVkSuccess()); in TEST_P()
855 auto waitResult = device->waitForFences(*fence, VK_TRUE, 3000000000L); in TEST_P() local
856 ASSERT_THAT(waitResult, IsVkSuccess()); in TEST_P()
879 waitResult = device->waitForFences(*fence, VK_TRUE, 3000000000L); in TEST_P()
880 ASSERT_THAT(waitResult, IsVkSuccess()); in TEST_P()
[all …]
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp151 auto waitResult = device->waitForFences(*transferFence, VK_TRUE, 3000000000L); in TEST_P() local
152 ASSERT_THAT(waitResult, IsVkSuccess()); in TEST_P()
DGfxstreamEnd2EndVkTests.cpp241 auto waitResult = device->waitForFences(*transferFence, VK_TRUE, AsVkTimeout(3s)); in TEST_P() local
242 ASSERT_THAT(waitResult, IsVkSuccess()); in TEST_P()
1000 auto waitResult = device->waitForFences(*transferFence, VK_TRUE, AsVkTimeout(3s)); in TEST_P() local
1001 ASSERT_THAT(waitResult, IsVkSuccess()); in TEST_P()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp512 auto waitResult = device->waitForFences(*transferFence, VK_TRUE, 3000000000L); in TEST_P() local
513 ASSERT_THAT(waitResult, IsVkSuccess()); in TEST_P()
/hardware/st/nfc/1.0/hal/
Dhalcore.c690 uint32_t waitResult = in HalWorkerThread() local
693 switch (waitResult) { in HalWorkerThread()
/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc710 uint32_t waitResult = in HalWorkerThread() local
713 switch (waitResult) { in HalWorkerThread()