Home
last modified time | relevance | path

Searched refs:ReplaceData (Results 1 - 12 of 12) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Ddata_buffer.h100 ReplaceData(data, dataLen); in Assign()
105 ReplaceData((char *)&c, 1); in Assign()
112 void ReplaceData(const char *data, int32_t dataLen);
H A Ddata_buffer.cpp148 void DataBuffer::ReplaceData(const char *data, int dataLen) in ReplaceData() function in OHOS::Sharing::DataBuffer
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Daudio_play_controller.cpp152 outData->buff->ReplaceData(data->buff->Peek(), data->buff->Size()); in AudioPlayThread()
H A Dvideo_play_controller.cpp213 outData->buff->ReplaceData(data->buff->Peek(), data->buff->Size()); in VideoPlayThread()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_queue.cpp51 rtp->ReplaceData(reinterpret_cast<char*>(ptr), len); in InputRtp()
H A Drtp_codec_aac.cpp125 frame_->ReplaceData(reinterpret_cast<const char *>(buff->Data()), buff->Size()); in FlushData()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp514 data[seriesNum_].ReplaceData(position_, line); in UpdateChartData()
527 data[seriesNum_].ReplaceData(position_, line); in UpdateChartData()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_rtp_consumer.cpp322 mediaData->buff->ReplaceData((char *)buf, len); in OnRtpUnpackCallback()
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h380 bool ReplaceData(uint32_t index, const LineInfo& lineInfo) in ReplaceData() function in OHOS::Ace::final
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_rtp_producer.cpp391 mediaData->buff->ReplaceData(data->buff->Peek(), data->buff->Size()); in DispatchMediaData()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediaplayer/
H A Dmediacontroller_unit_test.cpp230 mediaData->buff->ReplaceData((char *)buf, len); in MediaDataSetup()
H A Dvideoplaycontroller_unit_test.cpp207 mediaData->buff->ReplaceData((char *)buf, len); in MediaDataSetup()

Completed in 10 milliseconds