Home
last modified time | relevance | path

Searched refs:waitDuration (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/location/
DHandlerThreadingDomainTest.java183 Duration waitDuration = Duration.ofNanos(afterExecutionNanos - beforeExecutionNanos); in postAndWait() local
185 assertTrue(waitDuration.compareTo(workDuration) >= 0); in postAndWait()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DServiceRestarterTest.java313 long waitDuration, boolean checkStartSeq) throws Exception { in startKillAndRestart() argument
331 RunningAppProcessInfo.IMPORTANCE_SERVICE, waitDuration)); in startKillAndRestart()
333 RunningAppProcessInfo.IMPORTANCE_SERVICE, waitDuration)); in startKillAndRestart()
335 RunningAppProcessInfo.IMPORTANCE_SERVICE, waitDuration)); in startKillAndRestart()
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3OutputUtils.cpp238 nsecs_t waitDuration = states.reqBufferIntf.getWaitDuration(); in requestStreamBuffers() local
239 status_t res = outputStream->getBuffer(&sb, waitDuration); in requestStreamBuffers()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp4003 nsecs_t waitDuration = kBaseGetBufferWait + parent->getExpectedInFlightDuration(); in prepareHalRequests() local
4064 waitDuration, in prepareHalRequests()