/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 | 89 ** millisec: Timeout in milliseconds. 94 bool CondVar::wait (Mutex& mutex, long millisec) 105 absoluteTime.tv_sec += millisec / 1000; 106 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/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;
|
/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 | 67 private static final long DURATION = 10; // millisec.
|
/external/qemu/android/ |
multitouch-port.c | 43 /* Timeout (millisec) to use when communicating with SDK controller. */
|
sensors-port.c | 35 /* Timeout (millisec) to use when communicating with SDK controller. */
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
Monkey.java | [all...] |
/bionic/libc/kernel/common/linux/ |
msm_vidc_enc.h | 400 unsigned long millisec; member in struct:venc_timeout
|
/external/kernel-headers/original/linux/ |
msm_vidc_enc.h | 593 unsigned long millisec; member in struct:venc_timeout
|