Searched defs:notif_id (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp287 int notif_id, GpsUserResponseType user_response)
297 if (notif_id == loc_eng_ni_data_p->reqID &&
300 LOC_LOGI("loc_eng_ni_respond: send user response %d for notif %d", user_response, notif_id);
308 LOC_LOGE("loc_eng_ni_respond: reqID %d and notif_id %d mismatch or rawRequest %p, response: %d",
309 loc_eng_ni_data_p->reqID, notif_id, loc_eng_ni_data_p->rawRequest, user_response);
286 loc_eng_ni_respond(loc_eng_data_s_type &loc_eng_data, int notif_id, GpsUserResponseType user_response) argument
H A Dloc.cpp112 static void loc_ni_respond(int notif_id, GpsUserResponseType user_response);
783 void loc_ni_respond(int notif_id, GpsUserResponseType user_response) argument
786 loc_eng_ni_respond(loc_afw_data, notif_id, user_response);
/hardware/qcom/gps/loc_api/libloc_api/
H A Dloc_eng_ni.cpp599 void loc_eng_ni_respond(int notif_id, GpsUserResponseType user_response) argument
601 if (notif_id == loc_eng_ni_data.current_notif_id && loc_eng_ni_data.notif_in_progress)
603 LOGI("loc_eng_ni_respond: send user response %d for notif %d", user_response, notif_id);
606 LOGE("loc_eng_ni_respond: notif_id %d mismatch or notification not in progress, response: %d",
607 notif_id, user_response);

Completed in 877 milliseconds