HomeSort by relevance Sort by last modified time
    Searched full:msec (Results 101 - 125 of 313) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 315 snprintf(buffer, 255, " msec per frame(%f), channel count(%d), format(%d), frame count(%ld)\n",
335 snprintf(buffer, 255, " msec per frame(%f), latency (%d)\n",
1070 status_t MediaPlayerService::Client::getCurrentPosition(int *msec)
1075 status_t ret = p->getCurrentPosition(msec);
1077 LOGV("[%d] getCurrentPosition = %d", mConnId, *msec);
1084 status_t MediaPlayerService::Client::getDuration(int *msec)
1089 status_t ret = p->getDuration(msec);
1091 LOGV("[%d] getDuration = %d", mConnId, *msec);
1098 status_t MediaPlayerService::Client::seekTo(int msec)
1100 LOGV("[%d] seekTo(%d)", mConnId, msec);
    [all...]
  /dalvik/vm/native/
java_lang_VMThread.c 212 * static void sleep(long msec, int nsec)
  /development/tools/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunner.java 275 * @param msec msecs to sleep for
277 public static void sleep(int msec) throws IOException {
279 recordCommand("sleep: " + msec);
280 Thread.sleep(msec);
  /external/opencore/nodes/streaming/common/include/
pvmf_sm_tunables.h 128 /* Status event happends at 5 Hz (200 msec) intervals */
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_tuneables.h 98 ** the implementation will poll at 10 msec intervals.
  /external/ping/
ping_common.h 87 extern int interval; /* interval between packets (msec) */
  /external/sonivox/arm-fm-22k/lib_src/
eas_smfdata.c 61 0, /* current MIDI tick to msec conversion */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smfdata.c 61 0, /* current MIDI tick to msec conversion */
  /external/sonivox/arm-wt-22k/lib_src/
eas_smfdata.c 61 0, /* current MIDI tick to msec conversion */
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 282 * Each is sent twice (in case lost) w/ 100 msec delay between;
290 * Delay random interval < 100 msec prior to initial sending.
363 /* First timeout should be random interval < 100 msec */
415 * Each response is sent twice (in case lost) w/ 100 msec delay
  /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/
CallTime.java 127 * Returns a "call duration" value for the specified Call, in msec,
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_OAL.h 127 virtual tiVOID TISleep (tiUINT32 msec) = 0;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/
txXfer.h 100 UINT32 timeToTxStuckMs; /* The time (in msec) from first attempt to get a HW buffer status
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.h 52 #define MIN_MONITOR_INTERVAL 50 /*mSec*/
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
proc_stat.c 70 len += (len<count)?sprintf(page+len,"Timer interval = %d msec\n",pHealthMonitor->timerInterval):0;
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txCtrl.h 138 pkt, and covert to msec on user request. */
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_media_clock.h 171 * Units is msec.
457 ** Units is msec. If there is a latency associated with the
492 ** Units is msec.
544 ** Units is msec. If there is a latency associated with the
580 ** Units is msec.
    [all...]
  /external/kernel-headers/original/linux/
serial_core.h 285 unsigned int close_delay; /* msec */
286 unsigned int closing_wait; /* msec */
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
pvmi_mio_fileinput.cpp 973 iStreamDuration = iTotalNumFrames * (iMicroSecondsPerDataEvent / 1000); //in msec
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ioctl.cpp 65 int timeout_msec, // Timeout in this number of msec
207 int timeout_msec, // Timeout in this number of 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/wlan/wl1271/utils/
timer.c 73 TI_UINT32 uIntervalMsec; /* The timer duration in Msec */
427 * \param uIntervalMsec - The timer's duration in Msec.
  /system/wlan/ti/wilink_6_1/utils/
timer.c 74 TI_UINT32 uIntervalMsec; /* The timer duration in Msec */
447 * \param uIntervalMsec - The timer's duration in Msec.

Completed in 4549 milliseconds

1 2 3 45 6 7 8 91011>>