HomeSort by relevance Sort by last modified time
    Searched full:ntimeout (Results 1 - 19 of 19) 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);
  /external/tcpdump/
print-smb.c 213 "TotParam=[d]\nTotData=[d]\nMaxParam=[d]\nMaxData=[d]\nMaxSetup=[b][P1]\nFlags=[w]\nTimeOut=[D]\nRes1=[w]\nParamCnt=[d]\nParamOff=[d]\nDataCnt=[d]\nDataOff=[d]\nSetupCnt=[b][P1]\n",
492 f1 = "Com2=[w]\nOff2=[d]\nHandle=[d]\nLockType=[w]\nTimeOut=[D]\nUnlockCount=[d]\nLockCount=[d]\n";
636 { "Handle=[d]\nOffset=[D]\nMaxCount=[d]\nMinCount=[d]\nTimeOut=[D]\nRes=[d]\n",
640 { "Handle=[d]\nTotalCount=[d]\nRes=[w]\nOffset=[D]\nTimeOut=[D]\nWMode=[w]\nRes2=[W]\n|DataSize=[d]\nDataOff=[d]\n",
659 { "Handle=[d]\nOffset=[D]\nMaxCount=[d]\nMinCount=[d]\nTimeOut=[D]\nRes=[w]\n",
665 { "Handle=[d]\nTotCount=[d]\nRes=[w]\nOffset=[D]\nTimeOut=[D]\nWMode=[w]\nRes2=[W]\nDataSize=[d]\nDataOff=[d]\n", NULL,
693 { "Com2=[w]\nOff2=[d]\nFlags=[w]\nMode=[w]\nSearchAttrib=[A]\nAttrib=[A]\nTime=[T2]OFun=[w]\nSize=[D]\nTimeOut=[D]\nRes=[W]\n",
699 { "Com2=[w]\nOff2=[d]\nHandle=[d]\nOffset=[D]\nMaxCount=[d]\nMinCount=[d]\nTimeOut=[D]\nCountLeft=[d]\n",
705 { "Com2=[w]\nOff2=[d]\nHandle=[d]\nOffset=[D]\nTimeOut=[D]\nWMode=[w]\nCountLeft=[d]\nRes=[w]\nDataSize=[d]\nDataOff=[d]\n",
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
MethodProfilingHandler.java 152 displayErrorFromUiThread("Unable to download trace file:\n\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;
  /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...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_IVCommon.h 583 * nTimeout : Number of milliseconds before backlight automatically turns
591 OMX_U32 nTimeout;
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 610 * nTimeout : Number of milliseconds before backlight automatically turns
618 OMX_U32 nTimeout;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
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...]
  /external/qemu/
qemu-char.c     [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_VideoEncoder.c     [all...]
OMX_VideoEnc_Utils.c 825 OMX_U32 nTimeout = 0x0;
839 nTimeout = 0x0;
    [all...]

Completed in 5051 milliseconds