/frameworks/av/media/bufferpool/1.0/ |
D | AccessorImpl.cpp | 176 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
|
D | Connection.cpp | 27 Return<void> Connection::fetch(uint64_t transactionId, uint32_t bufferId, fetch_cb _hidl_cb) { in fetch() 72 const std::vector<uint8_t> ¶ms, BufferId *bufferId, in allocate()
|
D | BufferPoolClient.cpp | 308 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()
|
D | Accessor.cpp | 147 BufferId *bufferId, const native_handle_t** handle) { in allocate() 156 BufferId bufferId, const native_handle_t** handle) { in fetch()
|
D | BufferStatus.cpp | 143 TransactionId transactionId, BufferId bufferId, in postBufferStatusMessage()
|
D | ClientManager.cpp | 332 BufferId bufferId, int64_t timestampUs, in receive() 475 BufferId bufferId, int64_t timestampUs, in receive()
|
/frameworks/av/media/bufferpool/2.0/ |
D | Connection.cpp | 27 Return<void> Connection::fetch(uint64_t transactionId, uint32_t bufferId, fetch_cb _hidl_cb) { in fetch() 79 const std::vector<uint8_t> ¶ms, BufferId *bufferId, in allocate()
|
D | BufferPoolClient.cpp | 357 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()
|
D | AccessorImpl.cpp | 193 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
|
D | Accessor.cpp | 167 BufferId *bufferId, const native_handle_t** handle) { in allocate() 176 BufferId bufferId, const native_handle_t** handle) { in fetch()
|
D | BufferStatus.cpp | 45 bool isBufferInRange(BufferId from, BufferId to, BufferId bufferId) { in isBufferInRange() 179 TransactionId transactionId, BufferId bufferId, in postBufferStatusMessage()
|
/frameworks/av/media/libstagefright/omx/ |
D | OmxGraphicBufferSource.cpp | 38 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/ |
D | WOmxBufferSource.cpp | 47 int32_t bufferId) { in onInputBufferAdded() 53 int32_t bufferId, OMXFenceParcelable const& fenceParcel) { in onInputBufferEmptied()
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | WOmxBufferSource.cpp | 47 int32_t bufferId) { in onInputBufferAdded() 53 int32_t bufferId, OMXFenceParcelable const& fenceParcel) { in onInputBufferEmptied()
|
/frameworks/av/media/libstagefright/ |
D | ACodecBufferChannel.cpp | 63 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/ |
D | Camera3StreamSplitter.cpp | 353 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/ |
D | InputBufferManager.cpp | 82 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/ |
D | MediaSync.java | 131 @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/ |
D | GraphicBufferMetrics.java | 161 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/ |
D | CameraHardwareInterface.cpp | 238 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/ |
D | CryptoPlugin.cpp | 36 const hidl_memory& base, uint32_t bufferId) { in setSharedBufferBase()
|
/frameworks/av/media/bufferpool/2.0/tests/ |
D | multi.cpp | 62 BufferId bufferId; member
|
/frameworks/wilhelm/src/android/ |
D | android_StreamPlayer.cpp | 129 size_t bufferId; in pullFromBuffQueue() local
|
/frameworks/av/media/bufferpool/1.0/vts/ |
D | multi.cpp | 62 BufferId bufferId; member
|
/frameworks/native/libs/ui/ |
D | BufferHubBuffer.cpp | 183 int bufferId = bufferTraits.bufferInfo->data[2]; in initWithBufferTraits() local
|