HomeSort by relevance Sort by last modified time
    Searched refs:nTimeout (Results 1 - 17 of 17) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 561 bool PseudoTcp::clock_check(uint32 now, long& nTimeout) {
572 nTimeout = CLOSED_TIMEOUT;
576 nTimeout = DEFAULT_TIMEOUT;
579 nTimeout = talk_base::_min<int32>(nTimeout,
583 nTimeout = talk_base::_min<int32>(nTimeout,
587 nTimeout = talk_base::_min<int32>(nTimeout, talk_base::TimeDiff(m_lastsend + m_rx_rto, now));
591 nTimeout = talk_base::_min<int32>(nTimeout
    [all...]
pseudotcp.h 151 bool clock_check(uint32 now, long& nTimeout);
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 356 uint32_t nTimeout,
362 TRACE_INFO("TEEC_GetTimeLimit(0x%X, %u ms)", sContext, nTimeout);
364 if (nTimeout == 0xFFFFFFFF )
371 nTimeLimit = scxGetCurrentTime() + nTimeout;
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 612 * nTimeout : Number of milliseconds before backlight automatically turns
620 OMX_U32 nTimeout;
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_IVCommon.h 583 * nTimeout : Number of milliseconds before backlight automatically turns
591 OMX_U32 nTimeout;
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_IVCommon.h 583 * nTimeout : Number of milliseconds before backlight automatically turns
591 OMX_U32 nTimeout;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_IVCommon.h 583 * nTimeout : Number of milliseconds before backlight automatically turns
591 OMX_U32 nTimeout;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 583 * nTimeout : Number of milliseconds before backlight automatically turns
591 OMX_U32 nTimeout;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IVCommon.h 583 * nTimeout : Number of milliseconds before backlight automatically turns
591 OMX_U32 nTimeout;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 742 OMX_U32 nTimeout;
764 nTimeout = 0;
794 else if (nTimeout++ > 0xEFFFFFFE) {
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 789 OMX_U32 nTimeout = 0;
808 nTimeout = 0;
813 if (nTimeout++ > 200000) {
861 nTimeout = 0;
866 if (nTimeout++ > 200000) {
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c 647 OMX_U32 nTimeout = 0;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c 825 OMX_U32 nTimeout = 0x0;
839 nTimeout = 0x0;
    [all...]
OMX_VideoEncoder.c     [all...]

Completed in 183 milliseconds