HomeSort by relevance Sort by last modified time
    Searched full:msec (Results 151 - 175 of 354) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/services/java/com/android/server/
BluetoothManagerService.java 59 private static final int TIMEOUT_BIND_MS = 3000; //Maximum msec to wait for a bind
60 private static final int TIMEOUT_SAVE_MS = 500; //Maximum msec to wait for a save
61 //Maximum msec to wait for service restart
63 //Maximum msec to delay MESSAGE_USER_SWITCHED
    [all...]
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.h 90 virtual void getPositionMsec(int* msec); // ANDROID_UNKNOWN_TIME if unknown
android_AudioSfDecoder.cpp 81 void AudioSfDecoder::getPositionMsec(int* msec) {
84 *msec = ANDROID_UNKNOWN_TIME;
86 *msec = timeUsec / 1000;
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrl.h 140 pkt, and covert to msec on user request. */
  /packages/apps/Phone/src/com/android/phone/
BitmapUtils.java 82 if (DBG) log("createBlurredBitmap() done (elapsed = " + (endTime - startTime) + " msec)");
CallTime.java 127 * Returns a "call duration" value for the specified Call, in msec,
  /packages/inputmethods/LatinIME/java/res/values/
attrs.xml 132 <!-- Static threshold for gesture after fast typing (msec) -->
136 <!-- Dynamic threshold for gesture after fast typing (msec) -->
138 <!-- Time based threshold values for gesture detection (msec) -->
146 <!-- Parameters for gesture recognition (msec) and (keyWidth%/sec) -->
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 1341 unsigned int msec; local
1365 unsigned int msec; local
    [all...]
  /external/kernel-headers/original/linux/
serial_core.h 285 unsigned int close_delay; /* msec */
286 unsigned int closing_wait; /* msec */
  /external/llvm/include/llvm/Support/
TimeValue.h 231 uint64_t msec() const { function in class:llvm::sys::TimeValue
320 void msec( int64_t milliseconds ) { function in class:llvm::sys::TimeValue
  /frameworks/av/libvideoeditor/vss/src/
M4DECODER_Null.c 287 * @param pTime: (IN/OUT) IN: Time to decode up to (in msec)
288 * OUT:Time of the last decoded frame (in msec)
  /frameworks/base/services/common_time/
clock_recovery.cpp 333 // another in less that 190mSec or so can start to cause trouble. Adding in
335 // 300mSec.
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h 440 The component will return from this call within 5 msec.
524 call. The component will return from this call within 5 msec.
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 440 The component will return from this call within 5 msec.
524 call. The component will return from this call within 5 msec.
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 440 The component will return from this call within 5 msec.
524 call. The component will return from this call within 5 msec.
  /hardware/ti/wlan/wl1271/utils/
timer.c 73 TI_UINT32 uIntervalMsec; /* The timer duration in Msec */
427 * \param uIntervalMsec - The timer's duration in Msec.
  /external/libnl-headers/netlink/
attr.h 119 /* Msec attribute */
  /external/skia/src/animator/
SkDisplayPost.cpp 29 SK_MEMBER(delay, MSec),
SkDisplayApply.cpp 38 SK_MEMBER(begin, MSec),
41 SK_MEMBER(interval, MSec), // recommended redraw interval
50 SK_MEMBER_PROPERTY(time, MSec),
  /external/skia/src/utils/
SkInterpolator.cpp 40 <time (in msec)>
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 62 uint32 timeStamp; /* Vop TimeStamp in msec */
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 306 TI_UINT32 uCycleIntervalMsec[ PERIODIC_SCAN_MAX_INTERVAL_NUM ]; /**< Intervals (in Msec) between two sequential scan cycle */
  /external/tcpdump/
print-icmp.c 321 u_int msec,sec,min,hrs; local
325 msec = tstamp % 1000;
329 snprintf(buf, sizeof(buf), "%02u:%02u:%02u.%03u",hrs,min,sec,msec);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu10k1.h 479 #define ATKHLDV_HOLDTIME_MASK 0x00007f00 /* Envelope hold time (127-n == n*88.2msec) */
481 /* 0 = infinite, 1 = 10.9msec, ... 0x7f = 5.5msec */
490 /* 0 = 43.7msec, 1 = 21.8msec, 0x7f = 22msec */
502 #define ATKHLDM_HOLDTIME 0x00007f00 /* Envelope hold time (127-n == n*42msec) */
504 /* 0 = infinite, 1 = 11msec, ... 0x7f = 5.5msec */
510 /* 0 = 43.7msec, 1 = 21.8msec, 0x7f = 22msec *
    [all...]

Completed in 702 milliseconds

1 2 3 4 5 67 8 91011>>