/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
CondVar.h | 74 ** millisec: Timeout in milliseconds. 79 bool wait (Mutex& mutex, long millisec);
|
SyncEvent.h | 81 ** millisec: Timeout in milliseconds. 86 bool wait (long millisec) 88 bool retVal = mCondVar.wait (mMutex, millisec);
|
CondVar.cpp | 93 ** millisec: Timeout in milliseconds. 98 bool CondVar::wait (Mutex& mutex, long millisec) 109 absoluteTime.tv_sec += millisec / 1000; 110 long ns = absoluteTime.tv_nsec + ((millisec % 1000) * 1000000);
|
/packages/apps/Nfc/nci/jni/ |
CondVar.h | 70 ** millisec: Timeout in milliseconds. 75 bool wait (Mutex& mutex, long millisec);
|
SyncEvent.h | 77 ** millisec: Timeout in milliseconds. 82 bool wait (long millisec) 84 bool retVal = mCondVar.wait (mMutex, millisec);
|
CondVar.cpp | 91 ** millisec: Timeout in milliseconds. 96 bool CondVar::wait (Mutex& mutex, long millisec) 107 absoluteTime.tv_sec += millisec / 1000; 108 long ns = absoluteTime.tv_nsec + ((millisec % 1000) * 1000000);
|
/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/qemu/android/camera/ |
camera-common.h | 192 _camera_sleep(int millisec) 195 const uint64_t wake_at = _get_timestamp() + (uint64_t)millisec * 1000;
|
/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/Dialer/tests/src/com/android/dialer/calllog/ |
CallLogFragmentTest.java | 484 * @param date In millisec since epoch. Use NOW to use the current time. 514 * @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. 559 * @param date In millisec since epoch. Use NOW to use the current time. 572 * @param date In millisec since epoch. Use NOW to use the current time. 581 * @param date In millisec since epoch. Use NOW to use the current time. 590 * @param date In millisec since epoch. Use NOW to use the current time.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 20 UPDATEINTERVAL = 100 # millisec 21 FONTUPDATEINTERVAL = 1000 # millisec
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 20 UPDATEINTERVAL = 100 # millisec 21 FONTUPDATEINTERVAL = 1000 # millisec
|
/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)
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/ |
video_encoder_device_copper.h | 155 unsigned long millisec; member in struct:msm_venc_timeout
|
/packages/apps/PhoneCommon/src/com/android/phone/common/ |
HapticFeedback.java | 65 private static final long DURATION = 10; // millisec.
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
video_encoder_device_v4l2.h | 155 unsigned long millisec; member in struct:msm_venc_timeout
|
/external/qemu/android/ |
multitouch-port.c | 43 /* Timeout (millisec) to use when communicating with SDK controller. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_datetime.py | [all...] |