| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
| H A D | bundle_container.cpp | 32 void BundleContainer::LoadBundleInfos(const std::vector<uint8_t> &buffer) in LoadBundleInfos() argument
|
| /foundation/ability/ability_lite/frameworks/ability_lite/src/slite/ |
| H A D | ability_saved_data.cpp | 31 SavedResultCode AbilitySavedData::SetSavedData(const void *buffer, uint16_t bufferSize) in SetSavedData() argument 49 SavedResultCode AbilitySavedData::SetUserSavedData(const void *buffer, uint16_t bufferSize) in SetUserSavedData() argument 67 SavedResultCode AbilitySavedData::GetSavedData(void *buffer, uint16_t bufferSize, uint16_t* getDataSize) in GetSavedData() argument 89 SavedResultCode AbilitySavedData::GetUserSavedData(void *buffer, uint16_ argument [all...] |
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/ |
| H A D | channel.h | 53 virtual bool Send(const uint8_t *buffer, int length) in Send() argument
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/ |
| H A D | channel.h | 53 virtual bool Send(const uint8_t *buffer, int length) in Send() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/codec/ |
| H A D | byte_buffer_operator.h | 32 explicit ByteBufferReader(const std::vector<uint8_t>& buffer) : buffer_(buffer) {} in ByteBufferReader() argument 108 ByteBufferWriter(std::vector<uint8_t>& buffer) : buffer_(buffer) {} in ByteBufferWriter() argument
|
| H A D | standard_codec_buffer_operator.cpp | 32 inline bool ReadDataFromByteBuffer(const ByteBufferReader& buffer, CodecData& resultData) in ReadDataFromByteBuffer() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
| H A D | syscap_module.cpp | 64 jerry_char_t buffer[SYSCAP_BUFFER_SIZE] = {0}; in CheckSyscap() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| H A D | string_util.cpp | 33 char *buffer = StringUtil::Malloc(size); in Copy() local 46 char *buffer = static_cast<char *>(ace_malloc(size + 1)); in Malloc() local 75 char *buffer in Slice() local [all...] |
| /foundation/arkui/napi/test/fuzztest/loadarkmodule_fuzzer/ |
| H A D | loadarkmodule_fuzzer.cpp | 37 void LoadArkModule(const void* buffer, int32_t len, const std::string& fileName) in LoadArkModule() argument 75 const void* buffer = reinterpret_cast<const void*>(data); in LoadArkModuleFuzzTest() local
|
| /foundation/arkui/napi/test/fuzztest/runactor_fuzzer/ |
| H A D | runactor_fuzzer.cpp | 37 void RunActor(uint8_t* buffer, size_t bufferSize, const char* descriptor, char* entryPoint) in RunActor() argument 76 uint8_t* buffer = const_cast<uint8_t*>(data); in RunActorFuzzTest() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
| H A D | avrcp_ct_pass_through.cpp | 55 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssemblePacket() local 74 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in DisassemblePacket() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
| H A D | avrcp_tg_pass_through.cpp | 61 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssemblePacket() local 80 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in DisassemblePacket() local
|
| /foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/benchmark/ |
| H A D | benchmark_audiorenderer_test.cpp | 193 uint8_t *buffer = reinterpret_cast<uint8_t *>(malloc(bufferLen)); in BENCHMARK_F() local
|
| /foundation/graphic/graphic_surface/surface/test/unittest/ |
| H A D | consumer_surface_delegator_test.cpp | 40 static inline sptr<SurfaceBuffer> buffer = nullptr;
member in OHOS::Rosen::ConsumerSurfaceDelegatorTest
|
| /foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
| H A D | audio_channel_blend.cpp | 46 void AudioBlend::Process(uint8_t *buffer, size_t bufferSize) in Process() argument 67 void AudioBlend::ProcessWithBlendMode(T *buffer, size_t bufferSize) in ProcessWithBlendMode() argument 109 void AudioBlend::ProcessBlendLRModeWithFormat(T *buffer, size_ argument 137 ProcessAllLeftModeWithFormat(T *buffer, size_t count, AudioChannel channel) ProcessAllLeftModeWithFormat() argument 165 ProcessAllRightModeWithFormat(T *buffer, size_t count, AudioChannel channel) ProcessAllRightModeWithFormat() argument [all...] |
| /foundation/multimedia/av_codec/services/engine/base/ |
| H A D | codecbase.cpp | 101 int32_t CodecBase::SetCustomBuffer(std::shared_ptr<AVBuffer> buffer) in SetCustomBuffer() argument
|
| /foundation/multimedia/av_codec/services/media_engine/modules/sink/ |
| H A D | media_synchronous_sink.cpp | 60 void MediaSynchronousSink::WriteToPluginRefTimeSync(const std::shared_ptr<OHOS::Media::AVBuffer>& buffer) in WriteToPluginRefTimeSync() argument
|
| /foundation/multimedia/audio_framework/services/audio_service/test/unittest/ |
| H A D | volume_tools_unit_test.cpp | 193 uint8_t *buffer = 0; in HWTEST_F() local 214 uint8_t *buffer = nullptr; in HWTEST_F() local 235 uint8_t *buffer = new uint8_t[(MIN_FRAME_SIZE) * 3 * STEREO]; in HWTEST_F() local [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | gpu_resource_util_vk.cpp | 35 void CopyGpuBufferVk(GpuBuffer& buffer, ByteArray& byteArray) in CopyGpuBufferVk() argument 57 void DebugBufferNameVk(const IDevice& device, const GpuBuffer& buffer, const string_view name) in DebugBufferNameVk() argument
|
| /foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
| H A D | iconsumer_surface.h | 155 AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, float matrix[16], uint32_t matrixSize, bool isUseNewMatrix) AcquireLastFlushedBuffer() argument 165 ReleaseLastFlushedBuffer(sptr<SurfaceBuffer> buffer) ReleaseLastFlushedBuffer() argument [all...] |
| /foundation/graphic/graphic_surface/surface/test/fuzztest/surfaceutils_fuzzer/ |
| H A D | surfaceutils_fuzzer.cpp | 62 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix44_fuzzer/ |
| H A D | matrix44_fuzzer.cpp | 66 Matrix44::Buffer buffer; in Martix44FuzzTest001() local
|
| /foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
| H A D | color_picker_unittest.cpp | 40 uint8_t *buffer = GetJpgBuffer(bufferSize);
in CreateColorPicker() local 101 uint8_t *buffer = GetPngBuffer(bufferSize);
in HWTEST_F() local 224 uint8_t *buffer = GetJpgBuffer(bufferSize);
in HWTEST_F() local 279 uint8_t *buffer in HWTEST_F() local 372 uint8_t *buffer = GetJpgBuffer(bufferSize); HWTEST_F() local 413 uint8_t *buffer = GetJpgBuffer(bufferSize); HWTEST_F() local 454 uint8_t *buffer = GetJpgBuffer(bufferSize); HWTEST_F() local 495 uint8_t *buffer = GetJpgBuffer(bufferSize); HWTEST_F() local 532 uint8_t *buffer = GetJpgBuffer(bufferSize); HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/ |
| H A D | matrix_test.cpp | 534 Matrix::Buffer buffer; in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/ |
| H A D | rs_surface_frame_ohos_raster_test.cpp | 173 auto buffer = new SurfaceBufferImpl();
in HWTEST_F() local
|