Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/containers/
DBufferQueue.h108 BufferQueueResult tryPushLocked(T&& buffer) { in tryPushLocked() function
140 return tryPushLocked(std::move(buffer)); in pushLocked()
/hardware/google/gfxstream/host/
DRenderChannelImpl.cpp89 auto result = mFromGuest.tryPushLocked(std::move(buffer)); in tryWrite()