Home
last modified time | relevance | path

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

/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()
/frameworks/av/media/bufferpool/2.0/tests/
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()