Home
last modified time | relevance | path

Searched defs:waitUntilUs (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/synchronization/
DConditionVariable.h111 bool timedWait(StaticLock *userLock, uint64_t waitUntilUs) { in timedWait()
149 bool timedWait(StaticLock* userLock, uint64_t waitUntilUs) { in timedWait()
/hardware/google/gfxstream/guest/android-emu/aemu/base/synchronization/
DAndroidConditionVariable.h117 bool timedWait(StaticLock<IsRecursive>* userLock, System::Duration waitUntilUs) { in timedWait()
157 bool timedWait(StaticLock<IsRecursive>* userLock, uint64_t waitUntilUs) { in timedWait()
/hardware/google/aemu/base/include/aemu/base/containers/
DBufferQueue.h184 BufferQueueResult popLockedBefore(T* buffer, uint64_t waitUntilUs) { in popLockedBefore()
/hardware/google/gfxstream/host/
DRenderChannelImpl.cpp111 IoResult RenderChannelImpl::readBefore(Buffer* buffer, Duration waitUntilUs) { in readBefore()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp5534 auto waitUntilUs = nextDeadline(); in hostSyncCommandBuffer() local
5570 auto waitUntilUs = nextDeadline(); in hostSyncQueue() local