/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/src/ |
D | platform_lib_log_util.cpp | 33 struct timeval tv; in get_timestamp() local 36 gettimeofday(&tv, &tz); in get_timestamp() 37 hh = tv.tv_sec/3600%24; in get_timestamp() 38 mm = (tv.tv_sec%3600)/60; in get_timestamp() 39 ss = tv.tv_sec%60; in get_timestamp() 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 | 36 struct timeval tv; in get_timestamp() local 39 gettimeofday(&tv, &tz); in get_timestamp() 40 hh = tv.tv_sec/3600%24; in get_timestamp() 41 mm = (tv.tv_sec%3600)/60; in get_timestamp() 42 ss = tv.tv_sec%60; in get_timestamp() 43 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
D | venc_util.c | 44 struct timeval tv; in GetTimeStamp() local 46 gettimeofday(&tv, NULL); in GetTimeStamp() 47 microsec = (tv.tv_sec * 1000000) + (tv.tv_usec); in GetTimeStamp()
|
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/ |
D | platform_lib_macros.h | 51 struct timeval tv; \ 54 gettimeofday(&tv, &tz); \ 55 hh = tv.tv_sec/3600%24; \ 56 mm = (tv.tv_sec%3600)/60; \ 57 ss = tv.tv_sec%60; \ 58 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/platform_lib_abstractions/ |
D | platform_lib_macros.h | 36 struct timeval tv; \ 39 gettimeofday(&tv, &tz); \ 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \ 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/msm8084/platform_lib_abstractions/ |
D | platform_lib_macros.h | 36 struct timeval tv; \ 39 gettimeofday(&tv, &tz); \ 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \ 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 36 struct timeval tv; \ 39 gettimeofday(&tv, &tz); \ 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \ 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/ |
D | platform_lib_macros.h | 36 struct timeval tv; \ 39 gettimeofday(&tv, &tz); \ 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \ 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
D | platform_lib_macros.h | 36 struct timeval tv; \ 39 gettimeofday(&tv, &tz); \ 40 hh = tv.tv_sec/3600%24; \ 41 mm = (tv.tv_sec%3600)/60; \ 42 ss = tv.tv_sec%60; \ 43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
|
/hardware/interfaces/tv/cec/1.0/default/ |
D | HdmiCec.h | 30 namespace tv { 35 using ::android::hardware::tv::cec::V1_0::CecLogicalAddress; 36 using ::android::hardware::tv::cec::V1_0::CecMessage; 37 using ::android::hardware::tv::cec::V1_0::MaxLength; 38 using ::android::hardware::tv::cec::V1_0::HdmiPortInfo; 39 using ::android::hardware::tv::cec::V1_0::IHdmiCec; 40 using ::android::hardware::tv::cec::V1_0::IHdmiCecCallback; 41 using ::android::hardware::tv::cec::V1_0::OptionKey; 42 using ::android::hardware::tv::cec::V1_0::Result; 43 using ::android::hardware::tv::cec::V1_0::SendMessageResult;
|
D | Android.bp | 2 name: "android.hardware.tv.cec@1.0-impl", 15 "android.hardware.tv.cec@1.0", 21 name: "android.hardware.tv.cec@1.0-service", 25 init_rc: ["android.hardware.tv.cec@1.0-service.rc"], 38 "android.hardware.tv.cec@1.0",
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/ |
D | console_helper.c | 29 struct timeval tv; in ConsoleKbhit() 32 tv.tv_sec=0; in ConsoleKbhit() 33 tv.tv_usec=0; in ConsoleKbhit() 37 if(select(1, &read_fd, NULL, NULL, &tv) == -1) in ConsoleKbhit()
|
/hardware/interfaces/tv/input/1.0/default/ |
D | Android.bp | 2 name: "android.hardware.tv.input@1.0-impl", 16 "android.hardware.tv.input@1.0", 22 name: "android.hardware.tv.input@1.0-service", 26 init_rc: ["android.hardware.tv.input@1.0-service.rc"], 40 "android.hardware.tv.input@1.0",
|
D | TvInput.h | 27 namespace tv { 33 using ::android::hardware::tv::input::V1_0::ITvInput; 34 using ::android::hardware::tv::input::V1_0::ITvInputCallback; 35 using ::android::hardware::tv::input::V1_0::Result; 36 using ::android::hardware::tv::input::V1_0::TvInputEvent; 37 using ::android::hardware::tv::input::V1_0::TvStreamConfig;
|
/hardware/ril/libril/ |
D | ril_event.cpp | 96 static void getNow(struct timeval * tv) in getNow() argument 100 tv->tv_sec = ts.tv_sec; in getNow() 101 tv->tv_usec = ts.tv_nsec/1000; in getNow() 215 static int calcNextTimeout(struct timeval * tv) in calcNextTimeout() argument 232 timersub(&tev->timeout, &now, tv); in calcNextTimeout() 235 tv->tv_sec = tv->tv_usec = 0; in calcNextTimeout() 286 void ril_timer_add(struct ril_event * ev, struct timeval * tv) in ril_timer_add() argument 292 if (tv != NULL) { in ril_timer_add() 299 timeradd(&now, tv, &ev->timeout); in ril_timer_add() 349 struct timeval tv; in ril_event_loop() local [all …]
|
/hardware/qcom/gps/msm8084/utils/ |
D | loc_log.cpp | 231 struct timeval tv; in get_timestamp() local 234 gettimeofday(&tv, &tz); in get_timestamp() 235 hh = tv.tv_sec/3600%24; in get_timestamp() 236 mm = (tv.tv_sec%3600)/60; in get_timestamp() 237 ss = tv.tv_sec%60; in get_timestamp() 238 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 | 232 struct timeval tv; in get_timestamp() local 235 gettimeofday(&tv, &tz); in get_timestamp() 236 hh = tv.tv_sec/3600%24; in get_timestamp() 237 mm = (tv.tv_sec%3600)/60; in get_timestamp() 238 ss = tv.tv_sec%60; in get_timestamp() 239 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 | 232 struct timeval tv; in get_timestamp() local 235 gettimeofday(&tv, &tz); in get_timestamp() 236 hh = tv.tv_sec/3600%24; in get_timestamp() 237 mm = (tv.tv_sec%3600)/60; in get_timestamp() 238 ss = tv.tv_sec%60; in get_timestamp() 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 | 225 struct timeval tv; in get_timestamp() local 228 gettimeofday(&tv, &tz); in get_timestamp() 229 hh = tv.tv_sec/3600%24; in get_timestamp() 230 mm = (tv.tv_sec%3600)/60; in get_timestamp() 231 ss = tv.tv_sec%60; in get_timestamp() 232 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 | 233 struct timeval tv; in get_timestamp() local 236 gettimeofday(&tv, &tz); in get_timestamp() 237 hh = tv.tv_sec/3600%24; in get_timestamp() 238 mm = (tv.tv_sec%3600)/60; in get_timestamp() 239 ss = tv.tv_sec%60; in get_timestamp() 240 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 | 233 struct timeval tv; in get_timestamp() local 236 gettimeofday(&tv, &tz); in get_timestamp() 237 hh = tv.tv_sec/3600%24; in get_timestamp() 238 mm = (tv.tv_sec%3600)/60; in get_timestamp() 239 ss = tv.tv_sec%60; in get_timestamp() 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 | 227 struct timeval tv; in get_timestamp() local 230 gettimeofday(&tv, &tz); in get_timestamp() 231 hh = tv.tv_sec/3600%24; in get_timestamp() 232 mm = (tv.tv_sec%3600)/60; in get_timestamp() 233 ss = tv.tv_sec%60; in get_timestamp() 234 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 | 229 struct timeval tv; in get_timestamp() local 232 gettimeofday(&tv, &tz); in get_timestamp() 233 hh = tv.tv_sec/3600%24; in get_timestamp() 234 mm = (tv.tv_sec%3600)/60; in get_timestamp() 235 ss = tv.tv_sec%60; in get_timestamp() 236 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
D | mlos_linux.c | 181 struct timeval tv; in inv_get_tick_count() local 183 if (gettimeofday(&tv, NULL) != 0) in inv_get_tick_count() 186 return (long)((tv.tv_sec * 1000000LL + tv.tv_usec) / 1000LL); in inv_get_tick_count()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
D | mlos_linux.c | 181 struct timeval tv; in inv_get_tick_count() local 183 if (gettimeofday(&tv, NULL) != 0) in inv_get_tick_count() 186 return (long)((tv.tv_sec * 1000000LL + tv.tv_usec) / 1000LL); in inv_get_tick_count()
|