Home
last modified time | relevance | path

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

/frameworks/av/media/module/bufferpool/2.0/tests/
DBufferpoolUnitTest.cpp324 int64_t postUs; in TEST_F() local
333 status = mManager->postSend(mReceiverId, buffer, &transactionId, &postUs); in TEST_F()
336 timestampUs.push_back(postUs); in TEST_F()
417 int64_t postUs; in TEST_F() local
419 status = mManager->postSend(receiverId, buffer, &transactionId, &postUs); in TEST_F()
429 message.data.timestampUs = postUs; in TEST_F()
480 int64_t postUs; in TEST_F() local
484 status = mManager->postSend(randomId, senderBuffer, &transactionId, &postUs); in TEST_F()
504 status = mManager->postSend(receiverId, senderBuffer, &transactionId, &postUs); in TEST_F()
513 message.data.timestampUs = postUs; in TEST_F()
[all …]
Dsingle.cpp154 int64_t postUs; in TEST_F() local
159 status = mManager->postSend(mReceiverId, sbuffer, &transactionId, &postUs); in TEST_F()
161 status = mManager->receive(mReceiverId, transactionId, sbuffer->mId, postUs, in TEST_F()
Dmulti.cpp200 int64_t postUs; in TEST_F() local
213 status = mManager->postSend(receiverId, sbuffer, &transactionId, &postUs); in TEST_F()
220 message.data.timestampUs = postUs; in TEST_F()
Dcond.cpp219 int64_t postUs; in TEST_F() local
233 status = mManager->postSend(receiverId, sbuffer, &transactionId, &postUs); in TEST_F()
240 message.data.timestampUs = postUs; in TEST_F()
/frameworks/av/media/module/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()