Lines Matching refs:timestampUs
67 int64_t timestampUs,
74 TransactionId *transactionId, int64_t *timestampUs);
79 int64_t timestampUs);
347 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive() argument
353 if (timestampUs != 0) { in receive()
354 timestampUs += kReceiveTimeoutUs; in receive()
356 if (!postReceive(bufferId, transactionId, timestampUs)) { in receive()
453 TransactionId *transactionId, int64_t *timestampUs) { in postSend() argument
458 *timestampUs = getTimestampNow(); in postSend()
476 BufferId bufferId, TransactionId transactionId, int64_t timestampUs) { in postReceive() argument
480 if (timestampUs == 0 || now < timestampUs) { in postReceive()
686 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive() argument
689 return mImpl->receive(transactionId, bufferId, timestampUs, handle, buffer); in receive()
698 int64_t *timestampUs) { in postSend() argument
701 buffer->mId, receiverId, transactionId, timestampUs); in postSend()