Searched refs:buf_size (Results 1 - 25 of 106) sorted by relevance

12345

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_sock.h57 size_t buf_size,
63 size_t buf_size,
70 uint32_t buf_size,
/hardware/qcom/msm8996/kernel-headers/scsi/ufs/
H A Dioctl.h27 __u16 buf_size; member in struct:ufs_ioctl_query_data
/hardware/qcom/msm8996/original-kernel-headers/scsi/ufs/
H A Dioctl.h16 * @buf_size: number of allocated bytes/data size on return
19 * Received: buffer and buf_size (available space for transfered data)
20 * Submitted: opcode, idn, length, buf_size
44 * buf_size. So we are updating buf_size to what exactly we have read.
46 __u16 buf_size; member in struct:ufs_ioctl_query_data
/hardware/qcom/msm8998/kernel-headers/scsi/ufs/
H A Dioctl.h27 __u16 buf_size; member in struct:ufs_ioctl_query_data
/hardware/qcom/msm8998/original-kernel-headers/scsi/ufs/
H A Dioctl.h16 * @buf_size: number of allocated bytes/data size on return
19 * Received: buffer and buf_size (available space for transfered data)
20 * Submitted: opcode, idn, length, buf_size
44 * buf_size. So we are updating buf_size to what exactly we have read.
46 __u16 buf_size; member in struct:ufs_ioctl_query_data
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dhndrte_cons.h31 uint buf_size; member in struct:__anon61
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/src/
H A Dplatform_lib_log_util.cpp31 char * get_timestamp(char *str, unsigned long buf_size) argument
40 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
H A Dplatform_lib_log_util.cpp34 char * get_timestamp(char *str, unsigned long buf_size) argument
43 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h43 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Dread_device_node.c79 int buf_size, read_size; local
111 buf_size = ind - (dptr - data);
113 while ((buf_size > 0) && (!done_flag)) {
120 if (buf_size >= 16) {
128 if (buf_size >= 16) {
136 if (buf_size >= 16) {
144 if (buf_size >= 16) {
152 if (buf_size >= 16) {
160 if (buf_size >= 24) {
171 if (buf_size >
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_sock.c119 size_t buf_size,
136 iov[0].iov_len = buf_size;
180 size_t buf_size,
199 iov[0].iov_len = buf_size;
236 * @buf_size: the size of the buf that holds incoming msg
244 uint32_t buf_size,
254 if ( (msg == NULL) || (buf_size <= 0) ) {
266 iov[0].iov_len = buf_size;
116 mm_camera_socket_sendmsg( int fd, void *msg, size_t buf_size, int sendfd) argument
177 mm_camera_socket_bundle_sendmsg( int fd, void *msg, size_t buf_size, int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM], int numfds) argument
241 mm_camera_socket_recvmsg( int fd, void *msg, uint32_t buf_size, int *rcvdfd) argument
/hardware/qcom/gps/msm8084/utils/
H A Dloc_log.cpp170 char *loc_get_time(char *time_string, unsigned long buf_size) argument
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
229 char * get_timestamp(char *str, unsigned long buf_size) argument
238 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
H A Dloc_log.h62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
/hardware/qcom/gps/msm8909/utils/
H A Dloc_log.cpp172 char *loc_get_time(char *time_string, size_t buf_size) argument
182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
231 char * get_timestamp(char *str, unsigned long buf_size) argument
240 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
H A Dloc_log.h65 extern char *loc_get_time(char *time_string, size_t buf_size);
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dloc_log.cpp166 char *loc_get_time(char *time_string, size_t buf_size) argument
176 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
225 char * get_timestamp(char *str, unsigned long buf_size) argument
234 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
H A Dloc_log.h65 extern char *loc_get_time(char *time_string, size_t buf_size);
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp170 char *loc_get_time(char *time_string, unsigned long buf_size) argument
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
223 char * get_timestamp(char *str, unsigned long buf_size) argument
232 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
H A Dloc_log.h62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
/hardware/qcom/gps/msm8994/utils/
H A Dloc_log.cpp171 char *loc_get_time(char *time_string, unsigned long buf_size) argument
181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
230 char * get_timestamp(char *str, unsigned long buf_size) argument
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
H A Dloc_log.h62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
/hardware/qcom/gps/msm8996/utils/
H A Dloc_log.cpp172 char *loc_get_time(char *time_string, size_t buf_size) argument
182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
231 char * get_timestamp(char *str, unsigned long buf_size) argument
240 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
H A Dloc_log.h65 extern char *loc_get_time(char *time_string, size_t buf_size);
/hardware/qcom/gps/msm8998/utils/
H A Dloc_log.cpp168 char *loc_get_time(char *time_string, size_t buf_size) argument
178 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
227 char * get_timestamp(char *str, unsigned long buf_size) argument
236 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
H A Dloc_log.h65 extern char *loc_get_time(char *time_string, size_t buf_size);

Completed in 511 milliseconds

12345