Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/smp/
Dsmp_receive.c90 Buffer *buffer = NULL; in SMP_RecvDataTask() local
141 static void SMP_RecvDataCmdDistribution(uint16_t handle, uint8_t code, const Buffer *buffer) in SMP_RecvDataCmdDistribution()
188 static void SMP_ReceivePairingRequest(uint16_t handle, const Buffer *buffer) in SMP_ReceivePairingRequest()
256 static void SMP_ReceivePairingResponse(uint16_t handle, const Buffer *buffer) in SMP_ReceivePairingResponse()
321 static void SMP_ReceivePairingConfirm(uint16_t handle, const Buffer *buffer) in SMP_ReceivePairingConfirm()
372 static void SMP_ReceivePairingRandom(uint16_t handle, const Buffer *buffer) in SMP_ReceivePairingRandom()
423 static void SMP_ReceiveEncryptionInformation(uint16_t handle, const Buffer *buffer) in SMP_ReceiveEncryptionInformation()
443 static void SMP_ReceiveMasterIdentification(uint16_t handle, const Buffer *buffer) in SMP_ReceiveMasterIdentification()
463 static void SMP_ReceiveIdentityInformation(uint16_t handle, const Buffer *buffer) in SMP_ReceiveIdentityInformation()
483 static void SMP_ReceiveIdentityAddressInformation(uint16_t handle, const Buffer *buffer) in SMP_ReceiveIdentityAddressInformation()
[all …]
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/avrcp_ct/
Davrcp_ct_notification.cpp63 auto buffer = BufferMalloc(bufferSize); in AssembleParameters() local
87 bool AvrcCtNotifyPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters()
142 bool AvrcCtNotifyPacket::DisassemblePlaybackStatus(uint8_t *buffer) in DisassemblePlaybackStatus()
159 bool AvrcCtNotifyPacket::DisassembleTrackChanged(uint8_t *buffer) in DisassembleTrackChanged()
176 bool AvrcCtNotifyPacket::DisassemblePlaybackPosChanged(uint8_t *buffer) in DisassemblePlaybackPosChanged()
193 bool AvrcCtNotifyPacket::DisassemblePlayerApplicationSettingChanged(uint8_t *buffer) in DisassemblePlayerApplicationSettingChanged()
222 bool AvrcCtNotifyPacket::DisassembleAddressedPlayerChanged(uint8_t *buffer) in DisassembleAddressedPlayerChanged()
244 bool AvrcCtNotifyPacket::DisassembleUidsChanged(uint8_t *buffer) in DisassembleUidsChanged()
261 bool AvrcCtNotifyPacket::DisassembleVolumeChanged(uint8_t *buffer) in DisassembleVolumeChanged()
Davrcp_ct_vendor.cpp57 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in DisassemblePacket() local
100 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssembleFixedOperands() local
134 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in IsValidParameterLength() local
190 auto buffer = BufferMalloc(AVRC_CT_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_CT_GC_PARAMETER_LENGTH); in AssembleParameters() local
214 bool AvrcCtGcPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters()
289 auto buffer = BufferMalloc(AVRC_CT_LPASA_PARAMETER_LENGTH_SIZE); in AssembleParameters() local
310 bool AvrcCtLpasaPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters()
376 auto buffer = BufferMalloc(bufferSize); in AssembleParameters() local
399 bool AvrcCtLpasvPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters()
499 auto buffer = BufferMalloc(bufferSize); in AssembleParameters() local
[all …]
Davrcp_ct_browse.cpp90 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssemblePacket() local
112 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in DisassemblePacket() local
156 void AvrcCtSbpPacket::DisassemblePacketName(uint8_t *buffer, uint16_t offset) in DisassemblePacketName()
220 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssemblePacket() local
248 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in DisassemblePacket() local
320 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssemblePacket() local
362 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in DisassemblePacket() local
413 uint16_t AvrcCtGfiPacket::DisassembleMpParameter(uint8_t *buffer) in DisassembleMpParameter()
469 uint16_t AvrcCtGfiPacket::DisassembleMpParameterName(uint8_t *buffer, uint16_t offset, std::string … in DisassembleMpParameterName()
497 uint16_t AvrcCtGfiPacket::DisassembleMeParameter(uint8_t *buffer) in DisassembleMeParameter()
[all …]
/foundation/distributedschedule/dmsfwk_lite/moduletest/dtbschedmgr_lite/source/
Dtlv_parse_test.cpp32 static void RunTest(const uint8_t *buffer, uint16_t bufferLen, in RunTest()
55 uint8_t buffer[] = { variable
85 uint8_t buffer[] = { variable
132 uint8_t buffer[] = { variable
154 uint8_t buffer[] = { }; variable
170 uint8_t buffer[] = { variable
188 uint8_t buffer[] = { variable
206 uint8_t buffer[] = { variable
227 uint8_t buffer[] = { variable
250 uint8_t buffer[] = { variable
[all …]
/foundation/graphic/standard/frameworks/surface/src/
Dbuffer_manager.cpp34 #define CHECK_BUFFER(buffer) \ argument
93 GSError BufferManager::Alloc(const BufferRequestConfig &config, sptr<SurfaceBufferImpl> &buffer) in Alloc()
115 GSError BufferManager::Map(sptr<SurfaceBufferImpl> &buffer) in Map()
132 GSError BufferManager::Unmap(sptr<SurfaceBufferImpl> &buffer) in Unmap()
173 GSError BufferManager::FlushCache(sptr<SurfaceBufferImpl> &buffer) in FlushCache()
191 GSError BufferManager::InvalidateCache(sptr<SurfaceBufferImpl> &buffer) in InvalidateCache()
209 GSError BufferManager::Free(sptr<SurfaceBufferImpl> &buffer) in Free()
Dbuffer_queue_consumer.cpp35 GSError BufferQueueConsumer::AcquireBuffer(sptr<SurfaceBufferImpl>& buffer, int32_t &fence, in AcquireBuffer()
44 GSError BufferQueueConsumer::ReleaseBuffer(sptr<SurfaceBufferImpl>& buffer, int32_t fence) in ReleaseBuffer()
52 GSError BufferQueueConsumer::AttachBuffer(sptr<SurfaceBufferImpl>& buffer) in AttachBuffer()
60 GSError BufferQueueConsumer::DetachBuffer(sptr<SurfaceBufferImpl>& buffer) in DetachBuffer()
Dconsumer_surface.cpp61 GSError ConsumerSurface::RequestBuffer(sptr<SurfaceBuffer>& buffer, in RequestBuffer()
67 GSError ConsumerSurface::CancelBuffer(sptr<SurfaceBuffer>& buffer) in CancelBuffer()
72 GSError ConsumerSurface::FlushBuffer(sptr<SurfaceBuffer>& buffer, in FlushBuffer()
78 GSError ConsumerSurface::AcquireBuffer(sptr<SurfaceBuffer>& buffer, int32_t &fence, in AcquireBuffer()
87 GSError ConsumerSurface::ReleaseBuffer(sptr<SurfaceBuffer>& buffer, int32_t fence) in ReleaseBuffer()
95 GSError ConsumerSurface::AttachBuffer(sptr<SurfaceBuffer>& buffer) in AttachBuffer()
103 GSError ConsumerSurface::DetachBuffer(sptr<SurfaceBuffer>& buffer) in DetachBuffer()
/foundation/multimedia/audio_lite/test/unittest/
Daudiolite_test.cpp69 uint8_t *buffer; variable
98 uint8_t *buffer; variable
128 uint8_t *buffer; variable
158 uint8_t *buffer; variable
188 uint8_t *buffer; variable
218 uint8_t *buffer; in HWTEST_F() local
248 uint8_t *buffer; in HWTEST_F() local
278 uint8_t *buffer; in HWTEST_F() local
308 uint8_t *buffer; in HWTEST_F() local
338 uint8_t *buffer; in HWTEST_F() local
[all …]
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/sdp/
Dsdp_client_parse.c359 uint8_t *buffer = NULL; in SdpParseServiceRecordHandleList() local
412 static int SdpParseSingleAttributeList(uint8_t *buffer, SdpService *service) in SdpParseSingleAttributeList()
478 uint8_t *buffer = NULL; in SdpParseAttributeList() local
513 static void SdpPacketAndBufferFree(uint8_t *buffer, Packet *packet, SdpClientRequest *request) in SdpPacketAndBufferFree()
546 uint8_t *buffer = MEM_MALLOC.alloc(totalLength); in SdpParseAttributeListArray() local
632 uint8_t buffer[2] = {0}; in SdpParseErrorResponse() local
644 uint8_t buffer[2] = {0}; in SdpParseSearchResponse() local
708 uint8_t buffer[2] = {0}; in SdpParseAttributeResponse() local
756 uint8_t buffer[2] = {0}; in SdpParseSearchAttributeResponse() local
796 static int SdpGetValue(uint8_t *buffer, uint32_t *value) in SdpGetValue()
[all …]
Dsdp_client.c56 static Packet *SdpBuildPacket(const uint8_t *buffer, uint16_t length) in SdpBuildPacket()
66 static uint16_t SdpBuildAttributeList(SdpAttributeIdList attributeIdList, uint8_t *buffer, uint16_t… in SdpBuildAttributeList()
106 static uint16_t SdpCreateSearchRequest(const BtUuid *uuidArray, uint16_t uuidNum, uint8_t *buffer) in SdpCreateSearchRequest()
126 …6_t SdpCreateAttributeRequest(uint32_t handle, SdpAttributeIdList attributeIdList, uint8_t *buffer) in SdpCreateAttributeRequest()
143 const BtUuid *uuidArray, uint16_t uuidNum, SdpAttributeIdList attributeIdList, uint8_t *buffer) in SdpCreateSearchAttributeRequest()
165 static uint16_t SdpCreateServiceBrowseRequest(uint8_t *buffer) in SdpCreateServiceBrowseRequest()
182 uint8_t *buffer = NULL; in SdpServiceSearch() local
226 uint8_t *buffer = NULL; in SdpServiceAttribute() local
271 uint8_t *buffer = NULL; in SdpServiceSearchAttribute() local
315 uint8_t *buffer = NULL; in SdpServiceBrowse() local
Dsdp_server.c200 uint8_t buffer[SDP_MAX_ATTRIBUTE_LEN] = {0}; in SdpAddServiceRecordHandle() local
220 uint8_t buffer[SDP_MAX_ATTRIBUTE_LEN] = {0}; in SdpAddServiceClassIdList() local
249 uint8_t buffer[SDP_MAX_ATTRIBUTE_LEN] = {0}; in SdpAddServiceRecordState() local
268 uint8_t buffer[SDP_MAX_ATTRIBUTE_LEN] = {0}; in SdpAddServiceId() local
292 uint8_t buffer[SDP_MAX_ATTRIBUTE_LEN] = {0}; in SdpAddProtocolDescriptorList() local
340 uint8_t buffer[SDP_MAX_ATTRIBUTE_LEN] = {0}; in SdpAddAdditionalProtocolDescriptorList() local
392 uint8_t buffer[SDP_MAX_ATTRIBUTE_LEN] = {0}; in SdpAddBrowseGroupList() local
440 uint8_t buffer[SDP_MAX_ATTRIBUTE_LEN] = {0}; in SdpAddLanguageBaseAttributeIdList() local
499 uint8_t buffer[10] = {0}; in SdpAddServiceInfoTimeToLive() local
511 uint8_t buffer[2] = {0}; in SdpAddServiceAvailability() local
[all …]
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/avrcp_tg/
Davrcp_tg_notification.cpp104 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssemblePlaybackStatusChanged() local
138 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleTrackChanged() local
172 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssemblePlaybackPosChanged() local
216 auto buffer = BufferMalloc(bufferSize); in AssemblePlayerApplicationSettingChanged() local
264 auto buffer = BufferMalloc(bufferSize); in AssembleAddressedPlayerChanged() local
298 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleUidsChanged() local
332 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleVolumeChanged() local
366 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleCommonChanged() local
389 bool AvrcTgNotifyPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters()
Davrcp_tg_browse.cpp51 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssemblePacket() local
84 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in IsValidParameterLength() local
153 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssemblePacket() local
200 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in DisassemblePacket() local
263 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssemblePacket() local
288 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in DisassemblePacket() local
441 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssembleMpPacket() local
468 void AvrcTgGfiPacket::AssembleMpItem(uint8_t *buffer, uint16_t offset) in AssembleMpItem()
570 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssembleMePacket() local
597 void AvrcTgGfiPacket::AssembleMeItem(uint8_t *buffer, uint16_t offset) in AssembleMeItem()
[all …]
/foundation/graphic/standard/frameworks/surface/test/unittest/
Dproducer_surface_test.cpp114 sptr<SurfaceBuffer> buffer; variable
136 sptr<SurfaceBuffer> buffer; variable
160 sptr<SurfaceBuffer> buffer; variable
193 sptr<SurfaceBuffer> buffer; variable
214 sptr<SurfaceBuffer> buffer; variable
237 sptr<SurfaceBuffer> buffer; variable
295 sptr<SurfaceBuffer> buffer; variable
Dconsumer_surface_test.cpp139 sptr<SurfaceBuffer> buffer; variable
171 sptr<SurfaceBuffer> buffer; variable
193 sptr<SurfaceBuffer> buffer; variable
218 sptr<SurfaceBuffer> buffer; variable
281 sptr<SurfaceBuffer> buffer; in OnBufferAvailable() local
299 sptr<SurfaceBuffer> buffer; variable
332 sptr<SurfaceBuffer> buffer; variable
/foundation/multimedia/media_standard/services/engine/gstreamer/plugins/common/
Dbuffer_type_meta.c18 static gboolean gst_buffer_type_meta_init(GstMeta *meta, gpointer params, GstBuffer *buffer) in gst_buffer_type_meta_init()
48 GstBuffer *buffer, GQuark type, gpointer data) in gst_buffer_type_meta_transform()
93 GstBufferTypeMeta *gst_buffer_get_buffer_type_meta(GstBuffer *buffer) in gst_buffer_get_buffer_type_meta()
110 GstBufferTypeMeta *gst_buffer_add_buffer_vir_meta(GstBuffer *buffer, intptr_t buf, uint32_t bufferF… in gst_buffer_add_buffer_vir_meta()
124 GstBufferTypeMeta *gst_buffer_add_buffer_handle_meta(GstBuffer *buffer, intptr_t buf, in gst_buffer_add_buffer_handle_meta()
140 GstBufferTypeMeta *gst_buffer_add_buffer_fd_meta(GstBuffer *buffer, intptr_t buf, GstBufferFdConfig… in gst_buffer_add_buffer_fd_meta()
/foundation/distributedhardware/distributedcamera/services/channel/src/
Ddcamera_softbus_session.cpp128 int32_t DCameraSoftbusSession::OnDataReceived(std::shared_ptr<DataBuffer>& buffer) in OnDataReceived()
139 void DCameraSoftbusSession::DealRecvData(std::shared_ptr<DataBuffer>& buffer) in DealRecvData()
149 void DCameraSoftbusSession::PackRecvData(std::shared_ptr<DataBuffer>& buffer) in PackRecvData()
175 void DCameraSoftbusSession::AssembleNoFrag(std::shared_ptr<DataBuffer>& buffer, SessionDataHeader& … in AssembleNoFrag()
193 void DCameraSoftbusSession::AssembleFrag(std::shared_ptr<DataBuffer>& buffer, SessionDataHeader& he… in AssembleFrag()
276 void DCameraSoftbusSession::PostData(std::shared_ptr<DataBuffer>& buffer) in PostData()
304 …t32_t DCameraSoftbusSession::SendData(DCameraSessionMode mode, std::shared_ptr<DataBuffer>& buffer) in SendData()
318 int32_t DCameraSoftbusSession::UnPackSendData(std::shared_ptr<DataBuffer>& buffer, DCameraSendFuc m… in UnPackSendData()
404 int32_t DCameraSoftbusSession::SendBytes(std::shared_ptr<DataBuffer>& buffer) in SendBytes()
420 int32_t DCameraSoftbusSession::SendStream(std::shared_ptr<DataBuffer>& buffer) in SendStream()
/foundation/communication/ipc/ipc/test/serializer/
Dutils_serializer_test.cpp128 uint8_t buffer[BUFFER_SIZE] = {0}; variable
225 uint8_t buffer[BUFFER_SIZE] = {0}; variable
267 uint8_t buffer[BUFFER_SIZE] = {0}; variable
318 uint8_t buffer[BUFFER_SIZE] = {0}; variable
373 uint8_t buffer[BUFFER_SIZE] = {0}; variable
420 uint8_t buffer[BUFFER_SIZE] = {0}; variable
470 uint8_t buffer[BUFFER_SIZE] = {0}; variable
520 uint8_t buffer[BUFFER_SIZE] = {0}; variable
569 uint8_t buffer[BUFFER_SIZE] = {0}; variable
624 uint8_t buffer[BUFFER_SIZE] = {0}; variable
[all …]
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/att/
Datt_receive.c315 void AttErrorResponse(AttConnectInfo *connect, const Buffer *buffer) in AttErrorResponse()
366 void AttExchangeMTURequest(AttConnectInfo *connect, const Buffer *buffer) in AttExchangeMTURequest()
409 void AttExchangeMTUResponse(AttConnectInfo *connect, const Buffer *buffer) in AttExchangeMTUResponse()
459 void AttFindInformationRequest(AttConnectInfo *connect, const Buffer *buffer) in AttFindInformationRequest()
524 void AttFindInformationResponse(AttConnectInfo *connect, const Buffer *buffer) in AttFindInformationResponse()
587 void AttFindByTypeValueRequest(AttConnectInfo *connect, const Buffer *buffer) in AttFindByTypeValueRequest()
662 void AttFindByTypeValueResponse(AttConnectInfo *connect, const Buffer *buffer) in AttFindByTypeValueResponse()
720 void AttReadByTypeRequest(AttConnectInfo *connect, const Buffer *buffer) in AttReadByTypeRequest()
779 void AttReadByTypeResponse(AttConnectInfo *connect, const Buffer *buffer) in AttReadByTypeResponse()
844 void AttReadRequest(AttConnectInfo *connect, const Buffer *buffer) in AttReadRequest()
[all …]
/foundation/ace/ace_engine/frameworks/bridge/codec/
Dstandard_codec_buffer_operator.h29 …explicit StandardCodecBufferReader(const std::vector<uint8_t>& buffer) : byteBufferReader_(buffer)… in StandardCodecBufferReader()
46 explicit StandardCodecBufferWriter(std::vector<uint8_t>& buffer) : byteBufferWriter_(buffer) {}; in StandardCodecBufferWriter()
/foundation/multimedia/media_lite/services/player_lite/impl/buffersource/src/
Dbuffer_source.cpp82 QueBuffer buffer; in Init() local
119 int BufferSource::QueIdleBuffer(const QueBuffer *buffer) in QueIdleBuffer()
127 int BufferSource::DequeIdleBuffer(QueBuffer* buffer, int timeOut) in DequeIdleBuffer()
147 int BufferSource::QueFilledBuffer(const QueBuffer *buffer) in QueFilledBuffer()
155 int BufferSource::DequeFilledBuffer(QueBuffer* buffer, int timeOut) in DequeFilledBuffer()
192 int BufferSource::GetFilledBuffer(size_t idx, QueBuffer* buffer) in GetFilledBuffer()
/foundation/ace/ace_engine_lite/frameworks/common/memory/cache/test/unittest/common/
Dcache_manager_tdd_test.cpp43 char *buffer = static_cast<char *>(ace_malloc(sizeof(char) * totalSize)); variable
78 char *buffer = static_cast<char *>(ace_malloc(sizeof(char) * totalSize)); variable
122 char *buffer = static_cast<char *>(ace_malloc(sizeof(char) * totalSize)); variable
154 char *buffer = static_cast<char *>(ace_malloc(sizeof(char) * totalSize)); variable
188 char *buffer = static_cast<char *>(ace_malloc(sizeof(char) * totalSize)); variable
227 char *buffer = static_cast<char *>(ace_malloc(sizeof(char) * totalSize)); variable
/foundation/graphic/surface/frameworks/
Dbuffer_queue.cpp91 SurfaceBufferImpl *buffer = nullptr; in NeedAttach() local
134 SurfaceBufferImpl *buffer = nullptr; in RequestBuffer() local
152 SurfaceBufferImpl* BufferQueue::GetBuffer(const SurfaceBufferImpl& buffer) in GetBuffer()
164 int32_t BufferQueue::FlushBuffer(SurfaceBufferImpl& buffer) in FlushBuffer()
190 SurfaceBufferImpl *buffer = dirtyList_.front(); in AcquireBuffer() local
202 void BufferQueue::Detach(SurfaceBufferImpl *buffer) in Detach()
217 bool BufferQueue::ReleaseBuffer(const SurfaceBufferImpl& buffer) in ReleaseBuffer()
222 int32_t BufferQueue::CancelBuffer(const SurfaceBufferImpl& buffer) in CancelBuffer()
227 int32_t BufferQueue::ReleaseBuffer(const SurfaceBufferImpl& buffer, BufferState state) in ReleaseBuffer()
/foundation/distributedhardware/distributedcamera/camera_hdf/hdi_impl/src/dstream_operator/
Ddbuffer_manager.cpp36 RetCode DBufferManager::AddBuffer(std::shared_ptr<DImageBuffer>& buffer) in AddBuffer()
48 RetCode DBufferManager::RemoveBuffer(std::shared_ptr<DImageBuffer>& buffer) in RemoveBuffer()
68 const std::shared_ptr<DImageBuffer> &buffer) in SurfaceBufferToDImageBuffer()
144 std::shared_ptr<DCameraBuffer> &buffer) in DImageBufferToDCameraBuffer()

12345678910>>...20