Home
last modified time | relevance | path

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

/frameworks/av/media/bufferpool/1.0/
DAccessorImpl.cpp211 auto found = mBufferPool.mTransactions.find(transactionId); in fetch()
212 if (found != mBufferPool.mTransactions.end() && in fetch()
307 auto found = mTransactions.find(message.transactionId); in handleTransferTo()
308 if (found != mTransactions.end()) { in handleTransferTo()
321 mTransactions.insert(std::make_pair( in handleTransferTo()
331 auto found = mTransactions.find(message.transactionId); in handleTransferFrom()
332 if (found == mTransactions.end()) { in handleTransferFrom()
335 mTransactions.insert(std::make_pair( in handleTransferFrom()
351 auto found = mTransactions.find(message.transactionId); in handleTransferResult()
352 if (found != mTransactions.end()) { in handleTransferResult()
[all …]
DAccessorImpl.h92 mTransactions; member
/frameworks/av/media/bufferpool/2.0/
DAccessorImpl.cpp241 auto found = mBufferPool.mTransactions.find(transactionId); in fetch()
242 if (found != mBufferPool.mTransactions.end() && in fetch()
490 auto found = mTransactions.find(message.transactionId); in handleTransferTo()
491 if (found != mTransactions.end()) { in handleTransferTo()
504 mTransactions.insert(std::make_pair( in handleTransferTo()
514 auto found = mTransactions.find(message.transactionId); in handleTransferFrom()
515 if (found == mTransactions.end()) { in handleTransferFrom()
518 mTransactions.insert(std::make_pair( in handleTransferFrom()
534 auto found = mTransactions.find(message.transactionId); in handleTransferResult()
535 if (found != mTransactions.end()) { in handleTransferResult()
[all …]
DAccessorImpl.h114 mTransactions; member