Home
last modified time | relevance | path

Searched refs:finishBy (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/common/
H A Dmedia_hidl_test_common.h151 int64_t finishBy = android::ALooper::GetNowUs() + timeoutUs; member
204 int64_t delayUs = finishBy - android::ALooper::GetNowUs();
/aosp12/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp152 int64_t finishBy = ALooper::GetNowUs() + timeoutUs; in dequeueMessageForNodeIgnoringBuffers() local
177 mLock, (finishBy - ALooper::GetNowUs()) * 1000); in dequeueMessageForNodeIgnoringBuffers()