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

12 3 4 5 6 7 8 91011>>

  /tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
ScheduledDeviceMetricCollectorTest.java 89 // We give it 500msec to run and 100msec interval we should easily have at least three
118 // We give it 500msec to run and 100msec interval we should easily have at least two
  /external/skia/tools/viewer/
SkottieSlide.cpp 56 fTimeBase = timer.msec();
60 auto t = timer.msec() - fTimeBase;
  /external/skqp/tools/viewer/
SkottieSlide.cpp 54 fTimeBase = timer.msec();
58 auto t = timer.msec() - fTimeBase;
  /frameworks/base/libs/common_time/
utils.h 33 // Set a timeout which should occur msec milliseconds from now.
35 void setTimeout(int msec);
utils.cpp 24 void Timeout::setTimeout(int msec) {
25 if (msec < 0) {
30 mSystemEndTime = systemTime() + (static_cast<nsecs_t>(msec) * 1000000);
  /frameworks/av/media/libmedia/
mediaplayer.cpp 494 status_t MediaPlayer::getCurrentPosition(int *msec)
501 *msec = mCurrentPosition;
504 return mPlayer->getCurrentPosition(msec);
509 status_t MediaPlayer::getDuration_l(int *msec)
524 if (msec) {
525 *msec = durationMs;
534 status_t MediaPlayer::getDuration(int *msec)
537 return getDuration_l(msec);
540 status_t MediaPlayer::seekTo_l(int msec, MediaPlayerSeekMode mode)
542 ALOGV("seekTo (%d, %d)", msec, mode)
    [all...]
  /tools/test/connectivity/acts/tests/google/ble/conn_oriented_chan/
BleCocTest.py 82 "orchestrate_coc_connection. is_secured={}, Connection Interval={}msec, "
323 """Test LE CoC data throughput with 10msec CI and 60bytes buffer size.
325 Test CoC thoughput by establishing a connection and sending data with 10msec
330 2. Change the Connection Interval to 10msec.
361 """Test LE CoC data throughput with 10msec CI and 80bytes buffer size.
363 Test CoC thoughput by establishing a connection and sending data with 10msec
368 2. Change the Connection Interval to 10msec.
399 """Test LE CoC data throughput with 10msec CI and 120bytes buffer size.
401 Test CoC thoughput by establishing a connection and sending data with 10msec
406 2. Change the Connection Interval to 10msec
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
dwarf1.c 274 asection *msec; local
277 msec = bfd_get_section_by_name (stash->abfd, ".line");
278 if (! msec)
281 size = msec->rawsize ? msec->rawsize : msec->size;
284 (stash->abfd, msec, NULL, stash->syms);
472 asection *msec; local
481 msec = bfd_get_section_by_name (abfd, ".debug");
482 if (! msec)
    [all...]
coff-aux.c 112 asection *msec = t->u.def.section; local
115 if (bfd_is_abs_section (msec) && !bfd_is_abs_section (section))
121 else if (bfd_is_abs_section (section) && !bfd_is_abs_section (msec))
  /frameworks/wilhelm/src/itf/
IPlay.cpp 305 static SLresult IPlay_SetMarkerPosition(SLPlayItf self, SLmillisecond mSec)
309 if (SL_TIME_UNKNOWN == mSec) {
315 if (thiz->mMarkerPosition != mSec) {
316 thiz->mMarkerPosition = mSec;
381 static SLresult IPlay_SetPositionUpdatePeriod(SLPlayItf self, SLmillisecond mSec)
385 if (0 == mSec) {
391 if (thiz->mPositionUpdatePeriod != mSec) {
392 thiz->mPositionUpdatePeriod = mSec;
396 SLuint32 frameUpdatePeriod = ((long long) mSec *
  /frameworks/av/media/libmediaplayer2/include/mediaplayer2/
mediaplayer2.h 81 int64_t msec,
84 status_t getCurrentPosition(int64_t *msec);
85 status_t getDuration(int64_t *msec);
134 status_t seekTo_l(int64_t msec, MediaPlayer2SeekMode mode);
136 status_t getDuration_l(int64_t *msec);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
23-1.c 60 int msec = 0; local
75 msec = (int)(20.0 * rand() / RAND_MAX);
76 ts.tv_nsec = msec * 1000000;
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Driver.h 53 int64_t msec, MediaPlayer2SeekMode mode = MediaPlayer2SeekMode::SEEK_PREVIOUS_SYNC);
54 virtual status_t getCurrentPosition(int64_t *msec);
55 virtual status_t getDuration(int64_t *msec);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 64 int msec, MediaPlayerSeekMode mode = MediaPlayerSeekMode::SEEK_PREVIOUS_SYNC);
65 virtual status_t getCurrentPosition(int *msec);
66 virtual status_t getDuration(int *msec);
  /frameworks/base/media/tests/players/
invoke_mock_media_player.cpp 85 virtual status_t seekTo(int /* msec */, android::MediaPlayerSeekMode /* mode */) { return OK; }
86 virtual status_t getCurrentPosition(int* /* msec */) { return OK; }
87 virtual status_t getDuration(int* /* msec */) { return OK; }
  /external/libevent/
poll.c 128 long msec = -1; local
164 msec = evutil_tv_to_msec_(tv);
165 if (msec < 0 || msec > INT_MAX)
166 msec = INT_MAX;
171 res = poll(event_set, nfds, msec);
  /cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
LocalVoiceInteractionTest.java 79 fail("Failed to start voice interaction in " + TIMEOUT_MS + "msec");
84 fail("Failed to stop voice interaction in " + TIMEOUT_MS + "msec");
  /external/fio/
time.c 9 void timeval_add_msec(struct timeval *tv, unsigned int msec)
11 unsigned long adj_usec = 1000 * msec;
  /external/kernel-headers/original/uapi/linux/
rio_cm_cdev.h 54 __u32 rxto; /* receive timeout in mSec. 0 = blocking */
61 __u32 wait_to; /* accept timeout in mSec. 0 = blocking */
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVideoView.java 98 public void seekTo(int msec) {
99 currentPosition = 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)
  /external/webrtc/webrtc/modules/audio_coding/test/
Channel.h 101 // 60msec * 32 sample(max)/msec * 2 description (maybe) * 2 bytes/sample
  /frameworks/base/media/mca/filterfw/native/core/
time_util.cpp 65 const float mSec = TotalUSec() * 1.0E-3f / NumCalls();
66 ALOGE("%s: %f ms", Name().c_str(), mSec);
  /frameworks/base/media/mca/filterpacks/native/base/
time_util.cpp 65 const float mSec = TotalUSec() * 1.0E-3f / NumCalls();
66 ALOGE("%s: %f ms", Name().c_str(), mSec);
  /hardware/interfaces/power/1.1/
types.hal 32 * Time spent in msec at this subsystem-level sleep state since boot.
42 * Timestamp of last entry of this state measured in MSec

Completed in 1149 milliseconds

12 3 4 5 6 7 8 91011>>