Searched refs:timeout (Results 26 - 50 of 62) sorted by relevance

123

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp108 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
116 /* For robustness, spawn a thread at this point to timeout to clear up the notification status, even though
119 loc_eng_ni_data_p->respTimeLeft = 5 + (notif->timeout != 0 ? notif->timeout : LOC_NI_NO_RESPONSE_TIME);
H A DLocApiAdapter.cpp210 notif.timeout = LOC_NI_NO_RESPONSE_TIME;
H A Dloc_eng_msg.h353 notify.timeout,
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DauthSm.c211 pHandle->timeout = pAuthInitParams->authResponseTimeout;
414 pParam->content.authResponseTimeout = pHandle->timeout;
488 pHandle->timeout = pParam->content.authResponseTimeout;
H A DopenAuthSm.c102 * I - authTimeout - Association SM timeout \n
414 hAuth->timeout,
H A DassocSM.c297 pHandle->timeout = pAssocInitParams->assocResponseTimeout;
621 pParam->content.assocResponseTimeout = pHandle->timeout;
760 pHandle->timeout = pParam->content.assocResponseTimeout;
1035 pAssoc->timeout,
H A DsharedKeyAuthSm.c100 * I - authTimeout - Association SM timeout \n
501 hAuth->timeout,
H A DtrafficAdmControl.c270 pTrafficAdmCtrl->timeout = pTrafficAdmCtrlInitParams->trafficAdmCtrlResponseTimeout;
451 DESCRIPTION: the action function when event timeout ocuured on wait state
904 pTrafficAdmCtrl->timeout,
1307 WLAN_OS_REPORT(("timeout = %d\n",pTrafficAdmCtr->timeout));
/hardware/broadcom/wlan/bcm4329/wpa_supplicant_8_lib/
H A Ddriver_cmd_wext.c38 * wpa_driver_wext_set_scan_timeout - Set scan timeout to report scan completion
41 * This function can be used to set registered timeout when starting a scan to
47 int timeout = 10; /* In case scan A and B bands it can be long */ local
50 * read results after a timeout. */
54 * when scan is complete, so use longer timeout to avoid race
57 timeout = 30;
59 wpa_printf(MSG_DEBUG, "Scan requested - scan timeout %d seconds",
60 timeout);
62 eloop_register_timeout(timeout, 0, wpa_driver_wext_scan_timeout, drv,
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_cmd_wext.c41 * wpa_driver_wext_set_scan_timeout - Set scan timeout to report scan completion
44 * This function can be used to set registered timeout when starting a scan to
50 int timeout = 10; /* In case scan A and B bands it can be long */ local
53 * read results after a timeout. */
57 * when scan is complete, so use longer timeout to avoid race
60 timeout = 30;
62 wpa_printf(MSG_DEBUG, "Scan requested - scan timeout %d seconds",
63 timeout);
65 eloop_register_timeout(timeout, 0, wpa_driver_wext_scan_timeout, drv,
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
H A Ddriver_cmd_wext.c41 * wpa_driver_wext_set_scan_timeout - Set scan timeout to report scan completion
44 * This function can be used to set registered timeout when starting a scan to
50 int timeout = 10; /* In case scan A and B bands it can be long */ local
53 * read results after a timeout. */
57 * when scan is complete, so use longer timeout to avoid race
60 timeout = 30;
62 wpa_printf(MSG_DEBUG, "Scan requested - scan timeout %d seconds",
63 timeout);
65 eloop_register_timeout(timeout, 0, wpa_driver_wext_scan_timeout, drv,
/hardware/qcom/display/libgralloc/
H A Dmapper.cpp244 int timeout = GENLOCK_MAX_TIMEOUT; local
247 timeout)) {
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
H A Dbt_amp_hci.h142 uint8 timeout[2]; member in struct:ls_to_cmd_parms
290 uint16 timeout; member in struct:read_ls_to_evt_parms
295 uint16 timeout; member in struct:read_lla_ca_to_evt_parms
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbt_amp_hci.h142 uint8 timeout[2]; member in struct:ls_to_cmd_parms
290 uint16 timeout; member in struct:read_ls_to_evt_parms
295 uint16 timeout; member in struct:read_lla_ca_to_evt_parms
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A Dconn.c186 pConn->timeout = pConnInitParams->connSelfTimeout;
285 pConn->timeout = pParam->content.connSelfTimeout;
323 pParam->content.connSelfTimeout = pConn->timeout;
572 This function calls the self connection SM with timeout event
H A DconnIbss.c521 pConn->timeout + randomTime,
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp134 status_t MetadataQueue::waitForBuffer(nsecs_t timeout) { argument
138 res = notEmpty.waitRelative(mMutex,timeout);
564 status_t FrameWaiter::waitForFrame(nsecs_t timeout) { argument
568 res = mCondition.waitRelative(mMutex, timeout);
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
H A DMobiCoreDriverApi.h281 * The timeout parameter specifies the number of milliseconds the call will wait for a notification.
282 * If the caller passes 0 as timeout value the call will immediately return. If timeout value is below 0 the call will block
285 * @attention if timeout is below 0, call will block:
289 * @param [in] timeout Time in milliseconds to wait (MC_NO_TIMEOUT : direct return, > 0 : milliseconds, MC_INFINITE_TIMEOUT : wait infinitely)
301 int32_t timeout
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DClientLib.cpp543 int32_t timeout
570 timeout);
571 //Exit on timeout in first run
572 //Later runs have timeout set to 0. -2 means, there is no more data.
585 // no timeout for the following reads
586 timeout = 0;
595 // Read of the n-th notification failed/timeout. We don't tell the
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFocus.cpp34 #define AF_IMAGE_CALLBACK_TIMEOUT 5000000 //5 seconds timeout
35 #define AF_VIDEO_CALLBACK_TIMEOUT 2800000 //2.8 seconds timeout
87 nsecs_t timeout = 0; local
187 // configure focus timeout based on capture mode
188 timeout = (mCapMode == VIDEO_MODE) ?
194 ret = mDoAFCond.waitRelative(mDoAFMutex, timeout);
204 CAMHAL_LOGEA("Autofocus callback timeout expired");
/hardware/libhardware/include/hardware/
H A Dgps.h547 int timeout; member in struct:__anon232
/hardware/qcom/gps/loc_api/loc_api_v02/
H A Dloc_api_v02_client.c57 // timeout in ms before send_msg_sync should return
60 // timeout in ms before a sync request should return
65 // timeout in ms before send_msg_sync should return
68 // timeout in ms before a sync request should return
73 //timeout in ms to wait for the service to come up
1396 @brief wait for the service to come up or timeout; when the
1440 int timeout = 0; local
1456 * or a timeout occurs. */
1464 timeout += LOC_CLIENT_SERVICE_TIMEOUT_UNIT;
1467 "total timeout
[all...]
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/
H A Ddriver_ti.c269 int scan_type, res, timeout, scan_probe_flag = 0; local
311 timeout = 30;
312 wpa_printf(MSG_DEBUG, "Scan requested (ret=%d) - scan timeout %d sec",
313 res, timeout);
315 eloop_register_timeout(timeout, 0, wpa_driver_wext_scan_timeout,
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera.c45 cam_ctrl_type type, uint32_t length, void *value, int timeout);
435 cam_ctrl_type type, uint32_t length, void *value,int timeout)
442 ctrl_cmd.timeout_ms = timeout;
434 mm_camera_send_native_ctrl_timeout_cmd(mm_camera_obj_t * my_obj, cam_ctrl_type type, uint32_t length, void *value,int timeout) argument
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211.c788 * wpa_driver_wext_set_scan_timeout - Set scan timeout to report scan completion
791 * This function can be used to set registered timeout when starting a scan to
797 int timeout = 10; /* In case scan A and B bands it can be long */ local
800 * read results after a timeout. */
804 * when scan is complete, so use longer timeout to avoid race
807 timeout = 30;
809 wpa_printf(MSG_DEBUG, "Scan requested - scan timeout %d seconds",
810 timeout);
812 eloop_register_timeout(timeout, 0, wpa_driver_wext_scan_timeout, drv,

Completed in 406 milliseconds

123