Lines Matching refs:timestampUs
71 int64_t timestampUs,
78 TransactionId *transactionId, int64_t *timestampUs);
83 int64_t timestampUs);
396 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive() argument
402 if (timestampUs != 0) { in receive()
403 timestampUs += kReceiveTimeoutUs; in receive()
405 if (!postReceive(bufferId, transactionId, timestampUs)) { in receive()
502 TransactionId *transactionId, int64_t *timestampUs) { in postSend() argument
512 *timestampUs = getTimestampNow(); in postSend()
530 BufferId bufferId, TransactionId transactionId, int64_t timestampUs) { in postReceive() argument
534 if (timestampUs == 0 || now < timestampUs) { in postReceive()
842 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive() argument
845 return mImpl->receive(transactionId, bufferId, timestampUs, handle, buffer); in receive()
854 int64_t *timestampUs) { in postSend() argument
857 buffer->mId, receiverId, transactionId, timestampUs); in postSend()