Searched defs:pSession (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp119 loc_eng_ni_session_s_type* pSession = NULL; local
134 pSession = &loc_eng_ni_data_p->sessionEs;
145 pSession = &loc_eng_ni_data_p->session;
150 if (pSession) {
152 pSession->rawRequest = (void*)passThrough;
153 pSession->reqID = ++loc_eng_ni_data_p->reqIDCounter;
154 pSession->adapter = loc_eng_data.adapter;
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
176 pSession->respTimeLeft = 5 + (notif->timeout != 0 ? notif->timeout : LOC_NI_NO_RESPONSE_TIME);
177 LOC_LOGI("Automatically sends 'no response' in %d seconds (to clear status)\n", pSession
206 loc_eng_ni_session_s_type* pSession = (loc_eng_ni_session_s_type*)args; local
377 loc_eng_ni_session_s_type* pSession = NULL; local
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp119 loc_eng_ni_session_s_type* pSession = NULL; local
134 pSession = &loc_eng_ni_data_p->sessionEs;
145 pSession = &loc_eng_ni_data_p->session;
150 if (pSession) {
152 pSession->rawRequest = (void*)passThrough;
153 pSession->reqID = ++loc_eng_ni_data_p->reqIDCounter;
154 pSession->adapter = loc_eng_data.adapter;
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
176 pSession->respTimeLeft = 5 + (notif->timeout != 0 ? notif->timeout : LOC_NI_NO_RESPONSE_TIME);
177 LOC_LOGI("Automatically sends 'no response' in %d seconds (to clear status)\n", pSession
206 loc_eng_ni_session_s_type* pSession = (loc_eng_ni_session_s_type*)args; local
377 loc_eng_ni_session_s_type* pSession = NULL; local
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp119 loc_eng_ni_session_s_type* pSession = NULL; local
134 pSession = &loc_eng_ni_data_p->sessionEs;
145 pSession = &loc_eng_ni_data_p->session;
150 if (pSession) {
152 pSession->rawRequest = (void*)passThrough;
153 pSession->reqID = ++loc_eng_ni_data_p->reqIDCounter;
154 pSession->adapter = loc_eng_data.adapter;
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
176 pSession->respTimeLeft = 5 + (notif->timeout != 0 ? notif->timeout : LOC_NI_NO_RESPONSE_TIME);
177 LOC_LOGI("Automatically sends 'no response' in %d seconds (to clear status)\n", pSession
206 loc_eng_ni_session_s_type* pSession = (loc_eng_ni_session_s_type*)args; local
377 loc_eng_ni_session_s_type* pSession = NULL; local
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp119 loc_eng_ni_session_s_type* pSession = NULL; local
134 pSession = &loc_eng_ni_data_p->sessionEs;
145 pSession = &loc_eng_ni_data_p->session;
150 if (pSession) {
152 pSession->rawRequest = (void*)passThrough;
153 pSession->reqID = ++loc_eng_ni_data_p->reqIDCounter;
154 pSession->adapter = loc_eng_data.adapter;
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
176 pSession->respTimeLeft = 5 + (notif->timeout != 0 ? notif->timeout : LOC_NI_NO_RESPONSE_TIME);
177 LOC_LOGI("Automatically sends 'no response' in %d seconds (to clear status)\n", pSession
206 loc_eng_ni_session_s_type* pSession = (loc_eng_ni_session_s_type*)args; local
377 loc_eng_ni_session_s_type* pSession = NULL; local
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp119 loc_eng_ni_session_s_type* pSession = NULL; local
134 pSession = &loc_eng_ni_data_p->sessionEs;
145 pSession = &loc_eng_ni_data_p->session;
150 if (pSession) {
152 pSession->rawRequest = (void*)passThrough;
153 pSession->reqID = ++loc_eng_ni_data_p->reqIDCounter;
154 pSession->adapter = loc_eng_data.adapter;
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
176 pSession->respTimeLeft = 5 + (notif->timeout != 0 ? notif->timeout : LOC_NI_NO_RESPONSE_TIME);
177 LOC_LOGI("Automatically sends 'no response' in %d seconds (to clear status)\n", pSession
206 loc_eng_ni_session_s_type* pSession = (loc_eng_ni_session_s_type*)args; local
377 loc_eng_ni_session_s_type* pSession = NULL; local
[all...]
/hardware/qcom/gps/msm8998/gnss/
H A DGnssAdapter.cpp1637 NiSession* pSession = NULL; local
1640 pSession = &niData.sessionEs;
1652 pSession = &niData.session;
1655 if (pSession) {
1658 pthread_mutex_lock(&pSession->tLock);
1659 pSession->resp = mResponse;
1660 pSession->respRecvd = true;
1661 pthread_cond_signal(&pSession->tCond);
1662 pthread_mutex_unlock(&pSession->tLock);
2105 NiSession* pSession local
2167 NiSession* pSession = NULL; local
[all...]
/hardware/qcom/gps/sdm845/gnss/
H A DGnssAdapter.cpp1662 NiSession* pSession = NULL; local
1665 pSession = &niData.sessionEs;
1677 pSession = &niData.session;
1680 if (pSession) {
1683 pthread_mutex_lock(&pSession->tLock);
1684 pSession->resp = mResponse;
1685 pSession->respRecvd = true;
1686 pthread_cond_signal(&pSession->tCond);
1687 pthread_mutex_unlock(&pSession->tLock);
2123 NiSession* pSession local
2185 NiSession* pSession = NULL; local
[all...]

Completed in 183 milliseconds