Home
last modified time | relevance | path

Searched refs:FromAidl (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/media/bufferpool/aidl/default/include/bufferpool2/
DBufferPoolTypes.h60 BufferId static inline FromAidl(int32_t id) {return static_cast<BufferId>(id);} in FromAidl() function
61 TransactionId static inline FromAidl(int64_t id) {return static_cast<TransactionId>(id);} in FromAidl() function
/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPool.cpp226 !contains(&mUsingBuffers, message.connectionId, FromAidl(message.bufferId))) { in handleTransferTo()
247 FromAidl(message.transactionId)); in handleTransferTo()
261 FromAidl(message.transactionId)); in handleTransferFrom()
276 FromAidl(message.transactionId)); in handleTransferResult()