HomeSort by relevance Sort by last modified time
    Searched defs:secs (Results 26 - 50 of 64) sorted by null

12 3

  /system/core/libnetutils/
dhcpmsg.h 44 uint16_t secs; /* seconds since start of acq */ member in struct:dhcp_msg
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
receive_statistics_impl.cc 147 // If this happens, don't update jitter value. Use 5 secs video frequency
326 void StreamStatisticianImpl::LastReceiveTimeNtp(uint32_t* secs,
329 *secs = last_receive_time_secs_;
447 uint32_t secs; local
449 it->second->LastReceiveTimeNtp(&secs, &frac);
451 Clock::NtpToMs(secs, frac) < kStatisticsTimeoutMs) {
rtp_utility.cc 90 uint32_t secs = 0, frac = 0; local
91 local_clock->CurrentNtp(secs, frac);
95 return ConvertNTPTimeToRTP(secs, frac, freq);
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 71 u_int16_t secs; member in struct:dhcp_message
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 98 time_t secs = ts.tv_sec - pContext->mBufferUpdateTime.tv_sec; local
101 --secs;
104 deltaMs = secs * 1000 + nsec / 1000000;
  /external/chromium_org/base/third_party/nspr/
prtime.cc 87 static void localtime_r(const time_t* secs, struct tm* time) {
88 (void) localtime_s(time, secs);
1169 time_t secs; local
    [all...]
  /external/dhcpcd/
dhcp.h 145 uint16_t secs; /* elapsed time in sec. from boot */ member in struct:dhcp_message
  /system/core/healthd/
healthd_mode_charger.cpp 490 int64_t secs = duration / 1000; local
491 int64_t msecs = duration - secs * 1000;
493 now, code, secs, msecs);
  /bionic/libc/dns/resolv/
res_debug.c 829 int deg = 0, min = 0, secs = 0, secsfrac = 0; local
852 secs = secs * 10 + (*cp++ - '0');
878 + (((((deg * 60) + min) * 60) + secs) * 1000)
884 - (((((deg * 60) + min) * 60) + secs) * 1000)
1169 p_secstodate (u_long secs) {
1172 time_t myclock = secs;
    [all...]
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 502 time_t secs = ts.tv_sec - visu_ctxt->buffer_update_time.tv_sec; local
505 --secs;
508 delta_ms = secs * 1000 + nsec / 1000000;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.cpp 712 char secs[256]; local
713 sprintf(secs, "%f", (timeStop-timeStart)/1000.0);
719 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL);
    [all...]
  /external/fio/
io_u.c 1601 uint64_t secs, remainder, bps, bytes; local
    [all...]
  /external/libvorbis/lib/
psy.c 836 float secs=(float)n/vi->rate; local
838 amp+=secs*gi->ampmax_att_per_sec;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-script.c 287 unsigned long secs; local
316 secs = nsecs / NSECS_PER_SEC;
317 nsecs -= secs * NSECS_PER_SEC;
319 printf("%5lu.%06lu: ", secs, usecs);
    [all...]
  /external/qemu/include/block/
block_int.h 193 int cyls, heads, secs, translation; member in struct:BlockDriverState
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 549 time_t secs = ts.tv_sec - visu_ctxt->buffer_update_time.tv_sec; local
552 --secs;
555 delta_ms = secs * 1000 + nsec / 1000000;
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 237 int secs = cursor.getInt(mDurationIdx) / 1000; local
238 if (secs == 0) {
241 vh.duration.setText(MusicUtils.makeTimeString(context, secs));
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 1466 int64_t secs; local
    [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
date.c 750 time_t secs; local
759 secs = time(NULL);
761 localtime_r(&secs, &localTm);
763 localTm = *localtime(&secs);
779 gmtime_r(&secs, &gmTm);
781 gmTm = *gmtime(&secs);
1107 double secs, days; local
1117 secs = dt->sec;
1123 if (secs < 0.0) {
1124 secs = -secs
3060 double secs; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 754 char secs[256]; local
756 sprintf(secs, "%f", (timeStop-timeStart)/1000.0);
758 secs[0]=0;
765 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL);
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 1497 int64_t secs; local
    [all...]
  /external/qemu/
block.c 1217 int cylinders, heads, secs; local
1222 bdrv_get_geometry_hint(bs, &cylinders, &heads, &secs);
1227 *psecs = secs;
1941 int64_t secs; local
    [all...]
qemu-char.c 301 int secs; local
307 secs = ti / 1000;
310 secs / 3600,
311 (secs / 60) % 60,
312 secs % 60,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 1497 int64_t secs; local
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentService.java 1109 long secs = 0; local
    [all...]

Completed in 3971 milliseconds

12 3