/aosp12/system/core/trusty/storage/proxy/ |
H A D | storage.c | 129 const uint8_t *buf = buf_; in write_with_retry() local 146 uint8_t *buf = buf_; in read_with_retry() local
|
/aosp12/system/core/debuggerd/ |
H A D | crash_dump.cpp | 270 std::aligned_storage<sizeof(CrashInfo) + 1, alignof(CrashInfo)>::type buf; in ReadCrashInfo() local 434 char buf; in main() local
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | IMediaSource.cpp | 152 MediaBuffer *buf; in readMultiple() local 351 MediaBuffer *buf = nullptr; in onTransact() local
|
/aosp12/frameworks/native/cmds/flatland/ |
H A D | GLHelper.cpp | 305 char* buf = new char[infoLen]; in compileShader() local 376 char* buf = new char[bufLength]; in linkShaderProgram() local
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | BufferUtils.cpp | 74 const buffer_handle_t& buf, int streamId) { in getBufferId() 229 uint64_t bufferId, buffer_handle_t* buf, int32_t streamId) { in pushInflightRequestBuffer()
|
/aosp14/frameworks/base/core/java/android/os/incremental/ |
H A D | IncrementalStorage.java | 448 final ByteBuffer buf = ByteBuffer.wrap(new byte[UUID_BYTE_SIZE]); in idToBytes() local 466 final ByteBuffer buf = ByteBuffer.wrap(bytes); in bytesToId() local
|
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | system_func_mock.cpp | 81 ssize_t __wrap_write(int fd, const void *buf, size_t count) in __wrap_write() 91 ssize_t __wrap_read(int fd, void *buf, size_t count) in __wrap_read()
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/cloud_disk/src/ |
H A D | cloud_file_utils.cpp | 50 void CloudFileUtils::Str2HashBuf(const char *msg, size_t len, uint32_t *buf, int num) in Str2HashBuf() 112 uint32_t buf[bufLen] = {0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476}; in DentryHash() local
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/src/ |
H A D | sensor_config_parser.c | 68 uint16_t *buf = NULL; in ParseSensorRegItem() local 465 uint32_t *buf = NULL; in ParseSensorDirection() local
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | sound_parser.cpp | 310 uint8_t *buf = new(std::nothrow) uint8_t[size]; in DealBufferRawFile() local 354 uint8_t *buf = new(std::nothrow) uint8_t[size]; in OnOutputBufferAvailable() local
|
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/ |
H A D | screensessionmanager_fuzzer.cpp | 77 auto buf = source.GetRaw(rawSize); in IPCFuzzTest() local 209 auto buf = source.GetRaw(rawSize); in IPCInterfaceFuzzTest() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | bio.rs | 260 let buf = slice::from_raw_parts(buf as *const _, len as usize); in bwrite() localVariable 268 let buf = slice::from_raw_parts_mut(buf as *mut _, len as usize); in bread() localVariable
|
/ohos5.0/base/update/updater/services/fs_manager/ |
H A D | partitions.cpp | 88 char buf[BUFFER_SIZE]; in ReadDeviceSysfsFile() local 155 char buf[BUFFER_SIZE] = {0}; in ReadPartitionFromSys() local
|
/aosp12/system/core/init/ |
H A D | mount_handler.cpp | 130 char* buf = nullptr; in MountHandlerFunction() local
|
/aosp12/frameworks/base/core/java/android/hardware/location/ |
H A D | NanoAppBinary.java | 93 ByteBuffer buf = ByteBuffer.wrap(mNanoAppBinary).order(HEADER_ORDER); in parseBinaryHeader() local
|
/aosp12/hardware/qcom/display/msm8084/liboverlay/pipes/ |
H A D | overlayGenPipe.cpp | 122 void GenericPipe::getDump(char *buf, size_t len) { in getDump()
|
/aosp12/hardware/nxp/nfc/pn8x/halimpl/tml/ |
H A D | phDal4Nfc_messageQueueLib.cc | 116 int phDal4Nfc_msgctl(intptr_t msqid, int cmd, void* buf) { in phDal4Nfc_msgctl()
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/tml/ |
H A D | phDal4Nfc_messageQueueLib.cc | 116 int phDal4Nfc_msgctl(intptr_t msqid, int cmd, void* buf) { in phDal4Nfc_msgctl()
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | postinstall_runner_action.cc | 255 char buf[1024]; in OnProgressFdReady() local
|
/aosp12/bionic/libc/dns/net/ |
H A D | sethostent.c | 142 char *buf, *ptr; in _hf_gethtbyname2() local
|
/aosp12/system/bt/gd/shim/ |
H A D | dumpsys_test.cc | 37 char buf{0}; in SimpleJsonValidator() local
|
/aosp12/system/bt/bta/hf_client/ |
H A D | bta_hf_client_sdp.cc | 102 uint8_t buf[2]; in bta_hf_client_add_record() local
|
/aosp12/system/tools/aidl/tests/ |
H A D | aidl_test_client_file_descriptors.cpp | 56 std::string buf; in ReadFdToStringAndCompare() local
|
/aosp12/packages/modules/adb/fdevent/ |
H A D | fdevent_epoll.cpp | 31 uint64_t buf; in fdevent_interrupt() local
|
/aosp12/frameworks/av/media/ndk/ |
H A D | NdkMediaMuxer.cpp | 95 sp<ABuffer> buf = new ABuffer((void*)(data + info->offset), info->size); in AMediaMuxer_writeSampleData() local
|