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

1 2 3 4 5

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
sleep.h 20 void SleepMs(int msecs);
  /external/webrtc/src/system_wrappers/interface/
sleep.h 20 void SleepMs(int msecs);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
sleep.cc 24 void SleepMs(int msecs) {
26 Sleep(msecs);
30 short_wait.tv_sec = msecs / 1000;
31 short_wait.tv_nsec = (msecs % 1000) * 1000 * 1000;
  /external/webrtc/src/system_wrappers/source/
sleep.cc 24 void SleepMs(int msecs) {
26 Sleep(msecs);
30 short_wait.tv_sec = msecs / 1000;
31 short_wait.tv_nsec = (msecs % 1000) * 1000 * 1000;
  /external/srec/portable/src/
ptimestamp.c 32 timestamp->msecs = 0;
40 timestamp->msecs = now.millitm;
45 timestamp->msecs = now.tv_nsec / MSECOND2NSECOND;
55 return (a->secs - b->secs) * 1000 + a->msecs - b->msecs;
  /external/srec/portable/include/
ptimestamp.h 38 * msecs represent the number of milliseconds within that second.
50 asr_uint16_t msecs; member in struct:PTimeStamp_t
56 * msecs field to 0 if platform does not support it.
  /external/ppp/pppd/plugins/radius/
util.c 54 void rc_mdelay(int msecs)
58 tv.tv_sec = (int) msecs / 1000;
59 tv.tv_usec = (msecs % 1000) * 1000;
  /external/smack/src/org/xbill/DNS/
Resolver.java 66 * @param msecs The number of milliseconds to wait.
68 void setTimeout(int secs, int msecs);
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_bt_spec.h 215 #define OI_MSECS_TO_BT_TICKS(msecs) (((msecs)*8)/5)
  /external/qemu/include/qemu/
thread.h 26 int qemu_mutex_timedlock(QemuMutex *mutex, uint64_t msecs);
43 int qemu_cond_timedwait(QemuCond *cond, QemuMutex *mutex, uint64_t msecs);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
mlos.h 61 void inv_sleep(int mSecs);
84 static inline void msleep(long msecs)
86 inv_sleep(msecs);
  /hardware/invensense/60xx/mlsdk/platform/include/
mlos.h 73 void inv_sleep(int mSecs);
94 static inline void msleep(long msecs)
96 inv_sleep(msecs);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
mlos.h 61 void inv_sleep(int mSecs);
84 static inline void msleep(long msecs)
86 inv_sleep(msecs);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
mlos.h 61 void inv_sleep(int mSecs);
84 static inline void msleep(long msecs)
86 inv_sleep(msecs);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeRecognitionPoints.java 238 final int msecs = time - mEventTimes.get(lastIndex); local
239 if (msecs > 0) {
243 final float speed = (float)pixelsPerSec / msecs / mKeyWidth;
246 // Equivalent to (pixels / msecs < mStartSpeedThreshold / MSEC_PER_SEC)
247 if (!hasDetectedFastMove() && pixelsPerSec > mDetectFastMoveSpeedThreshold * msecs) {
249 final float speed = (float)pixelsPerSec / msecs / mKeyWidth;
293 final int msecs = (int)(time - mLastMajorEventTime); local
294 if (msecs <= 0) {
299 // Equivalent to (pixels / msecs < mGestureRecognitionThreshold / MSEC_PER_SEC)
300 if (pixelsPerSec < mGestureRecognitionSpeedThreshold * msecs) {
    [all...]
  /external/libnl/src/lib/
addr.c 112 uint64_t msecs; local
118 if ((err = nl_str2msec(arg, &msecs)) < 0)
122 return (msecs / 1000);
  /external/dhcpcd/
eloop.c 284 int msecs, n; local
311 msecs = INT_MAX;
313 msecs = tv.tv_sec * 1000 +
317 msecs = -1;
324 if (msecs == -1 && nfds == 0) {
341 n = poll(fds, nfds, msecs);
  /external/libnl/include/netlink/
attr.h 217 * Add msecs attribute to netlink message.
220 * @arg msecs Numeric value in micro seconds.
222 #define NLA_PUT_MSECS(msg, attrtype, msecs) \
223 NLA_PUT_U64(msg, attrtype, msecs)
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 285 EAS_I32 secs, msecs; local
305 /* break down into secs and msecs */
307 msecs = time - (secs * 1000);
309 /* calculate sample number fraction from msecs */
310 temp = (msecs * pState->sampleRate);
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 285 EAS_I32 secs, msecs; local
305 /* break down into secs and msecs */
307 msecs = time - (secs * 1000);
309 /* calculate sample number fraction from msecs */
310 temp = (msecs * pState->sampleRate);
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 285 EAS_I32 secs, msecs; local
305 /* break down into secs and msecs */
307 msecs = time - (secs * 1000);
309 /* calculate sample number fraction from msecs */
310 temp = (msecs * pState->sampleRate);
  /system/extras/tests/ext4/
rand_emmc_perf.c 151 int msecs; local
179 msecs = (res.tv_sec * 1000) + (res.tv_usec / 1000);
180 printf("%d %dbyte iops/sec\n", iops * 1000 / msecs, TST_BLK_SIZE);
  /external/sonivox/jet_tools/JetCreator/
eas.py 406 msecs = c_int(0)
408 result = eas_dll.EAS_GetLocation(self.eas.handle, self.handle, byref(msecs))
411 msecs = float(msecs.value) / 1000
412 eas_logger.debug('EAS_GetLocation: location=%.3f' % msecs)
413 return msecs
806 msecs = c_int(0)
808 result = eas_dll.EAS_GetRenderTime(self.handle, byref(msecs))
811 msecs = float(msecs.value) / 1000
    [all...]
  /development/ndk/platforms/android-5/include/
pthread.h 214 unsigned msecs);
216 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
221 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);
  /development/ndk/platforms/android-8/include/
pthread.h 219 unsigned msecs);
221 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
226 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);

Completed in 981 milliseconds

1 2 3 4 5