Searched defs:size (Results 1 - 25 of 217) sorted by path

123456789

/hardware/broadcom/wlan/bcm4329/dhdutil/
H A Dbcmutils.c343 /* pq is variable size; only zero out what's requested */
658 bcmstrncat(char *dest, const char *src, uint size) argument
664 endp = p + size;
1622 #define BUFSIZE_TODUMP_ATONCE 512 /* Buffer size */
1703 #define QDBM_TABLE_LEN 40 /* Table size */
1802 bcm_binit(struct bcmstrbuf *b, char *buf, uint size) argument
1804 b->origsize = b->size = size;
1816 r = vsnprintf(b->buf, b->size, fmt, ap);
1819 * Ansi compliant return r >= b->size,
[all...]
H A Ddhdu.c168 "display size of onchip SOCRAM"},
188 "upload [-a <address> ] <file> [<size>]\n"
190 "\tdefault <address> is 0, default <size> is RAM size"},
216 "\t burst -- request bursts (of size <-c>) from dongle\n"
235 "g/set block size for a function"},
245 "minimum xfer size to allow CPU yield"},
295 "Specify the size of the delay statistics buffer\n"
301 "change the size of the mtu during runtime <1500-1752> Bytes\n"},
315 long size local
730 int func, size; local
[all...]
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dbcmutils.h66 unsigned int size; member in struct:bcmstrbuf
309 extern char *bcmstrncat(char *dest, const char *src, uint size);
335 #define bcmdumplog(buf, size) *buf = '\0'
679 extern void bcm_binit(struct bcmstrbuf *b, char *buf, uint size);
H A Dwlioctl.h725 uint16 size; member in struct:wl_txfifo_sz
1365 uint16 size; member in struct:wl_sampledata
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c422 /* pq is variable size; only zero out what's requested */
782 bcmstrncat(char *dest, const char *src, uint size) argument
788 endp = p + size;
1732 #define BUFSIZE_TODUMP_ATONCE 512 /* Buffer size */
1813 #define QDBM_TABLE_LEN 40 /* Table size */
1911 bcm_binit(struct bcmstrbuf *b, char *buf, uint size) argument
1913 b->origsize = b->size = size;
1926 r = vsnprintf(b->buf, b->size, fmt, ap);
1929 * Ansi compliant return r >= b->size,
[all...]
H A Ddhdu.c181 "display size of onchip SOCRAM"},
202 "upload [-a <address> ] <file> [<size>]\n"
204 "\tdefault <address> is 0, default <size> is RAM size"},
236 "\t burst -- request bursts (of size <-c>) from dongle\n"
255 "g/set block size for a function"},
265 "minimum xfer size to allow CPU yield"},
318 "max glom size for sdio tx\n"},
332 long size = -1; local
338 (size
747 int func, size; local
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h67 unsigned int size; member in struct:bcmstrbuf
347 extern char *bcmstrncat(char *dest, const char *src, uint size);
375 #define bcmdumplog(buf, size) *buf = '\0'
381 #define bcmdumptslog(buf, size)
570 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \
742 extern void bcm_binit(struct bcmstrbuf *b, char *buf, uint size);
H A Dwlioctl.h851 uint32 size; /* sizeof the field */ member in struct:__anon99
1039 uint16 size; member in struct:wl_txfifo_sz
1682 uint16 size; member in struct:wl_sampledata
/hardware/invensense/libsensors_iio/
H A DMPLSupport.cpp52 int read_attribute_sensor(int fd, char* data, unsigned int size) argument
58 count = pread(fd, data, size, 0);
/hardware/invensense/libsensors_iio/software/core/mllite/linux/
H A Dml_stored_data.c53 // obtain file size
68 MPL_LOGE("bytes read (%d) don't match file size (%d)\n",
93 MPL_LOGI("cal data size to write = %d", len);
124 * size is 2777 bytes (header and checksum included).
163 * Test and its size is 36 bytes (header and checksum included).
247 size_t size; local
251 inv_get_mpl_state_size(&size);
253 MPL_LOGI("inv_get_mpl_state_size() : size=%d", size);
256 res = inv_save_mpl_states(calData, size);
[all...]
H A Dmlos.h65 static inline void *kmalloc(size_t size, argument
69 return inv_malloc((unsigned int)size);
71 static inline void *kzalloc(size_t size, unsigned int gfp_flags) argument
73 void *tmp = inv_malloc((unsigned int)size);
76 memset(tmp, 0, size);
/hardware/invensense/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c31 long size; member in struct:data_header_t
58 * @param[in] size The size in bytes of the amount of data you want loaded and saved.
64 inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key)
79 ds.hd[ds.num].size = size;
82 ds.total_size += size + sizeof(struct data_header_t);
88 /** Returns the memory size needed to perform a store
89 * @param[out] size Size in bytes of memory needed to store.
92 inv_error_t inv_get_mpl_state_size(size_t *size) argument
63 inv_register_load_store(inv_error_t (load_func)const unsigned char *data), inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key) argument
[all...]
/hardware/invensense/mlsdk/mllite/
H A DmlFIFO.c508 * @brief get the FIFO packet size
509 * @return the FIFO packet size
958 inv_error_t inv_get_external_sensor_data(long *data, int size) argument
969 for (ii = 0; ii < size && ii < 6; ii++) {
2033 * @brief Returns the step size for quaternion type data.
2038 * @return step size for quaternion type data
2052 * @brief Returns the step size for quaternion type data.
2057 * @return step size for quaternion type data
/hardware/invensense/mlsdk/platform/include/
H A Dmlos.h77 static inline void *kmalloc(size_t size, argument
80 return inv_malloc((unsigned int)size);
82 static inline void *kzalloc(size_t size, unsigned int gfp_flags) argument
84 void *tmp = inv_malloc((unsigned int)size);
86 memset(tmp, 0, size);
/hardware/libhardware/include/hardware/
H A Dbluetooth.h136 * Data type - Array of bt_uuid_t (Array size inferred from property length).
169 * (Array size inferred from property length).
308 size_t size; member in struct:__anon164
344 size_t size; member in struct:__anon165
H A Dbt_av.h53 size_t size; member in struct:__anon169
72 size_t size; member in struct:__anon170
H A Dbt_hf.h145 size_t size; member in struct:__anon178
212 size_t size; member in struct:__anon186
H A Dbt_hh.h121 size_t size; member in struct:__anon192
137 size_t size; member in struct:__anon193
H A Dbt_hl.h86 size_t size; member in struct:__anon200
96 size_t size; member in struct:__anon201
H A Dbt_pan.h47 size_t size; member in struct:__anon204
52 /** set to size of this struct*/
53 size_t size; member in struct:__anon205
H A Dbt_sock.h33 short size; member in struct:__anon207
41 /** set to size of this struct*/
42 size_t size; member in struct:__anon208
H A Dcamera.h46 size_t size; member in struct:camera_memory
173 * amount of the uncompressed frame data can be very large if video size is
H A Dgps.h234 size_t size; member in struct:__anon216
257 size_t size; member in struct:__anon217
264 size_t size; member in struct:__anon218
278 size_t size; member in struct:__anon219
370 size_t size; member in struct:__anon224
386 size_t size; member in struct:__anon225
447 size_t size; member in struct:__anon227
460 size_t size; member in struct:__anon228
472 size_t size; member in struct:__anon229
494 size_t size; member in struct:__anon231
524 size_t size; member in struct:__anon232
604 size_t size; member in struct:__anon234
642 size_t size; member in struct:__anon236
[all...]
H A Dqemud.h132 int size, avail; local
139 if (sscanf(header, "%04x", &size) != 1) {
143 if (size > msgsize)
146 if (qemud_fd_read(fd, msg, size) != size) {
150 return size;
/hardware/libhardware/modules/gralloc/
H A Dgralloc.cpp48 size_t size, int usage, buffer_handle_t* pHandle);
105 size_t size, int usage, buffer_handle_t* pHandle)
138 private_handle_t* hnd = new private_handle_t(dup(m->framebuffer->fd), size,
158 size_t size, int usage, buffer_handle_t* pHandle)
163 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle);
169 size_t size, int usage, buffer_handle_t* pHandle)
174 size = roundUpToPageSize(size);
176 fd = ashmem_create_region("gralloc-buffer", size);
183 private_handle_t* hnd = new private_handle_t(fd, size,
104 gralloc_alloc_framebuffer_locked(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle) argument
157 gralloc_alloc_framebuffer(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle) argument
168 gralloc_alloc_buffer(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle) argument
[all...]

Completed in 196 milliseconds

123456789