Searched refs:postUs (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/module/bufferpool/2.0/tests/ |
D | BufferpoolUnitTest.cpp | 324 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 …]
|
D | single.cpp | 154 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()
|
D | multi.cpp | 200 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()
|
D | cond.cpp | 219 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/ |
D | single.cpp | 146 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()
|
D | multi.cpp | 193 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()
|