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

1 2

  /frameworks/base/core/java/android/webkit/
WebSyncManager.java 29 // time delay in millisec for a sync (now) message
30 private static int SYNC_NOW_INTERVAL = 100; // 100 millisec
31 // time delay in millisec for a sync (later) message
  /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);
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 47 size_t BORT; /* beginning of recognition time (millisec) */
48 size_t DURS; /* amount of speech processed (millisec) */
49 size_t EORT; /* end of recognition time (millisec) */
53 size_t EOST; /* instant where end of speech signal occurred (millisec) */
  /external/webkit/Source/WebCore/platform/android/
SharedTimerAndroid.cpp 54 ALOGV("setSharedTimerFireTime: in %d millisec", (int)timeInMs);
  /external/qemu/android/camera/
camera-common.h 192 _camera_sleep(int millisec)
195 const uint64_t wake_at = _get_timestamp() + (uint64_t)millisec * 1000;
camera-service.c     [all...]
  /external/qemu/android/protocol/
core-connection.h 32 // Socket timeout in millisec (set to 5 seconds)
164 // Min 2 seconds + 10 millisec for each transferring byte.
ui-commands-proxy.c 57 // Min 2 seconds + 10 millisec for each transferring byte.
core-commands-impl.c 116 // Min 2 seconds + 10 millisec for each transferring byte.
  /packages/apps/Contacts/tests/src/com/android/contacts/calllog/
CallLogFragmentTest.java 463 * @param date In millisec since epoch. Use NOW to use the current time.
492 * @param date In millisec since epoch. Use NOW to use the current time.
511 * @param date In millisec since epoch. Use NOW to use the current time.
534 * @param date In millisec since epoch. Use NOW to use the current time.
547 * @param date In millisec since epoch. Use NOW to use the current time.
556 * @param date In millisec since epoch. Use NOW to use the current time.
565 * @param date In millisec since epoch. Use NOW to use the current time.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
sg.h 55 unsigned int timeout; /* [i] MAX_UINT->no timeout (unit: millisec) */
66 unsigned int duration; /* [o] time taken by cmd (unit: millisec) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
sg.h 55 unsigned int timeout; /* [i] MAX_UINT->no timeout (unit: millisec) */
66 unsigned int duration; /* [o] time taken by cmd (unit: millisec) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
sg.h 55 unsigned int timeout; /* [i] MAX_UINT->no timeout (unit: millisec) */
66 unsigned int duration; /* [o] time taken by cmd (unit: millisec) */
  /frameworks/av/include/media/
Metadata.h 70 static const Type kDuration = 14; // Integer(millisec)
  /packages/apps/Phone/src/com/android/phone/
HapticFeedback.java 66 private static final long DURATION = 10; // millisec.
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java     [all...]
  /bionic/libc/kernel/common/linux/
msm_vidc_enc.h 379 unsigned long millisec; member in struct:venc_timeout
  /external/kernel-headers/original/linux/
msm_vidc_enc.h 579 unsigned long millisec; member in struct:venc_timeout
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
ticon.c 442 {(PS8)"Interval (in millisec)", CON_PARM_RANGE, 0, 3600000, 1000 },
460 {(PS8)"Min dwell time (in millisec)", CON_PARM_RANGE, 1, 1000, 15 },
461 {(PS8)"Max dwell time (in millisec)", CON_PARM_RANGE, 1, 1000, 100 },
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 720 pAu->CTS = pAu->CTS / 1000; /*converting the microsec to millisec */
VideoEditor3gpReader.cpp     [all...]
  /frameworks/base/media/java/android/media/
Metadata.java 124 public static final int DURATION = 14; // Integer(millisec)
  /external/qemu/android/
main-common.c 956 // Socket timeout in millisec (set to 5 seconds)
    [all...]
android-device.c 363 * to - Relative timeout (in millisec) for the operation.
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 141 timeout.millisec = VEN_TIMEOUT_INFINITE;
    [all...]

Completed in 723 milliseconds

1 2