Home
last modified time | relevance | path

Searched refs:postUs (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/bufferpool/2.0/tests/
Dsingle.cpp146 int64_t postUs; in TEST_F() local
151 status = mManager->postSend(mReceiverId, sbuffer, &transactionId, &postUs); in TEST_F()
153 status = mManager->receive(mReceiverId, transactionId, sbuffer->mId, postUs, in TEST_F()
Dmulti.cpp193 int64_t postUs; in TEST_F() local
202 status = mManager->postSend(receiverId, sbuffer, &transactionId, &postUs); in TEST_F()
209 message.data.timestampUs = postUs; in TEST_F()
/frameworks/av/media/bufferpool/1.0/vts/
Dsingle.cpp146 int64_t postUs; in TEST_F() local
151 status = mManager->postSend(mReceiverId, sbuffer, &transactionId, &postUs); in TEST_F()
153 status = mManager->receive(mReceiverId, transactionId, sbuffer->mId, postUs, in TEST_F()
Dmulti.cpp193 int64_t postUs; in TEST_F() local
202 status = mManager->postSend(receiverId, sbuffer, &transactionId, &postUs); in TEST_F()
209 message.data.timestampUs = postUs; in TEST_F()