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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 614 bool PseudoTcp::clock_check(uint32 now, long& nTimeout) {
627 nTimeout = CLOSED_TIMEOUT;
631 nTimeout = DEFAULT_TIMEOUT;
634 nTimeout = rtc::_min<int32>(nTimeout,
638 nTimeout = rtc::_min<int32>(nTimeout,
642 nTimeout = rtc::_min<int32>(nTimeout, rtc::TimeDiff(m_lastsend + m_rx_rto, now));
646 nTimeout = rtc::_min<int32>(nTimeout
    [all...]
pseudotcp.h 172 bool clock_check(uint32 now, long& nTimeout);
  /hardware/ti/omap4-aah/security/tee_client_api/
tee_client_api_linux_driver.c 364 uint32_t nTimeout,
370 TRACE_INFO("TEEC_GetTimeLimit(0x%X, %u ms)", sContext, nTimeout);
372 if (nTimeout == 0xFFFFFFFF )
379 nTimeLimit = scxGetCurrentTime() + 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 620 * nTimeout : Number of milliseconds before backlight automatically turns
628 OMX_U32 nTimeout;
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_IVCommon.h 596 * nTimeout : Number of milliseconds before backlight automatically turns
604 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/omap4-aah/domx/omx_core/inc/
OMX_IVCommon.h 609 * nTimeout : Number of milliseconds before backlight automatically turns
617 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msimcsdk.h 231 virtual HRESULT WINAPI PopupMessage(BSTR bstrMessage,__LONG32 nTimeout,VARIANT_BOOL fClick,__LONG32 *plCookie) = 0;
249 HRESULT (WINAPI *PopupMessage)(IMSIMHost *This,BSTR bstrMessage,__LONG32 nTimeout,VARIANT_BOOL fClick,__LONG32 *plCookie);
269 #define IMSIMHost_PopupMessage(This,bstrMessage,nTimeout,fClick,plCookie) (This)->lpVtbl->PopupMessage(This,bstrMessage,nTimeout,fClick,plCookie)
283 HRESULT WINAPI IMSIMHost_PopupMessage_Proxy(IMSIMHost *This,BSTR bstrMessage,__LONG32 nTimeout,VARIANT_BOOL fClick,__LONG32 *plCookie);
    [all...]
msclus.h     [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...]
  /external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c     [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 698 milliseconds