Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelCpuThreadReaderEndToEndTest.java72 final Duration targetDuration = Duration.ofMillis(millis); in testTimedWork() local
73 final Runnable work = timedWork(targetDuration); in testTimedWork()
79 targetDuration.toMillis(), resultDuration.toMillis(), in testTimedWork()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp1044 int32_t targetDuration; in initSeqNumberForLiveStream() local
1046 && mPlaylist->meta()->findInt32("target-duration", &targetDuration)) { in initSeqNumberForLiveStream()
1058 } while (timeFromEnd < targetDuration * 3E6 && index > 0); in initSeqNumberForLiveStream()