Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 25 of 25) sorted by relevance

/hardware/ril/libril/
Dril_event.cpp86 dlog(" timeout = %ds + %dus", (int)ev->timeout.tv_sec, (int)ev->timeout.tv_usec); in dump_event()
171 while ((tev != &timer_list) && (timercmp(&now, &tev->timeout, >))) { in processTimeouts()
231 (int)tev->timeout.tv_sec, (int)tev->timeout.tv_usec); in calcNextTimeout()
232 if (timercmp(&tev->timeout, &now, >)) { in calcNextTimeout()
233 timersub(&tev->timeout, &now, tv); in calcNextTimeout()
300 timeradd(&now, tv, &ev->timeout); in ril_timer_add()
303 while (timercmp(&list->timeout, &ev->timeout, < ) in ril_timer_add()
Dril_event.h30 struct timeval timeout; member
/hardware/ti/wlan/wl1271/TWD/MacServices/
DScanSrv.c592 TI_UINT32 i, uDtimPeriodMs, uBeaconIntervalMs, timeout = 0; in MacServices_scanSRVcalculateScanTimeout() local
634 timeout += scanParams->channelEntry[ i ].normalChannelEntry.maxChannelDwellTime; in MacServices_scanSRVcalculateScanTimeout()
636 timeout = (timeout / 1000) + uDtimPeriodMs + SCAN_SRV_FW_GUARD_TIME_MS; in MacServices_scanSRVcalculateScanTimeout()
645 timeout += scanParams->channelEntry[ i ].normalChannelEntry.maxChannelDwellTime; in MacServices_scanSRVcalculateScanTimeout()
647 timeout = (timeout / 1000) + uDtimPeriodMs + in MacServices_scanSRVcalculateScanTimeout()
653 timeout = scanParams->SPSScanDuration + SCAN_SRV_FW_GUARD_TIME_MS; in MacServices_scanSRVcalculateScanTimeout()
660 …SRV->hReport, REPORT_SEVERITY_INFORMATION, "scanSRVcalculateScanTimeout, timeout = %d\n", timeout); in MacServices_scanSRVcalculateScanTimeout()
662 return timeout; in MacServices_scanSRVcalculateScanTimeout()
/hardware/qcom/gps/loc_api/libloc_api/
Dloc_eng_ni.cpp298 notif.timeout = LOC_NI_NO_RESPONSE_TIME; // vx_req->user_resp_timer_val; in loc_ni_request_handler()
319 notif.timeout = LOC_NI_NO_RESPONSE_TIME; // umts_cp_req->user_response_timer; in loc_ni_request_handler()
353 notif.timeout = LOC_NI_NO_RESPONSE_TIME; // supl_req->user_response_timer; in loc_ni_request_handler()
410 …on: notif_type: %d, timeout: %d, default_resp: %d", notif.ni_type, notif.timeout, notif.default_re… in loc_ni_request_handler()
417 …loc_eng_ni_data.response_time_left = 5 + (notif.timeout != 0 ? notif.timeout : LOC_NI_NO_RESPONSE_… in loc_ni_request_handler()
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DauthSm.c211 pHandle->timeout = pAuthInitParams->authResponseTimeout; in auth_SetDefaults()
414 pParam->content.authResponseTimeout = pHandle->timeout; in auth_getParam()
488 pHandle->timeout = pParam->content.authResponseTimeout; in auth_setParam()
DauthSm.h80 TI_UINT32 timeout; member
DAssocSM.h96 TI_UINT32 timeout; member
DtrafficAdmControl.h97 TI_UINT32 timeout; member
DassocSM.c297 pHandle->timeout = pAssocInitParams->assocResponseTimeout; in assoc_SetDefaults()
621 pParam->content.assocResponseTimeout = pHandle->timeout; in assoc_getParam()
760 pHandle->timeout = pParam->content.assocResponseTimeout; in assoc_setParam()
1035 pAssoc->timeout, in assoc_smStartTimer()
DtrafficAdmControl.c270 pTrafficAdmCtrl->timeout = pTrafficAdmCtrlInitParams->trafficAdmCtrlResponseTimeout; in trafficAdmCtrl_config()
904 pTrafficAdmCtrl->timeout, in trafficAdmCtrl_startTimer()
1307 WLAN_OS_REPORT(("timeout = %d\n",pTrafficAdmCtr->timeout)); in trafficAdmCtrl_print()
DopenAuthSm.c414 hAuth->timeout, in openAuth_smStartTimer()
DsharedKeyAuthSm.c501 hAuth->timeout, in sharedKeyAuth_smStartTimer()
/hardware/ti/omap3/dspbridge/libbridge/inc/
Drms_sh.h97 RMS_WORD timeout; /* Timeout (msec) for blocking calls */ member
/hardware/ti/omap3/dspbridge/inc/
Drms_sh.h97 RMS_WORD timeout; /* Timeout (msec) for blocking calls */ member
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
Dconn.h78 TI_UINT32 timeout; member
Dconn.c186 pConn->timeout = pConnInitParams->connSelfTimeout; in conn_SetDefaults()
285 pConn->timeout = pParam->content.connSelfTimeout; in conn_setParam()
323 pParam->content.connSelfTimeout = pConn->timeout; in conn_getParam()
DconnIbss.c521 pConn->timeout + randomTime, in idle_to_selfWait()
/hardware/msm7k/librpc/rpc/
Dclnt.h163 struct timeval timeout
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd_linux.c2624 int timeout = dhd_ioctl_timeout_msec; local
2628 timeout = msecs_to_jiffies(timeout);
2634 while (!(*condition) && (!signal_pending(current) && timeout)) {
2635 timeout = schedule_timeout(timeout);
2645 return timeout;
3036 int timeout = 10 * HZ / 1000; local
3043 schedule_timeout(timeout);
/hardware/libhardware/include/hardware/
Dgps.h540 int timeout; member
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/
Ddriver_ti.c269 int scan_type, res, timeout, scan_probe_flag = 0; in wpa_driver_tista_scan() local
307 timeout = 30; in wpa_driver_tista_scan()
309 res, timeout); in wpa_driver_tista_scan()
311 eloop_register_timeout(timeout, 0, wpa_driver_wext_scan_timeout, in wpa_driver_tista_scan()
/hardware/broadcom/wlan/bcm4329/src/include/proto/
D802.11.h1064 uint16 timeout; member
1076 uint16 timeout; member
/hardware/qcom/media/mm-video/vidc/venc/src/
Dvideo_encoder_device.cpp137 struct venc_timeout timeout; in async_venc_message_thread() local
141 timeout.millisec = VEN_TIMEOUT_INFINITE; in async_venc_message_thread()
/hardware/msm7k/librpc/
Dclnt.c304 struct timeval timeout) in clnt_call() argument
/hardware/broadcom/wlan/bcm4329/src/wl/sys/
Dwl_cfg80211.c88 struct net_device *dev, bool enabled, int32 timeout);
1934 bool enabled, int32 timeout) in wl_cfg80211_set_power_mgmt() argument