Searched refs:notif (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp113 const GpsNiNotification *notif,
130 notif->ni_type);
140 ((GpsNiNotification*)notif)->notification_id = loc_eng_ni_data_p->reqID;
142 if (notif->notify_flags == GPS_NI_PRIVACY_OVERRIDE)
148 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
149 LOC_LOGI(" requestor_id: %s (encoding: %d)", notif->requestor_id, notif->requestor_id_encoding);
150 LOC_LOGI(" text: %s text (encoding: %d)", notif
112 loc_eng_ni_request_handler(loc_eng_data_s_type &loc_eng_data, const GpsNiNotification *notif, const void* passThrough) argument
[all...]
H A DLocEngAdapter.cpp218 bool LocEngAdapter::requestNiNotify(GpsNiNotification &notif, const void* data) argument
221 notif.size = sizeof(notif);
222 notif.timeout = LOC_NI_NO_RESPONSE_TIME;
224 sendMsg(new LocEngRequestNi(mOwner, notif, data));
H A Dloc_eng.h232 const GpsNiNotification *notif,
H A Dloc_eng_msg.h260 GpsNiNotification &notif,
H A Dloc_eng.cpp212 GpsNiNotification &notif,
214 LocMsg(), mLocEng(locEng), mNotify(notif), mPayload(data) {
211 LocEngRequestNi(void* locEng, GpsNiNotification &notif, const void* data) argument
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp113 const GpsNiNotification *notif,
126 if (notif->ni_type == GPS_NI_TYPE_EMERGENCY_SUPL) {
129 notif->ni_type);
140 notif->ni_type);
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
159 if (notif->notify_flags == GPS_NI_PRIVACY_OVERRIDE)
165 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
166 LOC_LOGI(" requestor_id: %s (encoding: %d)", notif
112 loc_eng_ni_request_handler(loc_eng_data_s_type &loc_eng_data, const GpsNiNotification *notif, const void* passThrough) argument
[all...]
H A DLocEngAdapter.cpp302 bool LocEngAdapter::requestNiNotify(GpsNiNotification &notif, const void* data) argument
305 notif.size = sizeof(notif);
306 notif.timeout = LOC_NI_NO_RESPONSE_TIME;
308 sendMsg(new LocEngRequestNi(mOwner, notif, data));
H A Dloc_eng.h247 const GpsNiNotification *notif,
H A Dloc_eng_msg.h260 GpsNiNotification &notif,
H A Dloc_eng.cpp224 GpsNiNotification &notif,
226 LocMsg(), mLocEng(locEng), mNotify(notif), mPayload(data) {
223 LocEngRequestNi(void* locEng, GpsNiNotification &notif, const void* data) argument
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp1200 GpsNiNotification notif = {0}; local
1209 notif.ni_type = GPS_NI_TYPE_VOICE;
1211 hexcode(notif.requestor_id, sizeof notif.requestor_id,
1214 notif.text_encoding = 0; // No text and no encoding
1215 notif.requestor_id_encoding = convertNiEncodingType(vx_req->encoding_scheme);
1216 NIEventFillVerfiyType(notif, vx_req->notification_priv_type);
1225 notif.ni_type= GPS_NI_TYPE_UMTS_CTRL_PLANE; // Stores notification text
1227 hexcode(notif.text, sizeof notif
1344 NIEventFillVerfiyType(GpsNiNotification &notif, rpc_loc_ni_notify_verify_e_type notif_priv) argument
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpc.h55 static int NIEventFillVerfiyType(GpsNiNotification &notif,

Completed in 90 milliseconds