Home
last modified time | relevance | path

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

123

/frameworks/native/libs/gui/
DIConsumerListener.cpp50 void onFrameDequeued(const uint64_t bufferId) override { in onFrameDequeued()
55 void onFrameDetached(const uint64_t bufferId) override { in onFrameDetached()
60 void onFrameCancelled(const uint64_t bufferId) override { in onFrameCancelled()
DBufferQueue.cpp41 void BufferQueue::ProxyConsumerListener::onFrameDequeued(const uint64_t bufferId) { in onFrameDequeued()
48 void BufferQueue::ProxyConsumerListener::onFrameCancelled(const uint64_t bufferId) { in onFrameCancelled()
55 void BufferQueue::ProxyConsumerListener::onFrameDetached(const uint64_t bufferId) { in onFrameDetached()
DConsumerBase.cpp104 void ConsumerBase::onFrameDequeued(const uint64_t bufferId) { in onFrameDequeued()
118 void ConsumerBase::onFrameCancelled(const uint64_t bufferId) { in onFrameCancelled()
132 void ConsumerBase::onFrameDetached(const uint64_t bufferId) { in onFrameDetached()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DClientCompositionRequestCache.cpp90 uint64_t bufferId, const renderengine::DisplaySettings& display, in exists()
100 void ClientCompositionRequestCache::add(uint64_t bufferId, in add()
118 void ClientCompositionRequestCache::remove(uint64_t bufferId) { in remove()
DHwcBufferCache.cpp48 uint32_t HwcBufferCache::uncache(uint64_t bufferId) { in uncache()
/frameworks/av/media/module/bufferpool/1.0/
DAccessorImpl.cpp182 BufferId *bufferId, const native_handle_t** handle) { in allocate()
208 BufferId bufferId, const native_handle_t** handle) { in fetch()
265 ConnectionId connectionId, BufferId bufferId) { in handleOwnBuffer()
277 ConnectionId connectionId, BufferId bufferId) { in handleReleaseBuffer()
426 for (const BufferId& bufferId : buffers->second) { in handleClose() local
451 BufferId bufferId = iter->second->mBufferId; in handleClose() local
474 BufferId bufferId = *bufferIt; in getFreeBuffer() local
498 BufferId bufferId = mSeq++; in addNewBuffer() local
DConnection.cpp27 Return<void> Connection::fetch(uint64_t transactionId, uint32_t bufferId, fetch_cb _hidl_cb) { in fetch()
72 const std::vector<uint8_t> &params, BufferId *bufferId, in allocate()
DBufferPoolClient.cpp308 BufferId bufferId; in allocate() local
347 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive()
443 void BufferPoolClient::Impl::postBufferRelease(BufferId bufferId) { in postBufferRelease()
452 BufferId bufferId, ConnectionId receiver, in postSend()
476 BufferId bufferId, TransactionId transactionId, int64_t timestampUs) { in postReceive()
502 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync) { in postReceiveResult()
523 BufferId bufferId = Connection::SYNC_BUFFERID; in trySyncFromRemote() local
591 const std::vector<uint8_t>& params, BufferId *bufferId, in allocateBufferHandle()
609 TransactionId transactionId, BufferId bufferId, in fetchBufferHandle()
686 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()
/frameworks/av/media/module/bufferpool/2.0/
DConnection.cpp27 Return<void> Connection::fetch(uint64_t transactionId, uint32_t bufferId, fetch_cb _hidl_cb) { in fetch()
79 const std::vector<uint8_t> &params, BufferId *bufferId, in allocate()
DBufferPoolClient.cpp363 BufferId bufferId; in allocate() local
402 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive()
498 void BufferPoolClient::Impl::postBufferRelease(BufferId bufferId) { in postBufferRelease()
507 BufferId bufferId, ConnectionId receiver, in postSend()
536 BufferId bufferId, TransactionId transactionId, int64_t timestampUs) { in postReceive()
562 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync) { in postReceiveResult()
583 BufferId bufferId = Connection::SYNC_BUFFERID; in trySyncFromRemote() local
739 const std::vector<uint8_t>& params, BufferId *bufferId, in allocateBufferHandle()
757 TransactionId transactionId, BufferId bufferId, in fetchBufferHandle()
850 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive()
DAccessorImpl.cpp213 BufferId *bufferId, const native_handle_t** handle) { in allocate()
240 BufferId bufferId, const native_handle_t** handle) { in fetch()
361 BufferId bufferId, in onBufferInvalidated()
443 ConnectionId connectionId, BufferId bufferId) { in handleOwnBuffer()
455 ConnectionId connectionId, BufferId bufferId) { in handleReleaseBuffer()
622 for (const BufferId& bufferId : buffers->second) { in handleClose() local
654 BufferId bufferId = iter->second->mBufferId; in handleClose() local
684 BufferId bufferId = *bufferIt; in getFreeBuffer() local
708 BufferId bufferId = mSeq++; in addNewBuffer() local
DAccessor.cpp171 BufferId *bufferId, const native_handle_t** handle) { in allocate()
180 BufferId bufferId, const native_handle_t** handle) { in fetch()
DBufferStatus.cpp45 bool isBufferInRange(BufferId from, BufferId to, BufferId bufferId) { in isBufferInRange()
179 TransactionId transactionId, BufferId bufferId, in postBufferStatusMessage()
/frameworks/av/media/libstagefright/omx/1.0/
DWOmxBufferSource.cpp47 int32_t bufferId) { in onInputBufferAdded()
53 int32_t bufferId, OMXFenceParcelable const& fenceParcel) { in onInputBufferEmptied()
/frameworks/av/media/libmedia/omx/1.0/
DWOmxBufferSource.cpp47 int32_t bufferId) { in onInputBufferAdded()
53 int32_t bufferId, OMXFenceParcelable const& fenceParcel) { in onInputBufferEmptied()
/frameworks/av/media/libstagefright/omx/
DOmxGraphicBufferSource.cpp44 int32_t bufferId, const sp<GraphicBuffer> &buffer, in submitBuffer()
50 status_t submitEos(int32_t bufferId) override { in submitEos()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3StreamSplitter.cpp362 uint64_t bufferId = bufferItem.mGraphicBuffer->getId(); in outputBufferLocked() local
421 uint64_t bufferId = buffer->getId(); in notifyBufferReleased() local
436 uint64_t bufferId = gb->getId(); in attachBufferToOutputs() local
508 uint64_t bufferId; in onFrameAvailable() local
586 uint64_t bufferId = tracker_ptr->getBuffer()->getId(); in decrementBufRefCountLocked() local
DBufferUtils.cpp101 uint64_t bufferId = BUFFER_ID_NO_BUFFER; in removeOneBufferCache() local
219 uint64_t bufferId, buffer_handle_t* buf, int32_t streamId) { in pushInflightRequestBuffer()
232 uint64_t bufferId, in popInflightRequestBuffer()
/frameworks/base/media/java/android/media/
DMediaSync.java131 @NonNull MediaSync sync, @NonNull ByteBuffer audioBuffer, int bufferId); in onAudioBufferConsumed()
177 public AudioBuffer(@NonNull ByteBuffer byteBuffer, int bufferId, in AudioBuffer()
508 @NonNull ByteBuffer audioData, int bufferId, long presentationTimeUs) { in queueAudio()
/frameworks/native/libs/gui/include/gui/fake/
DBufferData.h26 BufferData(uint64_t bufferId, uint32_t width, uint32_t height, int32_t pixelFormat, in BufferData()
/frameworks/av/media/libstagefright/renderfright/gl/
DImageManager.h57 uint64_t bufferId = 0; member
/frameworks/native/libs/renderengine/gl/
DImageManager.h57 uint64_t bufferId = 0; member
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp71 IOMX::buffer_id bufferId) { in findBufferId()
79 IOMX::buffer_id bufferId, in BufferInfo()
609 void ACodecBufferChannel::fillThisBuffer(IOMX::buffer_id bufferId) { in fillThisBuffer()
629 IOMX::buffer_id bufferId, in drainThisBuffer()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionFrameTracerTest.cpp79 uint64_t bufferId = 42; in BLASTTransactionSendsFrameTracerEvents() local

123