/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
H A D | perf_common.h | 38 #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 D | perf_obj.h | 46 TIME_STRUCT time, tempTime; /* last and current timestamp */ member in struct:PERF_Private
|
/hardware/qcom/media/mm-video/vidc/venc/test/ |
H A D | venc_util.c | 39 #include <time.h> 40 #include <sys/time.h>
|
/hardware/invensense/mlsdk/platform/linux/kernel/ |
H A D | mpuirq.h | 23 #include <linux/time.h> 28 #include <sys/time.h>
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
H A D | perfutils.h | 18 #include <sys/time.h>
|
H A D | host_os.h | 102 #include <sys/time.h>
|
/hardware/ril/mock-ril/src/cpp/ |
H A D | worker.h | 108 int64_t time; member in struct:WorkerQueue::Record 116 return lhs->time > rhs->time;
|
H A D | worker.cpp | 21 #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 D | perf_print.c | 55 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 D | perf_log.c | 148 *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 D | perf.c | 98 /* 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 D | perf_rt.c | 60 /* 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/libhardware_legacy/power/ |
H A D | power.c | 22 #include <sys/time.h> 23 #include <time.h>
|
/hardware/libhardware/modules/local_time/ |
H A D | local_time_hw.c | 22 #include <sys/time.h> 23 #include <linux/time.h>
|
H A D | Android.mk | 17 # The default local time HAL module. The default module simply uses the
|
/hardware/msm7k/dspcrashd/ |
H A D | dspcrashd.c | 33 #include <time.h> 101 sprintf(name,"/sdcard/dsp.crash.%d.img", (int) time(0));
|
/hardware/invensense/mlsdk/mllite/ |
H A D | ml_mputest.c | 39 #include <time.h>
|
/hardware/invensense/mlsdk/platform/linux/ |
H A D | mlos_linux.c | 37 #include <sys/time.h> 190 * Used for time reference.
|
/hardware/msm7k/librpc/rpc/ |
H A D | clnt.h | 43 #include <sys/time.h>
|
/hardware/ti/omap4xxx/libtiutils/ |
H A D | Semaphore.cpp | 22 #include <time.h>
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
H A D | timm_osal_mutex.c | 63 #include <sys/time.h>
|
H A D | timm_osal_semaphores.c | 56 #include <sys/time.h> 183 in which case time out will be less than expected */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
H A D | OMX_G711Dec_ComponentThread.c | 55 #include <sys/time.h>
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
H A D | OMX_G711Enc_ComponentThread.c | 59 #include <sys/time.h>
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
H A D | OMX_G726Enc_ComponentThread.c | 60 #include <sys/time.h>
|