Home
last modified time | relevance | path

Searched defs:WriteBuffer (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_encode_buffer.cpp69 bool MmsEncodeBuffer::WriteBuffer(MmsEncodeBuffer &buff) in WriteBuffer() function in OHOS::Telephony::MmsEncodeBuffer
84 bool MmsEncodeBuffer::WriteBuffer(std::unique_ptr<char[]> input, uint32_t length) in WriteBuffer() function in OHOS::Telephony::MmsEncodeBuffer
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dring_buffer.h77 bool WriteBuffer(void* ptr, size_t writeSize) in WriteBuffer() function
/ohos5.0/drivers/peripheral/display/buffer/test/moduletest/
H A Ddisplay_buffer_mt.cpp49 static void WriteBuffer(const BufferHandle& handle) in WriteBuffer() function
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dring_buffer.h77 bool WriteBuffer(void* ptr, size_t writeSize) in WriteBuffer() function
/ohos5.0/base/telephony/sms_mms/test/fuzztest/smspdubuffer_fuzzer/
H A Dsmspdubuffer_fuzzer.cpp65 void WriteBuffer(const uint8_t *data, size_t size) in WriteBuffer() function
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_interrupt_test.cpp125 void AudioInterruptTest::WriteBuffer() in WriteBuffer() function in OHOS::AudioStandard::AudioInterruptTest
H A Dinterrupt_multi_renderer_test.cpp115 void InterruptMultiRendererTest::WriteBuffer(AudioRenderer* audioRenderer, FILE* wavFile, in WriteBuffer() function in OHOS::AudioStandard::InterruptMultiRendererTest
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp91 bool WriteBuffer(MessageParcel &msgParcel, rust::slice<const uint8_t> buffer) in WriteBuffer() function
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_upgradefile.cpp194 int32_t UpgradePkgFile::WriteBuffer(std::vector<uint8_t> &buffer, size_t &offset, size_t &signOffse… in WriteBuffer() function in Hpackage::UpgradePkgFile
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp178 bool Parcel::WriteBuffer(const void* data, size_t size) in WriteBuffer() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp177 bool Parcel::WriteBuffer(const void* data, size_t size) in WriteBuffer() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp179 bool Parcel::WriteBuffer(const void *data, size_t size) in WriteBuffer() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp177 bool Parcel::WriteBuffer(const void* data, size_t size) in WriteBuffer() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp177 bool Parcel::WriteBuffer(const void* data, size_t size) in WriteBuffer() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp133 bool Parcel::WriteBuffer(const void *data, size_t size) in WriteBuffer() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c736 bool WriteBuffer(IpcIo *io, const void *data, size_t size) in WriteBuffer() function
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp380 bool Parcel::WriteBuffer(const void *data, size_t size) in WriteBuffer() function in OHOS::Parcel
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp433 Status FFmpegDemuxerPlugin::WriteBuffer( in WriteBuffer() function in OHOS::Media::Plugins::Ffmpeg::FFmpegDemuxerPlugin
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs53 fn WriteBuffer(msgParcel: Pin<&mut MessageParcel>, buffer: &[u8]) -> bool; in WriteBuffer() function