Searched refs:postUs (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/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()
|
/frameworks/av/media/bufferpool/2.0/tests/ |
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()
|