Home
last modified time | relevance | path

Searched refs:sbuffer (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/av/media/bufferpool/1.0/vts/
H A Dsingle.cpp141 std::shared_ptr<BufferPoolData> sbuffer, rbuffer; in TEST_F() local
148 status = mManager->allocate(mConnectionId, vecParams, &allocHandle, &sbuffer); in TEST_F()
151 status = mManager->postSend(mReceiverId, sbuffer, &transactionId, &postUs); in TEST_F()
153 status = mManager->receive(mReceiverId, transactionId, sbuffer->mId, postUs, in TEST_F()
H A Dmulti.cpp191 std::shared_ptr<BufferPoolData> sbuffer; in TEST_F() local
197 status = mManager->allocate(mConnectionId, vecParams, &shandle, &sbuffer); in TEST_F()
202 status = mManager->postSend(receiverId, sbuffer, &transactionId, &postUs); in TEST_F()
206 message.data.bufferId = sbuffer->mId; in TEST_F()
/aosp12/frameworks/av/media/bufferpool/2.0/tests/
H A Dsingle.cpp149 std::shared_ptr<BufferPoolData> sbuffer, rbuffer; in TEST_F() local
156 status = mManager->allocate(mConnectionId, vecParams, &allocHandle, &sbuffer); in TEST_F()
159 status = mManager->postSend(mReceiverId, sbuffer, &transactionId, &postUs); in TEST_F()
161 status = mManager->receive(mReceiverId, transactionId, sbuffer->mId, postUs, in TEST_F()
H A Dmulti.cpp198 std::shared_ptr<BufferPoolData> sbuffer; in TEST_F() local
204 status = mManager->allocate(mConnectionId, vecParams, &shandle, &sbuffer); in TEST_F()
213 status = mManager->postSend(receiverId, sbuffer, &transactionId, &postUs); in TEST_F()
217 message.data.bufferId = sbuffer->mId; in TEST_F()
H A Dcond.cpp217 std::shared_ptr<BufferPoolData> sbuffer; in TEST_F() local
225 status = mManager->allocate(mConnectionId, vecParams, &shandle, &sbuffer); in TEST_F()
233 status = mManager->postSend(receiverId, sbuffer, &transactionId, &postUs); in TEST_F()
237 message.data.bufferId = sbuffer->mId; in TEST_F()
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
H A DphNxpEseDataMgr.cpp91 phNxpEse_memcpy(newNode->tData.sbuffer, pbuff, data_len); in phNxpEse_StoreDatainList()
121 phNxpEse_memcpy((pbuff + offset), new_node->tData.sbuffer, in phNxpEse_GetDataFromList()
H A DphNxpEseDataMgr.h23 uint8_t sbuffer[MAX_DATA_LEN]; /* buffer to be used to store the received member
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
H A DphNxpEseDataMgr.cpp100 phNxpEse_memcpy(newNode->tData.sbuffer, pbuff, data_len); in phNxpEse_StoreDatainList()
130 phNxpEse_memcpy((pbuff + offset), new_node->tData.sbuffer, in phNxpEse_GetDataFromList()
H A DphNxpEseDataMgr.h28 uint8_t sbuffer[MAX_DATA_LEN]; /*!<buffer to be used to store the received member