/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
D | read_device_node.c | 79 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/ |
D | mm_camera_sock.c | 119 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/ |
D | mm_camera_sock.h | 57 size_t buf_size, 63 size_t buf_size, 70 uint32_t buf_size,
|
/hardware/qcom/sdm845/gps/msm8994/utils/ |
D | loc_log.cpp | 171 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/ |
D | loc_log.cpp | 170 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/ |
D | loc_log.cpp | 171 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/ |
D | loc_log.cpp | 171 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/ |
D | loc_log.cpp | 170 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/ |
D | loc_log.cpp | 170 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/ |
D | loc_log.cpp | 171 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/ |
D | loc_log.cpp | 170 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/ |
D | loc_log.cpp | 172 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/ |
D | loc_log.cpp | 168 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/ |
D | loc_log.cpp | 167 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/ |
D | loc_log.cpp | 172 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/ |
D | loc_log.cpp | 166 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/ |
D | loc_log.cpp | 167 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/ |
D | loc_log.cpp | 172 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/ |
D | loc_log.cpp | 168 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/ |
D | loc_log.cpp | 172 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/ |
D | platform_lib_log_util.cpp | 34 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/ |
D | platform_lib_log_util.cpp | 31 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/ |
D | platform_lib_log_util.cpp | 34 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/ |
D | spcom.h | 78 uint32_t buf_size; member 108 uint32_t buf_size; member
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | spcom.h | 61 uint32_t buf_size; member 86 uint32_t buf_size; member
|