Lines Matching refs:timestampUs
73 int64_t timestampUs,
80 TransactionId *transactionId, int64_t *timestampUs);
85 int64_t timestampUs);
402 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive() argument
408 if (timestampUs != 0) { in receive()
409 timestampUs += kReceiveTimeoutUs; in receive()
411 if (!postReceive(bufferId, transactionId, timestampUs)) { in receive()
508 TransactionId *transactionId, int64_t *timestampUs) { in postSend() argument
518 *timestampUs = getTimestampNow(); in postSend()
536 BufferId bufferId, TransactionId transactionId, int64_t timestampUs) { in postReceive() argument
540 if (timestampUs == 0 || now < timestampUs) { in postReceive()
850 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive() argument
853 return mImpl->receive(transactionId, bufferId, timestampUs, handle, buffer); in receive()
862 int64_t *timestampUs) { in postSend() argument
865 buffer->mId, receiverId, transactionId, timestampUs); in postSend()