HomeSort by relevance Sort by last modified time
    Searched full:msecs (Results 76 - 100 of 206) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/
pthread.h 221 unsigned msecs);
223 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
228 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
pthread.h 221 unsigned msecs);
223 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
228 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
pthread.h 221 unsigned msecs);
223 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
228 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
pthread.h 221 unsigned msecs);
223 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
228 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
pthread.h 221 unsigned msecs);
223 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
228 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
pthread.h 221 unsigned msecs);
223 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
228 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
pthread.h 221 unsigned msecs);
223 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
228 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
pthread.h 221 unsigned msecs);
223 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
228 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
pthread.h 221 unsigned msecs);
223 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
228 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
pthread.h 221 unsigned msecs);
223 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
228 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
pthread.h 221 unsigned msecs);
223 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
228 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
pthread.h 221 unsigned msecs);
223 /* same as pthread_mutex_lock(), but will wait up to 'msecs' milli-seconds
228 int pthread_mutex_lock_timeout_np(pthread_mutex_t *mutex, unsigned msecs);
  /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);
  /art/runtime/
barrier_test.cc 73 timeout_barrier.Increment(self, 1, 100); // sleep 100 msecs
  /external/pdfium/testing/
embedder_test.cpp 297 int msecs, TimerCallback fn) {
299 return test->delegate_->SetTimer(msecs, fn);
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 71 Log.w(mTag, "Notification sound delayed by " + delay + "msecs");
103 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
ExifInterface.java 378 long msecs = datetime.getTime(); local
387 msecs += sub;
391 return msecs;
  /system/bt/embdrv/sbc/decoder/include/
oi_bt_spec.h 215 #define OI_MSECS_TO_BT_TICKS(msecs) (((msecs)*8)/5)
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.h 161 MIX_RESULT (*get_timestamp) (MixAudio *mix, guint64 *msecs);
167 MIX_RESULT (*set_volume) (MixAudio *mix, gint currvol, MixVolType type, gulong msecs, MixVolRamp ramptype);
418 * @msecs: play time in milliseconds.
423 MIX_RESULT mix_audio_get_timestamp(MixAudio *mix, guint64 *msecs);
491 MIX_RESULT mix_audio_set_volume(MixAudio *mix, gint currvol, MixVolType type, gulong msecs, MixVolRamp ramptype);
565 * @msecs: stream byte decoded..
  /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);
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 293 msecs = _subprocess.INFINITE
295 msecs = max(0, int(timeout * 1000 + 0.5))
297 res = _subprocess.WaitForSingleObject(int(self._handle), msecs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 293 msecs = _subprocess.INFINITE
295 msecs = max(0, int(timeout * 1000 + 0.5))
297 res = _subprocess.WaitForSingleObject(int(self._handle), msecs)

Completed in 330 milliseconds

1 2 34 5 6 7 8 9