Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1221 const nsecs_t waitNs = in TEST_F() local
1227 nanoseconds_to_seconds(waitNs)); in TEST_F()
1229 fooCb->reportResults(waitNs, in TEST_F()
1234 nanoseconds_to_milliseconds(waitNs - timeLeftNs)); in TEST_F()
1236 EXPECT_LE(waitNs - timeLeftNs, reportResultsNs) in TEST_F()
1239 << (timeLeftNs >= 0 ? (waitNs - timeLeftNs) : waitNs) in TEST_F()
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp3798 const int64_t waitNs = computeWaitTimeNs_l(); in threadLoop() local
3799 ALOGV("wait async completion (wait time: %lld)", (long long)waitNs); in threadLoop()
3800 status_t status = mWaitWorkCV.waitRelative(mLock, waitNs); in threadLoop()