Home
last modified time | relevance | path

Searched refs:buf_size (Results 1 – 25 of 142) sorted by relevance

123456

/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
Dread_device_node.c79 int buf_size, read_size; in read_data() local
111 buf_size = ind - (dptr - data); in read_data()
113 while ((buf_size > 0) && (!done_flag)) { in read_data()
120 if (buf_size >= 16) { in read_data()
128 if (buf_size >= 16) { in read_data()
136 if (buf_size >= 16) { in read_data()
144 if (buf_size >= 16) { in read_data()
152 if (buf_size >= 16) { in read_data()
160 if (buf_size >= 24) { in read_data()
171 if (buf_size >= 24) { in read_data()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c119 size_t buf_size, in mm_camera_socket_sendmsg() argument
136 iov[0].iov_len = buf_size; in mm_camera_socket_sendmsg()
180 size_t buf_size, in mm_camera_socket_bundle_sendmsg() argument
199 iov[0].iov_len = buf_size; in mm_camera_socket_bundle_sendmsg()
244 uint32_t buf_size, in mm_camera_socket_recvmsg() argument
254 if ( (msg == NULL) || (buf_size <= 0) ) { in mm_camera_socket_recvmsg()
266 iov[0].iov_len = buf_size; in mm_camera_socket_recvmsg()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_sock.h57 size_t buf_size,
63 size_t buf_size,
70 uint32_t buf_size,
/hardware/qcom/sdm845/gps/msm8994/utils/
Dloc_log.cpp171 char *loc_get_time(char *time_string, unsigned long buf_size) in loc_get_time() argument
181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
230 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8960/utils/
Dloc_log.cpp170 char *loc_get_time(char *time_string, unsigned long buf_size) in loc_get_time() argument
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
223 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
232 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/utils/
Dloc_log.cpp171 char *loc_get_time(char *time_string, unsigned long buf_size) in loc_get_time() argument
181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
230 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8994/utils/
Dloc_log.cpp171 char *loc_get_time(char *time_string, unsigned long buf_size) in loc_get_time() argument
181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
230 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/sdm845/gps/msm8960/utils/
Dloc_log.cpp170 char *loc_get_time(char *time_string, unsigned long buf_size) in loc_get_time() argument
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
223 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
232 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/sdm845/gps/msm8084/utils/
Dloc_log.cpp170 char *loc_get_time(char *time_string, unsigned long buf_size) in loc_get_time() argument
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
229 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
238 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/sdm845/gps/utils/
Dloc_log.cpp171 char *loc_get_time(char *time_string, unsigned long buf_size) in loc_get_time() argument
181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
230 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8084/utils/
Dloc_log.cpp170 char *loc_get_time(char *time_string, unsigned long buf_size) in loc_get_time() argument
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
229 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
238 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8996/utils/
Dloc_log.cpp172 char *loc_get_time(char *time_string, size_t buf_size) in loc_get_time() argument
182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
231 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
240 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8998/utils/
Dloc_log.cpp168 char *loc_get_time(char *time_string, size_t buf_size) in loc_get_time() argument
178 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
227 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
236 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/sdm845/gps/sdm845/utils/
Dloc_log.cpp167 char *loc_get_time(char *time_string, size_t buf_size) in loc_get_time() argument
177 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
226 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
235 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/sdm845/gps/msm8909/utils/
Dloc_log.cpp172 char *loc_get_time(char *time_string, size_t buf_size) in loc_get_time() argument
182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
231 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
240 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8909w_3100/utils/
Dloc_log.cpp166 char *loc_get_time(char *time_string, size_t buf_size) in loc_get_time() argument
176 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
225 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
234 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/sm8150/gps/utils/
Dloc_log.cpp167 char *loc_get_time(char *time_string, size_t buf_size) in loc_get_time() argument
177 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
226 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
235 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8909/utils/
Dloc_log.cpp172 char *loc_get_time(char *time_string, size_t buf_size) in loc_get_time() argument
182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
231 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
240 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/sdm845/gps/msm8998/utils/
Dloc_log.cpp168 char *loc_get_time(char *time_string, size_t buf_size) in loc_get_time() argument
178 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
227 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
236 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/sdm845/gps/msm8996/utils/
Dloc_log.cpp172 char *loc_get_time(char *time_string, size_t buf_size) in loc_get_time() argument
182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
231 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
240 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
Dplatform_lib_log_util.cpp34 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
43 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/src/
Dplatform_lib_log_util.cpp31 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
40 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
Dplatform_lib_log_util.cpp34 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() argument
43 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dspcom.h78 uint32_t buf_size; member
108 uint32_t buf_size; member
/hardware/qcom/msm8998/kernel-headers/linux/
Dspcom.h61 uint32_t buf_size; member
86 uint32_t buf_size; member

123456