Searched refs:sz (Results 1 - 25 of 50) sorted by relevance

12

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_pipe.h40 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz);
41 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz);
H A Dloc_eng_dmn_conn_glue_pipe.c126 sz - size of the data in buffer
138 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz) argument
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
158 sz - size of the buffer
170 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz) argument
174 len = read(fd, buf, sz);
178 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, len = %d\n", fd, (long) buf, (int) sz, len); */
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
125 sz = sizeof(struct ctrl_msgbuf) + 256;
126 p_cmsgbuf = (struct ctrl_msgbuf *) malloc(sz);
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_pipe.h40 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz);
41 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz);
H A Dloc_eng_dmn_conn_glue_pipe.c126 sz - size of the data in buffer
138 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz) argument
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
158 sz - size of the buffer
170 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz) argument
174 len = read(fd, buf, sz);
178 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, len = %d\n", fd, (long) buf, (int) sz, len); */
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
125 sz = sizeof(struct ctrl_msgbuf) + 256;
126 p_cmsgbuf = (struct ctrl_msgbuf *) malloc(sz);
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_pipe.h40 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz);
41 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz);
H A Dloc_eng_dmn_conn_glue_pipe.c126 sz - size of the data in buffer
138 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz) argument
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
158 sz - size of the buffer
170 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz) argument
174 len = read(fd, buf, sz);
178 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, len = %d\n", fd, (long) buf, (int) sz, len); */
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
125 sz = sizeof(struct ctrl_msgbuf) + 256;
126 p_cmsgbuf = (struct ctrl_msgbuf *) malloc(sz);
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_pipe.h40 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz);
41 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz);
H A Dloc_eng_dmn_conn_glue_pipe.c126 sz - size of the data in buffer
138 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz) argument
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
158 sz - size of the buffer
170 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz) argument
174 len = read(fd, buf, sz);
178 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, len = %d\n", fd, (long) buf, (int) sz, len); */
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
125 sz = sizeof(struct ctrl_msgbuf) + 256;
126 p_cmsgbuf = (struct ctrl_msgbuf *) malloc(sz);
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_pipe.h40 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz);
41 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz);
H A Dloc_eng_dmn_conn_glue_pipe.c126 sz - size of the data in buffer
138 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz) argument
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
158 sz - size of the buffer
170 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz) argument
174 len = read(fd, buf, sz);
178 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, len = %d\n", fd, (long) buf, (int) sz, len); */
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
125 sz = sizeof(struct ctrl_msgbuf) + 256;
126 p_cmsgbuf = (struct ctrl_msgbuf *) malloc(sz);
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_pipe.h40 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz);
41 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz);
H A Dloc_eng_dmn_conn_glue_pipe.c126 sz - size of the data in buffer
138 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz) argument
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
158 sz - size of the buffer
170 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz) argument
174 len = read(fd, buf, sz);
178 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, len = %d\n", fd, (long) buf, (int) sz, len); */
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
125 sz = sizeof(struct ctrl_msgbuf) + 256;
126 p_cmsgbuf = (struct ctrl_msgbuf *) malloc(sz);
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
/hardware/qcom/display/msm8998/gpu_tonemapper/
H A Dengine.h31 unsigned int engine_load3DTexture(void *data, int sz, int format);
H A Dglengine.cpp124 unsigned int engine_load3DTexture(void *colorMapData, int sz, int format) argument
136 GL(glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB10_A2, sz, sz, sz, 0, GL_RGBA,
142 unsigned int engine_load1DTexture(void *data, int sz, int format) argument
146 if ((data != 0) && (sz != 0)) {
154 GL(glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB10_A2, sz, 1, 0, GL_RGBA,
/hardware/libhardware_legacy/
H A Duevent.c46 int sz = 64*1024; local
58 setsockopt(s, SOL_SOCKET, SO_RCVBUFFORCE, &sz, sizeof(sz));
/hardware/broadcom/libbt/src/
H A Dupio.c150 int fd, sz, id; local
166 sz = read(fd, &buf, sizeof(buf));
169 if (sz >= 9 && memcmp(buf, "bluetooth", 9) == 0)
288 int sz; local
335 sz = write(fd, &buffer, 1);
337 if (sz < 0) {
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DUeventObserver.cpp61 int sz = 64 * 1024; local
73 if (setsockopt(mUeventFd, SOL_SOCKET, SO_RCVBUFFORCE, &sz, sizeof(sz))) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
H A DUeventObserver.cpp61 int sz = 64 * 1024; local
73 if (setsockopt(mUeventFd, SOL_SOCKET, SO_RCVBUFFORCE, &sz, sizeof(sz))) {
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c171 * @param[out] data Place to store data, size of sz, must be at least size
173 * @param[in] sz Size of data.
176 inv_error_t inv_save_mpl_states(unsigned char *data, size_t sz) argument
182 if (data == NULL || sz == 0)
184 if (sz >= ds.total_size) {

Completed in 380 milliseconds

12