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

1234

/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/vidc/venc/test/
H A Dvenc_util.c39 #include <time.h>
40 #include <sys/time.h>
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dperfutils.h18 #include <sys/time.h>
H A Dhost_os.h102 #include <sys/time.h>
/hardware/ril/mock-ril/src/cpp/
H A Dworker.h108 int64_t time; member in struct:WorkerQueue::Record
116 return lhs->time > rhs->time;
H A Dworker.cpp21 #include <time.h>
153 ((wq->delayed_q_.top()->time - now) <= 0)) {
155 DBG("WorkerQueueThread::Worker move p=%p time=%lldms",
156 r->p, r->time);
166 int64_t delay_ms = r->time - now;
168 " p=%p time=%lldms delay_ms=%lldms",
169 r->p, r->time, delay_ms);
248 r->time = android::elapsedRealtime() + delay_in_ms;
250 r->time = 0;
290 " top->time
[all...]
/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);
H A Dperf_rt.c60 /* if we don't support this component, we don't create the real-time
140 TIME_COPY(me->first_time, perf->time);
256 /* add uptime since last time */
357 delay_add(dDelay, TIME_DELTA(perf->time, dDelay->last_timestamp));
359 TIME_COPY(dDelay->last_timestamp, perf->time);
392 /* get real-time private structure */
456 /* get real-time private structure */
538 TIME_COPY(me->dRate[i].last_timestamp, perf->time);
539 TIME_COPY(me->dRate[i].last_reporting, perf->time);
547 int steps = TIME_DELTA(perf->time, m
[all...]
/hardware/msm7k/dspcrashd/
H A Ddspcrashd.c33 #include <time.h>
101 sprintf(name,"/sdcard/dsp.crash.%d.img", (int) time(0));
/hardware/libhardware_legacy/power/
H A Dpower.c22 #include <sys/time.h>
23 #include <time.h>
/hardware/libhardware/include/hardware/
H A Dsensors_deprecated.h33 int64_t time; member in struct:__anon123
/hardware/msm7k/librpc/rpc/
H A Dclnt.h43 #include <sys/time.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_ComponentThread.c55 #include <sys/time.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_ComponentThread.c59 #include <sys/time.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_ComponentThread.c60 #include <sys/time.h>
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A Dosmemapi.c44 #include <linux/time.h>
54 #include <linux/time.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_ComponentThread.c65 #include <sys/time.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_ComponentThread.c71 #include <sys/time.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_ComponentThread.c56 #include <sys/time.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_ComponentThread.c72 #include <sys/time.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_ComponentThread.c64 #include <sys/time.h>
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_CompThread.c62 #include <sys/time.h>

Completed in 7156 milliseconds

1234