Searched refs:notif_id (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_ni.cpp | 329 int notif_id, GpsUserResponseType user_response) in loc_eng_ni_respond() argument 339 if (notif_id == loc_eng_ni_data_p->reqID && in loc_eng_ni_respond() 342 LOC_LOGI("loc_eng_ni_respond: send user response %d for notif %d", user_response, notif_id); in loc_eng_ni_respond() 351 loc_eng_ni_data_p->reqID, notif_id, loc_eng_ni_data_p->rawRequest, user_response); in loc_eng_ni_respond()
|
D | loc.cpp | 115 static void loc_ni_respond(int notif_id, GpsUserResponseType user_response); 849 void loc_ni_respond(int notif_id, GpsUserResponseType user_response) in loc_ni_respond() argument 852 loc_eng_ni_respond(loc_afw_data, notif_id, user_response); in loc_ni_respond()
|
D | loc_eng.h | 230 int notif_id, GpsUserResponseType user_response);
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_ni.cpp | 373 int notif_id, GpsUserResponseType user_response) in loc_eng_ni_respond() argument 384 if (notif_id == loc_eng_ni_data_p->sessionEs.reqID && in loc_eng_ni_respond() 396 } else if (notif_id == loc_eng_ni_data_p->session.reqID && in loc_eng_ni_respond() 402 LOC_LOGI("loc_eng_ni_respond: send user response %d for notif %d", user_response, notif_id); in loc_eng_ni_respond() 410 LOC_LOGE("loc_eng_ni_respond: notif_id %d not an active session", notif_id); in loc_eng_ni_respond()
|
D | loc.cpp | 119 static void loc_ni_respond(int notif_id, GpsUserResponseType user_response); 1078 void loc_ni_respond(int notif_id, GpsUserResponseType user_response) in loc_ni_respond() argument 1081 loc_eng_ni_respond(loc_afw_data, notif_id, user_response); in loc_ni_respond()
|
D | loc_eng.h | 245 int notif_id, GpsUserResponseType user_response);
|
/hardware/libhardware/include/hardware/ |
D | gps.h | 947 void (*respond) (int notif_id, GpsUserResponseType user_response);
|