Home
last modified time | relevance | path

Searched defs:bufferId (Results 1 – 12 of 12) sorted by relevance

/hardware/google/av/codec2/vndk/bufferpool/
DAccessorImpl.cpp176 BufferId *bufferId, const native_handle_t** handle) { in allocate()
202 BufferId bufferId, const native_handle_t** handle) { in fetch()
259 ConnectionId connectionId, BufferId bufferId) { in handleOwnBuffer()
271 ConnectionId connectionId, BufferId bufferId) { in handleReleaseBuffer()
415 for (const BufferId& bufferId : buffers->second) { in handleClose() local
440 BufferId bufferId = iter->second->mBufferId; in handleClose() local
462 BufferId bufferId = *bufferIt; in getFreeBuffer() local
486 BufferId bufferId = mSeq++; in addNewBuffer() local
DConnection.cpp27 Return<void> Connection::fetch(uint64_t transactionId, uint32_t bufferId, fetch_cb _hidl_cb) { in fetch()
60 const std::vector<uint8_t> &params, BufferId *bufferId, in allocate()
DBufferPoolClient.cpp300 BufferId bufferId; in allocate() local
339 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive()
431 void BufferPoolClient::Impl::postBufferRelease(BufferId bufferId) { in postBufferRelease()
440 BufferId bufferId, ConnectionId receiver, in postSend()
459 BufferId bufferId, TransactionId transactionId, int64_t timestampUs) { in postReceive()
485 BufferId bufferId, TransactionId transactionId, bool result) { in postReceiveResult()
546 const std::vector<uint8_t>& params, BufferId *bufferId, in allocateBufferHandle()
564 TransactionId transactionId, BufferId bufferId, in fetchBufferHandle()
641 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive()
DAccessor.cpp147 BufferId *bufferId, const native_handle_t** handle) { in allocate()
156 BufferId bufferId, const native_handle_t** handle) { in fetch()
DBufferStatus.cpp134 TransactionId transactionId, BufferId bufferId, in postBufferStatusMessage()
DClientManager.cpp332 BufferId bufferId, int64_t timestampUs, in receive()
475 BufferId bufferId, int64_t timestampUs, in receive()
/hardware/interfaces/drm/1.0/default/
DCryptoPlugin.cpp53 uint32_t bufferId) { in setSharedBufferBase()
/hardware/google/av/codec2/vndk/bufferpool/vts/
Dmulti.cpp67 BufferId bufferId; member
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp162 [&](auto status, uint64_t bufferId, const auto& buf, uint32_t strd) { in sDequeueBuffer()
195 uint64_t bufferId = object->mBufferIdMap.at(buffer); in sEnqueueBuffer() local
205 uint64_t bufferId = object->mBufferIdMap.at(buffer); in sCancelBuffer() local
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp402 uint64_t bufferId = 0; in dequeueBuffer() local
416 Return<Status> PreviewWindowCb::enqueueBuffer(uint64_t bufferId) { in enqueueBuffer()
425 Return<Status> PreviewWindowCb::cancelBuffer(uint64_t bufferId) { in cancelBuffer()
3267 uint64_t bufferId = 1; in TEST_F() local
3420 uint64_t bufferId = 1; in TEST_F() local
3644 uint64_t bufferId = 1; in TEST_F() local
3790 uint64_t bufferId = 1; in TEST_F() local
3921 uint64_t bufferId = 1; in TEST_F() local
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h155 uint64_t bufferId; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp7146 int venc_dev::BatchInfo::registerBuffer(int bufferId) { in registerBuffer()
7173 int bufferId = mBufMap[v4l2Id]; in retrieveBufferAt() local
7180 bool venc_dev::BatchInfo::isPending(int bufferId) { in isPending()