Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/device/google/contexthub/util/nanotool/
Dnanomessage.cpp32 bool HardwareVersionInfo::Populate(const std::vector<uint8_t>& buffer) { in Populate()
51 char buffer[1024]; in ToString() local
66 char buffer[128]; in ToString() local
72 bool WriteEventResponse::Populate(const std::vector<uint8_t>& buffer) { in Populate()
87 std::vector<uint8_t> buffer(sizeof(Request)); in GetBytes() local
98 char buffer[128]; in ToString() local
107 char buffer[32]; in ToString() local
113 const std::vector<uint8_t>& buffer) { in FromBytes()
131 bool ReadEventResponse::Populate(const std::vector<uint8_t>& buffer) { in Populate()
178 uint32_t ReadEventResponse::EventTypeFromBuffer(const std::vector<uint8_t>& buffer) { in EventTypeFromBuffer()
[all …]
Dsensorevent.cpp34 const std::vector<uint8_t>& buffer) { in FromBytes()
154 char buffer[32]; in GetSampleTimeStr() local
176 char buffer[64]; in ToString() local
212 char buffer[64]; in StringForSample() local
229 char buffer[64]; in StringForSample() local
249 char buffer[128]; in StringForSample() local
293 char buffer[128]; in StringForSample() local
/device/google/contexthub/util/stm32_flash/
Dstm32_bl.c45 uint8_t buffer[sizeof(uint8_t)+1]; in write_len() local
54 uint8_t buffer[sizeof(uint16_t)+1]; in write_cnt() local
64 uint8_t buffer[sizeof(uint32_t)+1]; in write_addr() local
77 uint8_t buffer[sizeof(uint8_t)+256+sizeof(uint8_t)]; in write_len_data() local
103 uint8_t buffer[sizeof(uint16_t)+sizeof(uint16_t)+1]; in erase_sector() local
134 uint8_t read_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer) in read_memory()
169 uint8_t write_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer) in write_memory()
Dspi.c24 uint8_t spi_write_data(handle_t *handle, uint8_t *buffer, int length) in spi_write_data()
46 uint8_t buffer[] = in spi_write_cmd() local
69 uint8_t buffer[] = in spi_read_data() local
99 uint8_t buffer[] = in spi_read_ack() local
132 uint8_t buffer[] = in spi_sync() local
Di2c.c26 uint8_t i2c_write_data(handle_t *handle, uint8_t *buffer, int length) in i2c_write_data()
40 uint8_t buffer[sizeof(uint8_t)+1] = in i2c_write_cmd() local
60 uint8_t buffer; in i2c_read_ack() local
Duart.c29 uint8_t uart_write_data(handle_t *handle, uint8_t *buffer, int length) in uart_write_data()
44 uint8_t buffer[2 * sizeof(uint8_t)] = { cmd, ~cmd }; in uart_write_cmd() local
74 uint8_t buffer; in uart_read_ack() local
/device/generic/goldfish-opengl/android-emu/android/base/files/
DStreamSerializing.h36 void saveBuffer(Stream* stream, const std::vector<T>& buffer) { in saveBuffer()
42 bool loadBuffer(Stream* stream, std::vector<T>* buffer) { in loadBuffer()
50 void saveBuffer(Stream* stream, const SmallVector<T>& buffer) { in saveBuffer()
56 bool loadBuffer(Stream* stream, SmallVector<T>* buffer) { in loadBuffer()
65 void saveBuffer(Stream* stream, const std::vector<T>& buffer, SaveFunc&& saver) { in saveBuffer()
73 void saveBuffer(Stream* stream, const T* buffer, size_t numElts) { in saveBuffer()
85 void loadBuffer(Stream* stream, std::vector<T>* buffer, LoadFunc&& loader) { in loadBuffer()
DMemStream.cpp28 ssize_t MemStream::read(void* buffer, size_t size) { in read()
35 ssize_t MemStream::write(const void* buffer, size_t size) { in write()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferdescriptor.cpp117 int mali_gralloc_get_backing_store_internal(buffer_handle_t buffer, gralloc1_backing_store_t *outSt… in mali_gralloc_get_backing_store_internal()
131 int mali_gralloc_get_consumer_usage_internal(buffer_handle_t buffer, uint64_t *outUsage) in mali_gralloc_get_consumer_usage_internal()
144 int mali_gralloc_get_dimensions_internal(buffer_handle_t buffer, uint32_t *outWidth, uint32_t *outH… in mali_gralloc_get_dimensions_internal()
158 int mali_gralloc_get_format_internal(buffer_handle_t buffer, int32_t *outFormat) in mali_gralloc_get_format_internal()
171 int mali_gralloc_get_producer_usage_internal(buffer_handle_t buffer, uint64_t *outUsage) in mali_gralloc_get_producer_usage_internal()
185 int mali_gralloc_query_getstride(buffer_handle_t buffer, int *pixelStride) in mali_gralloc_query_getstride()
Dmali_gralloc_bufferaccess.cpp36 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … in mali_gralloc_lock()
72 int mali_gralloc_lock_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_ycbcr()
168 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer) in mali_gralloc_unlock()
187 int mali_gralloc_get_num_flex_planes(const mali_gralloc_module *m, buffer_handle_t buffer, uint32_t… in mali_gralloc_get_num_flex_planes()
222 int mali_gralloc_lock_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_async()
234 int mali_gralloc_lock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t us… in mali_gralloc_lock_ycbcr_async()
248 int mali_gralloc_lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usa… in mali_gralloc_lock_flex_async()
404 int mali_gralloc_unlock_async(const mali_gralloc_module *m, buffer_handle_t buffer, int32_t *fence_… in mali_gralloc_unlock_async()
Dmali_gralloc_public_interface.cpp104 static int32_t mali_gralloc_get_backing_store(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_backing_store()
113 static int32_t mali_gralloc_get_consumer_usage(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_consumer_usage()
122 static int32_t mali_gralloc_get_dimensions(gralloc1_device_t *device, buffer_handle_t buffer, uint3… in mali_gralloc_get_dimensions()
131 static int32_t mali_gralloc_get_format(gralloc1_device_t *device, buffer_handle_t buffer, int32_t *… in mali_gralloc_get_format()
139 static int32_t mali_gralloc_get_producer_usage(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_producer_usage()
148 static int32_t mali_gralloc_get_stride(gralloc1_device_t *device, buffer_handle_t buffer, uint32_t … in mali_gralloc_get_stride()
242 static int32_t mali_gralloc_retain(gralloc1_device_t *device, buffer_handle_t buffer) in mali_gralloc_retain()
260 static int32_t mali_gralloc_release(gralloc1_device_t *device, buffer_handle_t buffer) in mali_gralloc_release()
273 static int32_t mali_gralloc1_get_num_flex_planes(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc1_get_num_flex_planes()
292 static int32_t mali_gralloc1_lock_async(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc1_lock_async()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Drandom.c79 win32_urandom(unsigned char *buffer, Py_ssize_t size, int raise) in win32_urandom()
114 py_getentropy(unsigned char *buffer, Py_ssize_t size, int fatal) in py_getentropy()
147 vms_urandom(unsigned char *buffer, Py_ssize_t size, int raise) in vms_urandom()
179 dev_urandom_noraise(unsigned char *buffer, Py_ssize_t size) in dev_urandom_noraise()
210 dev_urandom_python(char *buffer, Py_ssize_t size) in dev_urandom_python()
330 lcg_urandom(unsigned int x0, unsigned char *buffer, size_t size) in lcg_urandom()
350 _PyOS_URandom(void *buffer, Py_ssize_t size) in _PyOS_URandom()
/device/google/bonito/health/
DLearnedCapacityBackupRestore.cpp44 std::string buffer; in ReadPersistData() local
69 std::string buffer; in ReadNominalCapacity() local
85 std::string buffer; in ReadCapacity() local
/device/generic/goldfish-opengl/system/vulkan_enc/
DVulkanStreamGuest.cpp45 ssize_t write(const void *buffer, size_t size) override { in write()
51 ssize_t read(void *buffer, size_t size) override { in read()
94 ssize_t bufferedWrite(const void *buffer, size_t size) { in bufferedWrite()
153 ssize_t VulkanStreamGuest::read(void *buffer, size_t size) { in read()
157 ssize_t VulkanStreamGuest::write(const void *buffer, size_t size) { in write()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
DSetStamp.c83 char buffer[LINE_MAXLEN]; in GetDateTime() local
180 void *buffer, in ReadFromFile()
220 void *buffer, in WriteToFile()
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
DLzmaCompress.c54 void PrintHelp(char *buffer) in PrintHelp()
72 int PrintError(char *buffer, const char *message) in PrintError()
80 int PrintErrorNumber(char *buffer, SRes val) in PrintErrorNumber()
86 int PrintUserError(char *buffer) in PrintUserError()
91 void PrintVersion(char *buffer) in PrintVersion()
/device/google/cuttlefish_common/host/commands/launch/
Dprocess_monitor.cc38 char buffer = 'a'; in NotifyThread() local
50 char buffer[8]; in ConsumeNotifications() local
93 char buffer[16]; in RestartOnExitCb() local
/device/google/marlin/health/
DLearnedCapacityBackupRestore.cpp53 std::string buffer; in ReadFromStorage() local
78 std::string buffer; in ReadFromSRAM() local
/device/google/wahoo/health/
DLearnedCapacityBackupRestore.cpp53 std::string buffer; in ReadFromStorage() local
78 std::string buffer; in ReadFromSRAM() local
DCycleCountBackupRestore.cpp45 std::string buffer; in ReadFromStorage() local
77 std::string buffer; in ReadFromSRAM() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dqemu_pipe_host.cpp34 ssize_t qemu_pipe_read(QEMU_PIPE_HANDLE pipe, void* buffer, size_t len) { in qemu_pipe_read()
38 ssize_t qemu_pipe_write(QEMU_PIPE_HANDLE pipe, const void* buffer, size_t len) { in qemu_pipe_write()
/device/google/marlin/dataservices/datatop/src/
Ddatatop_fileops.c58 int dt_read_file(const char *file, char **buffer, int len) in dt_read_file()
88 void dt_free(char **buffer) in dt_free()
/device/google/marlin/camera/QCamera2/util/
DQCameraBufferMaps.cpp111 void *buffer) in QCameraBufferMaps()
173 void *buffer) in enqueue()
234 void *buffer) in makeSingletonBufMapList()
/device/google/cuttlefish_common/guest/hals/ril/libril/
Dsap_service.cpp208 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in connectReq() local
248 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in disconnectReq() local
301 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in apduReq() local
343 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in transferAtrReq() local
385 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in powerReq() local
426 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in resetSimReq() local
469 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in transferCardReaderStatusReq() local
513 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in setTransferProtocolReq() local
/device/generic/goldfish/camera/
DEmulatedFakeCameraDevice.cpp206 bool EmulatedFakeCameraDevice::produceFrame(void* buffer, int64_t* timestamp) in produceFrame()
234 void EmulatedFakeCameraDevice::drawCheckerboard(void* buffer) in drawCheckerboard()
342 void EmulatedFakeCameraDevice::drawSquare(void* buffer, in drawSquare()
377 void EmulatedFakeCameraDevice::drawSolid(void* buffer, YUVPixel* color) in drawSolid()
398 void EmulatedFakeCameraDevice::drawStripes(void* buffer) in drawStripes()

12345678910>>...14