Home
last modified time | relevance | path

Searched defs:buf (Results 326 – 350 of 1633) sorted by relevance

1...<<11121314151617181920>>...66

/aosp14/system/core/trusty/fuzz/
H A Dutils.cpp92 Result<void> TrustyApp::Read(void* buf, size_t len) { in Read()
107 Result<void> TrustyApp::Write(const void* buf, size_t len) { in Write()
/ohos5.0/foundation/multimodalinput/input/util/socket/test/
H A Duds_client_test.cpp63 const char *buf = nullptr; variable
73 const char *buf = "1234#"; variable
/aosp14/system/core/libcutils/
H A Dfs.cpp134 char buf[BUF_SIZE]; in fs_read_atomic_int() local
165 char buf[BUF_SIZE]; in fs_write_atomic_int() local
210 char* buf = strdup(path); in fs_mkdirs() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetsys_udp_transfer.cpp30 … int64_t (*func)(int fd, char *buf, size_t len, AlignedSockAddr &addr, socklen_t &lenAddr)) in ProcUdpData()
49 int64_t SendUdpWrapper(int32_t fd, char *buf, size_t len, AlignedSockAddr &addr, socklen_t &lenAddr) in SendUdpWrapper()
55 int64_t RecvUdpWrapper(int32_t fd, char *buf, size_t len, AlignedSockAddr &addr, socklen_t &lenAddr) in RecvUdpWrapper()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_if.c124 struct HdfSBuf *buf = NULL; in HdmiUserAvmuteSet() local
154 struct HdfSBuf *buf = NULL; in HdmiUserDeepColorSet() local
184 struct HdfSBuf *buf = NULL; in HdmiUserSetVideoAttribute() local
217 struct HdfSBuf *buf = NULL; in HdmiUserSetAudioAttribute() local
251 struct HdfSBuf *buf = NULL; in HdmiUserSetHdrAttribute() local
356 struct HdfSBuf *buf = NULL; in HdmiUserRegisterHpdCallbackFunc() local
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DObbFile.h106 static inline uint32_t get4LE(const unsigned char* buf) { in get4LE()
110 static inline void put4LE(unsigned char* buf, uint32_t val) { in put4LE()
/aosp14/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DDecoder.java26 public Decoder(byte[] buf) { in Decoder()
30 public Decoder(ByteBuffer buf) { in Decoder()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/
H A Dsnapuserd_buffer.cpp38 void* buf = GetPayloadBuffer(requested); in GetBuffer() local
51 char* buf = reinterpret_cast<char*>(GetBufPtr()); in GetHeaderPtr() local
/ohos5.0/base/update/updater/services/common/ring_buffer/
H A Dring_buffer.cpp81 bool RingBuffer::Push(uint8_t *buf, uint32_t len) in Push()
112 bool RingBuffer::Pop(uint8_t *buf, uint32_t maxLen, uint32_t &len) in Pop()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_stream.cpp94 uint8_t buf; in Read8() local
109 uint8_t buf[UINT16_BYTES_NUM]; in Read16() local
124 uint8_t buf[UINT32_BYTES_NUM]; in Read32() local
142 uint8_t buf[UINT64_BYTES_NUM]; in Read64() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_info_params_cmd_complete.c115 static void HciCopySupportedCodecs(uint8_t *supportedCodecs, uint8_t count, const uint8_t *buf) in HciCopySupportedCodecs()
125 HciVendorSpecificCodec *vendorSpecificCodecs, uint8_t count, const uint8_t *buf) in HciCopySupportedVendorSpecificCodecs()
143 uint8_t *buf = (uint8_t *)param; in HciEventOnReadLocalSupportedCodecs() local
/ohos5.0/base/sensors/miscdevice/utils/common/src/
H A Dfile_utils.cpp68 char buf[READ_DATA_BUFF_SIZE] = { '\0' }; in ReadJsonFile() local
108 char buf[FILE_PATH_MAX] = {'\0'}; in GetFileName() local
207 char buf[READ_DATA_BUFF_SIZE] = { '\0' }; in ReadFd() local
/aosp14/frameworks/base/libs/protoutil/tests/
H A Dprotobuf_test.cpp28 uint8_t buf[11]; in TEST() local
/aosp14/system/core/libsparse/
H A Dsparse_crc32.cpp90 uint32_t sparse_crc32(uint32_t crc_in, const void* buf, size_t size) { in sparse_crc32()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A D_projection_screen_cmd_param_v10.md27 ### buf subsection
H A D_projection_screen_cmd_param_v11.md27 ### buf subsection
/ohos5.0/base/customization/config_policy/test/unittest/
H A Dconfig_policy_utils_test.cpp59 char buf[MAX_PATH_LEN] = {0}; in TestGetCfgFile() local
220 char buf[MAX_PATH_LEN] = {0}; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_buffer.cpp36 std::shared_ptr<ImageCodecBuffer> buf = make_shared<ImageSurfaceBuffer>(config); in CreateSurfaceBuffer() local
45 std::shared_ptr<ImageCodecBuffer> buf = make_shared<ImageSurfaceBuffer>(surface); in CreateSurfaceBuffer() local
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Dstring_printf.h30 static int BufferAppendV(char *buf, int size, const char *fmt, va_list ap) in BufferAppendV()
52 inline int BufferPrintf(char *buf, size_t size, const char *fmt, ...) in BufferPrintf()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_strategy_router_parser.cpp121 std::vector<std::string> buf; in split() local
138 vector<string> buf = split(routeName, ","); in AddRouters() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_util_test.cpp148 struct stat buf; variable
174 struct stat buf; variable
/aosp14/frameworks/base/libs/androidfw/
H A DAsset.cpp113 char buf[64]; in getAssetAllocations() local
472 ssize_t _FileAsset::read(void* buf, size_t count) in read()
620 unsigned char* buf; in getIncFsBuffer() local
719 unsigned char* buf = new unsigned char[mLength]; in ensureAlignment() local
822 ssize_t _CompressedAsset::read(void* buf, size_t count) in read()
905 unsigned char* buf = NULL; in getBuffer() local
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DTemporaryBuffer.java29 char[] buf; in obtain() local
/aosp14/frameworks/base/core/java/android/database/
H A DCharArrayBuffer.java27 public CharArrayBuffer(char[] buf) { in CharArrayBuffer()
/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dcircle_stream_buffer.cpp36 bool CircleStreamBuffer::Write(const char *buf, size_t size) in Write()

1...<<11121314151617181920>>...66