Home
last modified time | relevance | path

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

12

/frameworks/av/media/bufferpool/1.0/
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()
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()
DBufferStatus.cpp143 TransactionId transactionId, BufferId bufferId, in postBufferStatusMessage()
DClientManager.cpp332 BufferId bufferId, int64_t timestampUs, in receive()
475 BufferId bufferId, int64_t timestampUs, in receive()
/frameworks/av/media/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.cpp357 BufferId bufferId; in allocate() local
396 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive()
492 void BufferPoolClient::Impl::postBufferRelease(BufferId bufferId) { in postBufferRelease()
501 BufferId bufferId, ConnectionId receiver, in postSend()
530 BufferId bufferId, TransactionId transactionId, int64_t timestampUs) { in postReceive()
556 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync) { in postReceiveResult()
577 BufferId bufferId = Connection::SYNC_BUFFERID; in trySyncFromRemote() local
731 const std::vector<uint8_t>& params, BufferId *bufferId, in allocateBufferHandle()
749 TransactionId transactionId, BufferId bufferId, in fetchBufferHandle()
842 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive()
DAccessorImpl.cpp193 BufferId *bufferId, const native_handle_t** handle) { in allocate()
219 BufferId bufferId, const native_handle_t** handle) { in fetch()
339 BufferId bufferId, in onBufferInvalidated()
421 ConnectionId connectionId, BufferId bufferId) { in handleOwnBuffer()
433 ConnectionId connectionId, BufferId bufferId) { in handleReleaseBuffer()
595 for (const BufferId& bufferId : buffers->second) { in handleClose() local
627 BufferId bufferId = iter->second->mBufferId; in handleClose() local
656 BufferId bufferId = *bufferIt; in getFreeBuffer() local
680 BufferId bufferId = mSeq++; in addNewBuffer() local
DAccessor.cpp167 BufferId *bufferId, const native_handle_t** handle) { in allocate()
176 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/
DOmxGraphicBufferSource.cpp38 int32_t bufferId, const sp<GraphicBuffer> &buffer, in submitBuffer()
44 status_t submitEos(int32_t bufferId) override { in submitEos()
/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/1.0/
DWOmxBufferSource.cpp47 int32_t bufferId) { in onInputBufferAdded()
53 int32_t bufferId, OMXFenceParcelable const& fenceParcel) { in onInputBufferEmptied()
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp63 IOMX::buffer_id bufferId) { in findBufferId()
71 IOMX::buffer_id bufferId, in BufferInfo()
380 void ACodecBufferChannel::fillThisBuffer(IOMX::buffer_id bufferId) { in fillThisBuffer()
400 IOMX::buffer_id bufferId, in drainThisBuffer()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3StreamSplitter.cpp353 uint64_t bufferId = bufferItem.mGraphicBuffer->getId(); in outputBufferLocked() local
404 uint64_t bufferId = buffer->getId(); in notifyBufferReleased() local
419 uint64_t bufferId = gb->getId(); in attachBufferToOutputs() local
491 uint64_t bufferId; in onFrameAvailable() local
564 uint64_t bufferId = tracker_ptr->getBuffer()->getId(); in decrementBufRefCountLocked() local
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputBufferManager.cpp82 const TrackedBuffer &bufferId = in _registerFrameData() local
127 for (const TrackedBuffer& bufferId : bufferIds) { in _unregisterFrameData() local
188 for (const TrackedBuffer& bufferId : bufferIds) { in _unregisterFrameData() local
/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/base/tests/GamePerformance/src/android/gameperformance/
DGraphicBufferMetrics.java161 public BufferEvent(int type, long time, long duration, String bufferId) { in BufferEvent()
505 List<BufferEvent> events, int startIndex, String bufferId) { in findNextOfBufferId()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp238 uint64_t bufferId = 0; in dequeueBuffer() local
254 CameraHardwareInterface::enqueueBuffer(uint64_t bufferId) { in enqueueBuffer()
272 CameraHardwareInterface::cancelBuffer(uint64_t bufferId) { in cancelBuffer()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DCryptoPlugin.cpp36 const hidl_memory& base, uint32_t bufferId) { in setSharedBufferBase()
/frameworks/av/media/bufferpool/2.0/tests/
Dmulti.cpp62 BufferId bufferId; member
/frameworks/wilhelm/src/android/
Dandroid_StreamPlayer.cpp129 size_t bufferId; in pullFromBuffQueue() local
/frameworks/av/media/bufferpool/1.0/vts/
Dmulti.cpp62 BufferId bufferId; member
/frameworks/native/libs/ui/
DBufferHubBuffer.cpp183 int bufferId = bufferTraits.bufferInfo->data[2]; in initWithBufferTraits() local

12