HomeSort by relevance Sort by last modified time
    Searched refs:millisec (Results 1 - 25 of 31) sorted by null

1 2

  /packages/apps/Nfc/nci/jni/
CondVar.h 65 ** millisec: Timeout in milliseconds.
70 bool wait(Mutex& mutex, long millisec);
SyncEvent.h 64 ** millisec: Timeout in milliseconds.
69 bool wait(long millisec) {
70 bool retVal = mCondVar.wait(mMutex, millisec);
CondVar.cpp 90 ** millisec: Timeout in milliseconds.
95 bool CondVar::wait(Mutex& mutex, long millisec) {
103 absoluteTime.tv_sec += millisec / 1000;
104 long ns = absoluteTime.tv_nsec + ((millisec % 1000) * 1000000);
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 93 int millisec; local
101 millisec = tv.tv_usec / 1000;
104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
video_encoder_device_copper.h 155 unsigned long millisec; member in struct:msm_venc_timeout
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 170 unsigned long millisec; member in struct:msm_venc_timeout
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_enc.h 402 unsigned long millisec; member in struct:venc_timeout
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_enc.h 599 unsigned long millisec; member in struct:venc_timeout
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_vidc_enc.h 432 unsigned long millisec; member in struct:venc_timeout
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_vidc_enc.h 655 unsigned long millisec; member in struct:venc_timeout
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_vidc_enc.h 432 unsigned long millisec; member in struct:venc_timeout
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_vidc_enc.h 655 unsigned long millisec; member in struct:venc_timeout
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_vidc_enc.h 432 unsigned long millisec; member in struct:venc_timeout
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_vidc_enc.h 655 unsigned long millisec; member in struct:venc_timeout
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_vidc_enc.h 432 unsigned long millisec; member in struct:venc_timeout
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_enc.h 655 unsigned long millisec; member in struct:venc_timeout
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_datetime.py     [all...]
  /external/python/cpython2/Lib/test/
test_datetime.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /external/curl/docs/examples/
asiohiper.cpp 90 timer.expires_from_now(boost::posix_time::millisec(timeout_ms));
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 176 unsigned long millisec; member in struct:msm_venc_timeout
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 192 unsigned long millisec; member in struct:msm_venc_timeout

Completed in 2096 milliseconds

1 2