HomeSort by relevance Sort by last modified time
    Searched refs:msec (Results 26 - 50 of 275) sorted by null

12 3 4 5 6 7 8 91011

  /frameworks/base/libs/common_time/
utils.cpp 24 void Timeout::setTimeout(int msec) {
25 if (msec < 0) {
30 mSystemEndTime = systemTime() + (static_cast<nsecs_t>(msec) * 1000000);
  /hardware/qcom/gps/msm8084/utils/
loc_timer.c 115 void* loc_timer_start(unsigned int msec, loc_timer_callback cb_func,
122 if(cb_func == NULL || msec == 0) {
144 t->time_msec = msec;
  /hardware/qcom/gps/msm8994/utils/
loc_timer.c 131 void* loc_timer_start(unsigned int msec, loc_timer_callback cb_func,
138 if(cb_func == NULL || msec == 0) {
160 t->time_msec = msec;
  /hardware/qcom/gps/utils/
loc_timer.c 131 void* loc_timer_start(unsigned int msec, loc_timer_callback cb_func,
138 if(cb_func == NULL || msec == 0) {
160 t->time_msec = msec;
  /art/test/084-class-init/src/
Main.java 43 public static void sleep(int msec) {
45 Thread.sleep(msec);
  /external/jetty/src/java/org/eclipse/jetty/security/
HashLoginService.java 107 public void setRefreshInterval(int msec)
109 _refreshInterval = msec;
  /external/vboot_reference/firmware/stub/
vboot_api_stub.c 22 void VbExSleepMs(uint32_t msec)
26 VbError_t VbExBeep(uint32_t msec, uint32_t frequency)
  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 152 SLmillisecond msec; local
153 result = (*caller)->GetPosition(caller, &msec);
157 fprintf(stdout, "SL_PLAYEVENT_HEADATEND current position=%u ms\n", msec);
162 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS current position=%u ms\n", msec);
166 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER current position=%u ms\n", msec);
181 SLmillisecond msec; local
182 SLresult result = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &msec);
184 printf("DecPlayCallback called (iteration %d): current position=%u ms\n", counter, msec);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 385 status_t NuPlayerDriver::seekTo(int msec) {
386 ALOGD("seekTo(%p) %d ms at state %d", this, msec, mState);
389 int64_t seekTimeUs = msec * 1000ll;
413 status_t NuPlayerDriver::getCurrentPosition(int *msec) {
419 *msec = (int)divRound(tempUs, (int64_t)(1000));
435 *msec = (int)divRound(tempUs, (int64_t)(1000));
439 status_t NuPlayerDriver::getDuration(int *msec) {
446 *msec = (mDurationUs + 500ll) / 1000;
537 int msec = 0; local
539 getCurrentPosition(&msec);
    [all...]
  /external/v8/src/base/platform/
condition-variable.cc 291 int64_t msec = (end - now).InMilliseconds();
292 if (msec >= static_cast<int64_t>(INFINITE)) {
299 result = event->WaitFor((msec < 0) ? 0 : static_cast<DWORD>(msec));
  /prebuilts/gdb/darwin-x86/lib/python2.7/
timeit.py 321 msec = usec / 1000
322 if msec < 1000:
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
325 sec = msec / 1000
  /prebuilts/gdb/linux-x86/lib/python2.7/
timeit.py 321 msec = usec / 1000
322 if msec < 1000:
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
325 sec = msec / 1000
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py 321 msec = usec / 1000
322 if msec < 1000:
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
325 sec = msec / 1000
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py 321 msec = usec / 1000
322 if msec < 1000:
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
325 sec = msec / 1000
  /external/libxml2/
testSAX.c 119 long msec; local
123 msec = end.tv_sec - begin.tv_sec;
124 msec *= 1000;
125 msec += (end.tv_usec - begin.tv_usec) / 1000;
134 fprintf(stderr, " took %ld ms\n", msec);
155 long msec; local
159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
167 fprintf(stderr, " took %ld ms\n", msec);
191 fprintf(stderr, " was not timed\n", msec);
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.cpp 286 // msec != NULL
288 // *msec ==
291 void GenericMediaPlayer::getPositionMsec(int* msec) {
296 if (player == 0 || player->getCurrentPosition(msec) != NO_ERROR) {
297 *msec = ANDROID_UNKNOWN_TIME;
567 int msec = 0; local
568 if (OK == mPlayer->getDuration(&msec)) {
570 mDurationMsec = msec;
android_GenericPlayer.h 78 void getDurationMsec(int* msec); //msec != NULL, ANDROID_UNKNOWN_TIME if unknown
79 virtual void getPositionMsec(int* msec) = 0; //msec != NULL, ANDROID_UNKNOWN_TIME if unknown
  /hardware/ril/reference-ril/
atchannel.c 85 static void setTimespecRelative(struct timespec *p_ts, long long msec)
91 p_ts->tv_sec = tv.tv_sec + (msec / 1000);
92 p_ts->tv_nsec = (tv.tv_usec + (msec % 1000) * 1000L ) * 1000L;
100 static void sleepMsec(long long msec)
105 ts.tv_sec = (msec / 1000);
106 ts.tv_nsec = (msec % 1000) * 1000 * 1000;
  /external/autotest/client/site_tests/video_WebRtcMediaRecorder/
mediarecorder_test_utils.js 10 console.log('Waiting for ', duration.toString(), 'msec');
  /external/libdrm/tests/modetest/
cursor.c 74 uint32_t msec; member in struct:cursor_step
164 usleep(1000 * step->msec);
  /external/llvm/include/llvm/Support/
TimeValue.h 243 uint64_t msec() const { function in class:llvm::sys::TimeValue
324 void msec( int64_t milliseconds ) { function in class:llvm::sys::TimeValue
  /packages/experimental/procstatlog/
procstatreport.py 121 msec: <nobr>%(msec)d waiting</nobr>
147 msec = "%d" % (when * 1000)
148 writer.writerow([msec] + [values.get(n, "") for n in range(num_cols)])
509 msec = int(next[10]) - int(last[10])
512 max_msec = max(max_msec, msec)
517 disk_msec.setdefault(device, {})[when] = msec
552 msec = disk_msec[device]
555 ["msec"], [msec],
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 502 asection *msec; local
508 msec = bfd_get_section_by_name (abfd, section_name);
509 if (! msec)
513 msec = bfd_get_section_by_name (abfd, section_name);
515 if (! msec)
523 *section_size = msec->rawsize ? msec->rawsize : msec->size;
527 = bfd_simple_get_relocated_section_contents (abfd, msec, NULL, syms);
536 if (! bfd_get_section_contents (abfd, msec, *section_buffer
2971 asection *msec; local
3473 asection *msec; local
    [all...]
  /external/fio/
diskutil.h 15 uint64_t msec; member in struct:disk_util_stats
  /external/libevent/
win32select.c 302 long msec = tv ? evutil_tv_to_msec(tv) : LONG_MAX; local
304 if (msec < 0)
305 msec = LONG_MAX;
307 Sleep(msec);

Completed in 1324 milliseconds

12 3 4 5 6 7 8 91011