Searched refs:time (Results 1 - 25 of 261) sorted by relevance

1234567891011

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_common.h38 #include <time.h>
40 /* time and process ID routines */
43 #define TIME_GET(target) time(&target)
45 #define TIME_MICROSECONDS(time) 0
46 #define TIME_SECONDS(time) (time)
47 #define TIME_INCREASE(time, microsecs) time += microsecs / 1000000
48 #define TIME_SET(time, sec, microsec) time
[all...]
H A Dperf_obj.h46 TIME_STRUCT time, tempTime; /* last and current timestamp */ member in struct:PERF_Private
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvenc_util.c39 #include <time.h>
40 #include <sys/time.h>
/hardware/ril/librilutils/
H A Dlibrilutils.c18 #include <time.h>
/hardware/invensense/60xx/mlsdk/platform/linux/kernel/
H A Dmpuirq.h23 #include <linux/time.h>
28 #include <sys/time.h>
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dperfutils.h18 #include <sys/time.h>
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSupport.h21 #include <time.h>
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
H A Delapsed_millis_since_boot.cpp30 #include <sys/time.h>
/hardware/qcom/gps/platform_lib_abstractions/
H A Delapsed_millis_since_boot.cpp30 #include <sys/time.h>
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
H A Dconsole_helper.c21 #include <time.h>
/hardware/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_notifier.c25 #include <sys/time.h>
131 double time = 0, t_start = gettime(); local
133 while (time <= timeout) {
141 time = gettime() - t_start;
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_print.c55 fprintf(fOut, "time,PID,handle,name,domAD,domVD,domID,domAE,domVE,domIE,"
277 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time),
316 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time),
363 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time),
388 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time),
401 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECOND
[all...]
H A Dperf_log.c148 *me->puPtr++ = TIME_SECONDS(perf->time);
149 *me->puPtr++ = TIME_MICROSECONDS(perf->time);
172 delta = TIME_DELTA(perf->tempTime, perf->time);
174 *time_loc = delta; /* save time stamp */
177 TIME_COPY(perf->time, perf->tempTime);
H A Dperf.c98 /* no flags are selected, and capture creation time */
104 /* save original time stamp */
105 TIME_GET(me->time);
106 TIME_COPY(me->tempTime, me->time);
/hardware/libhardware_legacy/power/
H A Dpower.c22 #include <sys/time.h>
23 #include <time.h>
/hardware/qcom/gps/core/
H A Dgps_extended.h48 uint32_t gap, uint32_t accu, uint32_t time,
52 preferred_accuracy(accu), preferred_time(time) {
47 LocPosMode(LocPositionMode m, GpsPositionRecurrence recr, uint32_t gap, uint32_t accu, uint32_t time, const char* cred, const char* prov) argument
/hardware/qcom/gps/msm8960/core/
H A Dgps_extended.h48 uint32_t gap, uint32_t accu, uint32_t time,
52 preferred_accuracy(accu), preferred_time(time) {
47 LocPosMode(LocPositionMode m, GpsPositionRecurrence recr, uint32_t gap, uint32_t accu, uint32_t time, const char* cred, const char* prov) argument
/hardware/libhardware/modules/local_time/
H A Dlocal_time_hw.c22 #include <sys/time.h>
23 #include <linux/time.h>
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dcopymem8x4_v6.asm35 ;copy 1 byte each time
78 ;copy 4 bytes each time
103 ;copy 8 bytes each time
H A Dcopymem8x8_v6.asm35 ;copy 1 byte each time
78 ;copy 4 bytes each time
103 ;copy 8 bytes each time
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp34 #include <sys/time.h>
38 #include <time.h>
166 The time string
172 struct tm now_tm; /* broken-down time */
211 Generates a timestamp using the current system time
H A Dloc_timer.c32 #include<sys/time.h>
34 #include<time.h>
88 LOC_LOGD("%s:%d]: Current time: %d sec; %d nsec\n",
/hardware/qcom/gps/utils/
H A Dloc_log.cpp34 #include <sys/time.h>
38 #include <time.h>
166 The time string
172 struct tm now_tm; /* broken-down time */
217 Generates a timestamp using the current system time
/hardware/intel/common/libva/test/decode/
H A Dloadjpeg.c39 #include <time.h>
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dvpx_timer.h30 #include <sys/time.h>
32 /* timersub is not provided by msys at this time. */

Completed in 743 milliseconds

1234567891011