Home
last modified time | relevance | path

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

12

/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPool.cpp99 BufferId bufferId, in onBufferInvalidated()
180 ConnectionId connectionId, BufferId bufferId) { in handleOwnBuffer()
192 ConnectionId connectionId, BufferId bufferId) { in handleReleaseBuffer()
359 for (const BufferId& bufferId : buffers->second) { in handleClose() local
391 BufferId bufferId = iter->second->mBufferId; in handleClose() local
421 BufferId bufferId = *bufferIt; in getFreeBuffer() local
445 BufferId bufferId = mSeq++; in addNewBuffer() local
DConnection.cpp59 bool Connection::fetch(TransactionId transactionId, BufferId bufferId, in fetch()
100 const std::vector<uint8_t> &params, BufferId *bufferId, in allocate()
DBufferPoolClient.cpp358 BufferId bufferId; in allocate() local
397 TransactionId transactionId, BufferId bufferId, int64_t timestampMs, in receive()
493 void BufferPoolClient::Impl::postBufferRelease(BufferId bufferId) { in postBufferRelease()
502 BufferId bufferId, ConnectionId receiver, in postSend()
531 BufferId bufferId, TransactionId transactionId, int64_t timestampMs) { in postReceive()
557 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync) { in postReceiveResult()
725 const std::vector<uint8_t>& params, BufferId *bufferId, in allocateBufferHandle()
743 TransactionId transactionId, BufferId bufferId, in fetchBufferHandle()
843 TransactionId transactionId, BufferId bufferId, int64_t timestampMs, in receive()
DBufferStatus.cpp42 bool isBufferInRange(BufferId from, BufferId to, BufferId bufferId) { in isBufferInRange()
171 TransactionId transactionId, BufferId bufferId, in postBufferStatusMessage()
DAccessor.cpp205 BufferId *bufferId, const native_handle_t** handle) { in allocate()
232 BufferId bufferId, const native_handle_t** handle) { in fetch()
DClientManager.cpp321 BufferId bufferId, int64_t timestampMs, in receive()
499 BufferId bufferId, int64_t timestampMs, in receive()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLSharedGroup.cpp291 BufferData* GLSharedGroup::getBufferData(GLuint bufferId) { in getBufferData()
310 void GLSharedGroup::addBufferData(GLuint bufferId, GLsizeiptr size, const void* data) { in addBufferData()
317 void GLSharedGroup::updateBufferData(GLuint bufferId, GLsizeiptr size, const void* data) { in updateBufferData()
328 void GLSharedGroup::setBufferUsage(GLuint bufferId, GLenum usage) { in setBufferUsage()
337 void GLSharedGroup::setBufferMapped(GLuint bufferId, bool mapped) { in setBufferMapped()
345 GLenum GLSharedGroup::getBufferUsage(GLuint bufferId) { in getBufferUsage()
353 bool GLSharedGroup::isBufferMapped(GLuint bufferId) { in isBufferMapped()
361 GLenum GLSharedGroup::subUpdateBufferData(GLuint bufferId, GLintptr offset, GLsizeiptr size, const … in subUpdateBufferData()
377 void GLSharedGroup::deleteBufferData(GLuint bufferId) { in deleteBufferData()
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DEvsCamera.h141 static bool IsBufferIDValid(const std::size_t bufferId) { return ~bufferId; } in IsBufferIDValid()
/hardware/interfaces/automotive/evs/1.1/default/
DEvsDisplay.cpp250 Return<EvsResult> EvsDisplay::returnTargetBufferForDisplayImpl(const uint32_t bufferId, in returnTargetBufferForDisplayImpl()
DEvsCamera.cpp694 void EvsCamera::returnBufferLocked(const uint32_t bufferId, const buffer_handle_t memHandle) { in returnBufferLocked()
/hardware/interfaces/drm/1.0/default/
DCryptoPlugin.cpp53 uint32_t bufferId) { in setSharedBufferBase()
/hardware/interfaces/media/bufferpool/aidl/default/tests/
Dmulti.cpp63 BufferId bufferId; member
Dcond.cpp64 BufferId bufferId; member
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp165 [&](auto status, uint64_t bufferId, const auto& buf, uint32_t strd) { in sDequeueBuffer()
198 uint64_t bufferId = object->mBufferIdMap.at(buffer); in sEnqueueBuffer() local
208 uint64_t bufferId = object->mBufferIdMap.at(buffer); in sCancelBuffer() local
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsMockCamera.cpp202 std::size_t bufferId = kInvalidBufferID; in generateFrames() local
/hardware/interfaces/camera/provider/aidl/vts/
Ddevice_cb.cpp426 auto bufferId = mUseHalBufManager ? buffer.bufferId : results.frameNumber; in processCaptureResultLocked() local
DVtsAidlHalCameraProvider_TargetTest.cpp1560 int64_t bufferId = 1; in TEST_P() local
1807 int64_t bufferId = 1; in TEST_P() local
2069 auto bufferId = requestId + 1; // Buffer id value 0 is not valid in TEST_P() local
2216 int64_t bufferId = 1; in TEST_P() local
2374 int64_t bufferId = 1; in TEST_P() local
2443 int64_t bufferId = 1; in TEST_P() local
2692 int64_t bufferId = 1; in TEST_P() local
Dcamera_aidl_test.h507 int64_t bufferId; member
/hardware/interfaces/camera/device/default/
DExternalCameraUtils.h204 int64_t bufferId; member
/hardware/interfaces/camera/device/3.5/default/
DCameraDeviceSession.cpp119 const buffer_handle_t& buf, uint64_t bufferId, int streamId) { in pushBufferId()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h196 uint64_t bufferId; member
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp372 GLuint bufferId = ctx->m_state->getBuffer(target); in s_glBufferData() local
383 GLuint bufferId = ctx->m_state->getBuffer(target); in s_glBufferSubData() local
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp4706 int venc_dev::BatchInfo::registerBuffer(int bufferId) { in registerBuffer()
4733 int bufferId = mBufMap[v4l2Id]; in retrieveBufferAt() local
4740 bool venc_dev::BatchInfo::isPending(int bufferId) { in isPending()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h109 uint64_t bufferId; member
/hardware/interfaces/graphics/mapper/stable-c/implutils/
Dimpltests.cpp297 TEST(MetadataProvider, bufferId) { in TEST() argument

12