HomeSort by relevance Sort by last modified time
    Searched refs:gettimeofday (Results 326 - 350 of 605) sorted by null

<<11121314151617181920>>

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.cpp 201 gettimeofday(&t, NULL);
OMXVideoEncoderMPEG4.cpp 204 gettimeofday(&t, NULL);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_ni.cpp 199 gettimeofday(&present_time, NULL);
  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_events.c 359 gettimeofday(&now, NULL);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_events.c 359 gettimeofday(&now, NULL);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 577 gettimeofday(&res, NULL);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 577 gettimeofday(&res, NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 207 extern int gettimeofday (struct timeval *, void *);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsCppUtils.h 173 gettimeofday(&t, NULL);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsCppUtils.h 173 gettimeofday(&t, NULL);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsCppUtils.h 173 gettimeofday(&t, NULL);
  /sdk/emulator/opengl/tests/event_injector/
iolooper-select.c 258 return gettimeofday(&time_now, NULL) ? -1 : (int64_t)time_now.tv_sec * 1000LL +
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 231 if (gettimeofday( &tv, NULL ) < 0)
232 fprintf(stderr, "gettimeofday: %s\n", strerror(errno) );
test_zlib.c 168 if (gettimeofday( &tv, NULL ) < 0)
169 fprintf(stderr, "gettimeofday: %s\n", strerror(errno) );
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c     [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.c 146 gettimeofday(&tdAfter, &tz);
339 gettimeofday(&tdBefore, &tz);
  /external/chromium_org/base/synchronization/
condition_variable_unittest.cc 199 gettimeofday(&tv, NULL);
210 gettimeofday(&tv, NULL);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h 502 * The standard (XPG4) gettimeofday() (from BSD) takes two arguments.
503 * On some SVR4 derivatives, gettimeofday() takes only one argument.
504 * The GETTIMEOFDAY macro is intended to hide this difference.
507 #define GETTIMEOFDAY(tp) gettimeofday(tp)
509 #define GETTIMEOFDAY(tp) gettimeofday((tp), NULL)
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_constants.h     [all...]
  /external/e2fsprogs/e2fsck/
util.c 335 gettimeofday(&track->time_start, 0);
386 gettimeofday(&time_end, 0);
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 461 gettimeofday(&starttime, NULL);
503 gettimeofday(&endtime, NULL);
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 161 gettimeofday(&mTimeStart, NULL);
162 gettimeofday(&mTimeEnd, NULL);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 121 int gettimeofday (struct timeval*, struct timezone*);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 121 int gettimeofday (struct timeval*, struct timezone*);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 121 int gettimeofday (struct timeval*, struct timezone*);

Completed in 829 milliseconds

<<11121314151617181920>>