Lines Matching refs:from
6 unwanted latency due to context switching. With help from a buffer pool, a
12 process. FMQ is used to send buffer ownership change status from a client
18 FMQ is used to send buffer ownership status changes to a buffer pool from a
20 hidl request from the clients. Every client has its own connection and FMQ
25 are sent when a buffer is transferred from a client to another client. FMQ has
26 its own ID from a buffer pool. A client is specified with the ID.
30 transaction ID to fetch a buffer from a buffer pool. Since the sender already
33 connection to a buffer pool from client is made and kept privately. Also part of
34 transaction ID is a sender ID in order to prevent fake transactions from other
35 clients. This must be verified with an FMQ message from a buffer pool.
42 A connection to a buffer pool from a buffer pool client. The connection
52 sets up a process to be a receiver of buffers from a buffer pool. The manager