| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/ |
| H A D | kutf_utils.c | 42 void *buffer; in kutf_dsprintf() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/codec/ |
| H A D | standard_codec_buffer_operator.h | 31 explicit StandardCodecBufferReader(const std::vector<uint8_t>& buffer) : byteBufferReader_(buffer) {} in StandardCodecBufferReader() argument 48 explicit StandardCodecBufferWriter(std::vector<uint8_t>& buffer) : byteBufferWriter_(buffer) {} in StandardCodecBufferWriter() argument
|
| H A D | standard_function_codec.cpp | 35 bool StandardFunctionCodec::DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& functionCall) in DecodeFunctionCall() argument 55 bool StandardFunctionCodec::DecodePlatformMessage(const std::vector<uint8_t>& buffer, CodecData& platformMessage) in DecodePlatformMessage() argument
|
| /foundation/graphic/graphic_utils_lite/frameworks/ |
| H A D | mem_api.cpp | 38 UI_WEAK_SYMBOL void UIFree(void* buffer) in UIFree() argument 43 UI_WEAK_SYMBOL void* UIRealloc(void* buffer, uint32_t size) in UIRealloc() argument
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/ |
| H A D | intf_mesh_builder.h | 103 BASE_NS::array_view<const uint8_t> buffer; member
|
| /foundation/graphic/graphic_surface/surface/test/fuzztest/nativebuffer_fuzzer/ |
| H A D | nativebuffer_fuzzer.cpp | 47 OH_NativeBuffer* buffer = OH_NativeBuffer_Alloc(&config); in DoSomethingInterestingWithMyAPI() local [all...] |
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
| H A D | software_render_backend.cpp | 26 sptr<SurfaceBuffer> buffer = framePtr->GetBuffer(); in AcquireSkCanvas() local [all...] |
| /foundation/multimedia/image_framework/interfaces/innerkits/include/ |
| H A D | image_format_convert.h | 37 uint8_buffer_type buffer = nullptr; member
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/include/ |
| H A D | image_creator_buffer_processor.h | 35 (void)buffer; variable
|
| /foundation/distributeddatamgr/pasteboard/framework/tlv/ |
| H A D | parcel_util.h | 25 uintptr_t buffer;
member
|
| /foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/test/unittest/av_receiver_engine/include/ |
| H A D | av_receiver_engine_test.h | 77 (void) buffer; variable
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
| H A D | read_text.h | 33 std::string buffer;
member
|
| /kernel/linux/linux-5.10/drivers/block/zram/ |
| H A D | zcomp.h | 14 void *buffer; member
|
| /kernel/linux/linux-5.10/drivers/char/hw_random/ |
| H A D | ixp4xx-rng.c | 29 static int ixp4xx_rng_data_read(struct hwrng *rng, u32 *buffer) in ixp4xx_rng_data_read() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| H A D | drm_kms_helper_common.c | 48 static int edid_firmware_get(char *buffer, const struct kernel_param *kp) in edid_firmware_get() argument
|
| /kernel/linux/linux-5.10/drivers/media/common/siano/ |
| H A D | smsendian.c | 17 void smsendian_handle_tx_message(void *buffer) in smsendian_handle_tx_message() argument 44 void smsendian_handle_rx_message(void *buffer) in smsendian_handle_rx_message() argument
|
| /kernel/linux/linux-5.10/drivers/input/ |
| H A D | input-compat.c | 14 int input_event_from_user(const char __user *buffer, in input_event_from_user() argument 38 int input_event_to_user(char __user *buffer, in input_event_to_user() argument 62 int input_ff_effect_from_user(const char __user *buffer, size_t size, in input_ff_effect_from_user() argument 99 int input_event_from_user(const char __user *buffer, in input_event_from_user() argument 108 input_event_to_user(char __user *buffer, const struct input_event *event) input_event_to_user() argument 117 input_ff_effect_from_user(const char __user *buffer, size_t size, struct ff_effect *effect) input_ff_effect_from_user() argument [all...] |
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| H A D | cros_ec_chardev.h | 30 uint8_t buffer[EC_MEMMAP_SIZE]; member
|
| /kernel/linux/linux-5.10/fs/jffs2/ |
| H A D | xattr_user.c | 19 jffs2_user_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) jffs2_user_getxattr() argument 27 jffs2_user_setxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) jffs2_user_setxattr() argument
|
| /kernel/linux/linux-5.10/fs/hfsplus/ |
| H A D | xattr_trusted.c | 15 hfsplus_trusted_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) hfsplus_trusted_getxattr() argument 24 hfsplus_trusted_setxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) hfsplus_trusted_setxattr() argument
|
| H A D | xattr_user.c | 15 hfsplus_user_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) hfsplus_user_getxattr() argument 24 hfsplus_user_setxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) hfsplus_user_setxattr() argument
|
| /kernel/linux/linux-5.10/include/crypto/ |
| H A D | ghash.h | 20 u8 buffer[GHASH_BLOCK_SIZE]; member
|
| /kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
| H A D | hantro_jpeg.h | 10 unsigned char *buffer; member
|
| /kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
| H A D | makemapdata.c | 17 static char buffer[256]; variable
|
| /kernel/linux/linux-6.6/include/linux/platform_data/ |
| H A D | cros_ec_chardev.h | 30 uint8_t buffer[EC_MEMMAP_SIZE]; member
|