HomeSort by relevance Sort by last modified time
    Searched refs:tempTime (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_obj.h 46 TIME_STRUCT time, tempTime; /* last and current timestamp */
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_log.c 147 /* original tempTime stamp */
164 /* Effects: appends tempTime stamp to log */
170 /* get tempTime of from last tempTime stamp */
171 TIME_GET(perf->tempTime);
172 delta = TIME_DELTA(perf->tempTime, perf->time);
176 /* save tempTime stamp as last tempTime stamp */
177 TIME_COPY(perf->time, perf->tempTime);
perf.c 106 TIME_COPY(me->tempTime, me->time);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 289 Time tempTime = new Time(mTimeZone);
291 tempTime.set(now);
292 mTodayJulianDay = Time.getJulianDay(now, tempTime.gmtoff);
303 startTime = Utils.convertAlldayUtcToLocal(tempTime, startTime, mTimeZone);
304 endTime = Utils.convertAlldayUtcToLocal(tempTime, endTime, mTimeZone);
310 long adapterStartTime = tempTime.setJulianDay(startDay);
340 long nextMidnight = Utils.getNextMidnight(tempTime,
374 Utils.getNextMidnight(tempTime, startTime, mTimeZone),
401 long nextMidnight = Utils.getNextMidnight(tempTime, info.mEventStartTimeMilli,

Completed in 68 milliseconds