Home
last modified time | relevance | path

Searched refs:posted (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/media/bufferpool/aidl/default/
DBufferStatus.h104 std::list<BufferId> &pending, std::list<BufferId> &posted);
128 std::list<BufferId> &pending, std::list<BufferId> &posted);
DBufferStatus.cpp124 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferRelease() argument
142 posted.push_back(id); in postBufferRelease()
173 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferStatusMessage() argument
192 posted.push_back(id); in postBufferStatusMessage()
DBufferPoolClient.cpp472 bool posted = postReceiveResult(bufferId, transactionId, in receive() local
475 *buffer ? "ok" : "fail", posted); in receive()
483 if (!posted) { in receive()
/hardware/interfaces/media/bufferpool/1.0/
Dtypes.hal46 * BufferStatus is posted along with BufferStatusMessage from a client to
77 * Transaction Id is created from sender and posted via fmq within
85 /** Valid only when TRANSFER_TO is posted. */
/hardware/interfaces/media/bufferpool/2.0/
Dtypes.hal46 * BufferStatus is posted along with BufferStatusMessage from a client to
79 * Transaction Id is created from sender and posted via fmq within
87 /** Valid only when TRANSFER_TO is posted. */
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DCOPYING.adoc52 Q: Why are the HTML and PDF Specifications posted on Khronos' website under
55 A: The Specifications posted by Khronos in the Vulkan Registry are licensed
/hardware/interfaces/wifi/aidl/default/
DTHREADING.README8 any asynchronous netlink events posted by the driver. Any asynchronous
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal319 * The sample represents the most-recently posted frames.
340 * The sample represents the most-recently posted frames.
342 * @param timestamp is the timestamp after which any frames were posted that should be
/hardware/google/gfxstream/host/
DFrameBuffer.cpp1743 auto posted = postImpl( in postImplSync() local
1750 if (posted.CallbackScheduledOrFired()) { in postImplSync()
1754 return posted.Succeeded(); in postImplSync()