| /device/google/contexthub/lib/nanohub/ |
| D | nanoapp.c | 68 void *loadFile(const char *fileName, uint32_t *size) in loadFile() 101 static void doPrintHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size, int incremen… in doPrintHash() 111 void printHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHash() 116 void printHashRev(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHashRev()
|
| /device/google/contexthub/util/common/ |
| D | ring.cpp | 28 RingBuffer::RingBuffer(size_t size) in RingBuffer() 40 ssize_t RingBuffer::write(const sensors_event_t *ev, size_t size) { in write() 72 ssize_t RingBuffer::read(sensors_event_t *ev, size_t size) { in read()
|
| D | file.cpp | 80 ssize_t File::read(void *data, size_t size) { in read() 84 ssize_t File::write(const void *data, size_t size) { in write()
|
| /device/asus/fugu/recovery/ |
| D | recovery_updater.cpp | 77 int check_ifwi_file_scu_emmc(void *data, size_t size) in check_ifwi_file_scu_emmc() 105 static uint32_t xor_compute(char *ptr, uint32_t size) in xor_compute() 143 static int write_umip_emmc(uint32_t addr_offset, void *data, size_t size) in write_umip_emmc() 269 int update_ifwi_file_scu_emmc(void *data, size_t size) in update_ifwi_file_scu_emmc() 274 int flash_ifwi_scu_emmc(void *data, unsigned size) in flash_ifwi_scu_emmc()
|
| /device/huawei/angler/camera/QCamera2/HAL/ |
| D | QCameraMem.cpp | 334 inline void QCameraMemory::traceLogAllocStart(size_t size, int count, const char *allocName) in traceLogAllocStart() 360 inline void QCameraMemory::traceLogAllocEnd(size_t size) in traceLogAllocEnd() 385 int QCameraMemory::alloc(int count, size_t size, unsigned int heap_id, in alloc() 467 unsigned int heap_id, size_t size, bool cached, uint32_t secure_mode) in allocOneBuffer() 659 size_t size, bool cached, cam_stream_type_t streamType) in findBufferLocked() 702 size_t size, bool cached, cam_stream_type_t streamType, in allocateBuffer() 783 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() 834 int QCameraHeapMemory::allocateMore(uint8_t count, size_t size) in allocateMore() 1014 int QCameraStreamMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() 1047 int QCameraStreamMemory::allocateMore(uint8_t count, size_t size) in allocateMore() [all …]
|
| /device/lge/bullhead/camera/QCamera2/HAL/ |
| D | QCameraMem.cpp | 334 inline void QCameraMemory::traceLogAllocStart(size_t size, int count, const char *allocName) in traceLogAllocStart() 360 inline void QCameraMemory::traceLogAllocEnd(size_t size) in traceLogAllocEnd() 385 int QCameraMemory::alloc(int count, size_t size, unsigned int heap_id, in alloc() 467 unsigned int heap_id, size_t size, bool cached, uint32_t secure_mode) in allocOneBuffer() 659 size_t size, bool cached, cam_stream_type_t streamType) in findBufferLocked() 702 size_t size, bool cached, cam_stream_type_t streamType, in allocateBuffer() 783 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() 834 int QCameraHeapMemory::allocateMore(uint8_t count, size_t size) in allocateMore() 1014 int QCameraStreamMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() 1047 int QCameraStreamMemory::allocateMore(uint8_t count, size_t size) in allocateMore() [all …]
|
| /device/moto/shamu/camera/QCamera2/HAL/ |
| D | QCameraMem.cpp | 241 int QCameraMemory::alloc(int count, int size, int heap_id, uint32_t secure_mode) in alloc() 325 int size, in allocOneBuffer() 520 uint32_t size, in findBufferLocked() 566 int size, in allocateBuffer() 649 int QCameraHeapMemory::allocate(int count, int size, uint32_t isSecure) in allocate() 700 int QCameraHeapMemory::allocateMore(int count, int size) in allocateMore() 879 int QCameraStreamMemory::allocate(int count, int size, uint32_t isSecure) in allocate() 910 int QCameraStreamMemory::allocateMore(int count, int size) in allocateMore() 1097 int QCameraVideoMemory::allocate(int count, int size, uint32_t isSecure) in allocate() 1140 int QCameraVideoMemory::allocateMore(int count, int size) in allocateMore()
|
| /device/linaro/hikey/gralloc/ |
| D | alloc_device.cpp | 99 static int gralloc_alloc_buffer(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *pHand… in gralloc_alloc_buffer() 259 static int gralloc_alloc_framebuffer_locked(alloc_device_t *dev, size_t size, int usage, buffer_han… in gralloc_alloc_framebuffer_locked() 348 static int gralloc_alloc_framebuffer(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *… in gralloc_alloc_framebuffer() 364 size_t size; in alloc_device_alloc() local
|
| D | gralloc_module.cpp | 138 size_t size = hnd->size; in gralloc_register_buffer() local 211 size_t size = hnd->size; in unmap_buffer() local
|
| /device/moto/shamu/thermal/ |
| D | thermal.c | 103 static ssize_t get_cpu_temperatures(temperature_t *list, size_t size) { in get_cpu_temperatures() 120 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { in get_temperatures() 175 size_t size = 0; in get_cpu_usages() local
|
| /device/huawei/angler/thermal/ |
| D | thermal.c | 107 static ssize_t get_cpu_temperatures(temperature_t *list, size_t size) { in get_cpu_temperatures() 125 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { in get_temperatures() 183 size_t size = 0; in get_cpu_usages() local
|
| /device/lge/bullhead/thermal/ |
| D | thermal.c | 105 static ssize_t get_cpu_temperatures(temperature_t *list, size_t size) { in get_cpu_temperatures() 126 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { in get_temperatures() 185 size_t size = 0; in get_cpu_usages() local
|
| /device/google/marlin/thermal/ |
| D | thermal.c | 108 static ssize_t get_cpu_temperatures(temperature_t *list, size_t size) { in get_cpu_temperatures() 126 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { in get_temperatures() 184 size_t size = 0; in get_cpu_usages() local
|
| /device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
| D | SocketStream.cpp | 86 int SocketStream::commitBuffer(size_t size) in commitBuffer() 91 int SocketStream::writeFully(const void* buffer, size_t size) in writeFully()
|
| D | GLSharedGroup.cpp | 31 BufferData::BufferData(GLsizeiptr size, void * data) : m_size(size) in BufferData() 66 void ProgramData::setIndexInfo(GLuint index, GLint base, GLint size, GLenum type) in setIndexInfo() 255 void GLSharedGroup::addBufferData(GLuint bufferId, GLsizeiptr size, void * data) in addBufferData() 261 void GLSharedGroup::updateBufferData(GLuint bufferId, GLsizeiptr size, void * data) in updateBufferData() 273 GLenum GLSharedGroup::subUpdateBufferData(GLuint bufferId, GLintptr offset, GLsizeiptr size, void *… in subUpdateBufferData() 361 void GLSharedGroup::setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenu… in setProgramIndexInfo()
|
| D | glUtils.cpp | 336 int size, GLenum type, unsigned int stride, in glUtilsPackPointerData() 354 int size, GLenum type, unsigned int stride, in glUtilsWritePackPointerData()
|
| D | FixedBuffer.h | 32 void * alloc(size_t size) { in alloc()
|
| /device/google/dragon/recovery/updater/ |
| D | vboot_interface.c | 43 size_t size; in fdt_read_string() local 149 size_t size; in fmap_load() local 204 const char *name, size_t *size, off_t *offset) in fmap_read_section() 247 uint8_t *gbb_get_rootkey(struct flash_device *dev, size_t *size) in gbb_get_rootkey() 409 size_t size; in vbnv_readwrite() local
|
| D | fmap.h | 35 uint32_t size; /* size in bytes */ member 45 uint32_t size; /* size of firmware binary in bytes */ member
|
| /device/asus/fugu/original-kernel-headers/linux/sound/ |
| D | intel_sst_ioctl.h | 41 __u32 size; /*Size of parameters for all blocks*/ member 52 __u8 size; member
|
| /device/asus/fugu/kernel-headers/linux/sound/ |
| D | intel_sst_ioctl.h | 29 __u32 size; member 40 __u8 size; member
|
| /device/google/contexthub/firmware/src/ |
| D | heap.c | 38 uint32_t size: MAX_HEAP_ORDER; member 74 uint32_t size = REAL_HEAP_SIZE; in heapInit() local
|
| /device/google/dragon/audio/hal/ |
| D | dictionary.c | 38 static void * mem_double(void * ptr, int size) in mem_double() 117 dictionary * dictionary_new(int size) in dictionary_new()
|
| /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
| D | mm_camera_helper.c | 43 int mm_camera_dump_image(void *addr, uint32_t size, char *filename) in mm_camera_dump_image()
|
| /device/htc/flounder/thermal/ |
| D | thermal.c | 95 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { in get_temperatures() 149 size_t size = 0; in get_cpu_usages() local
|