Lines Matching refs:timestampMs
73 int64_t timestampMs,
80 int64_t *timestampMs);
321 BufferId bufferId, int64_t timestampMs, in receive() argument
335 transactionId, bufferId, timestampMs, &origHandle, buffer); in receive()
346 return client->receive(transactionId, bufferId, timestampMs, handle, buffer); in receive()
352 TransactionId *transactionId, int64_t *timestampMs) { in postSend() argument
363 return client->postSend(receiverId, buffer, transactionId, timestampMs); in postSend()
499 BufferId bufferId, int64_t timestampMs, in receive() argument
503 timestampMs, handle, buffer); in receive()
510 TransactionId *transactionId, int64_t* timestampMs) { in postSend() argument
512 return mImpl->postSend(receiverId, buffer, transactionId, timestampMs); in postSend()