Searched defs:user_response (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp373 int notif_id, GpsUserResponseType user_response)
388 if (user_response == GPS_NI_RESPONSE_ACCEPT &&
402 LOC_LOGI("loc_eng_ni_respond: send user response %d for notif %d", user_response, notif_id);
404 pSession->resp = user_response;
372 loc_eng_ni_respond(loc_eng_data_s_type &loc_eng_data, int notif_id, GpsUserResponseType user_response) argument
H A Dloc.cpp119 static void loc_ni_respond(int notif_id, GpsUserResponseType user_response);
1078 void loc_ni_respond(int notif_id, GpsUserResponseType user_response) argument
1081 loc_eng_ni_respond(loc_afw_data, notif_id, user_response);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp329 int notif_id, GpsUserResponseType user_response)
342 LOC_LOGI("loc_eng_ni_respond: send user response %d for notif %d", user_response, notif_id);
344 loc_eng_ni_data_p->resp = user_response;
351 loc_eng_ni_data_p->reqID, notif_id, loc_eng_ni_data_p->rawRequest, user_response);
328 loc_eng_ni_respond(loc_eng_data_s_type &loc_eng_data, int notif_id, GpsUserResponseType user_response) argument
H A Dloc.cpp115 static void loc_ni_respond(int notif_id, GpsUserResponseType user_response);
849 void loc_ni_respond(int notif_id, GpsUserResponseType user_response) argument
852 loc_eng_ni_respond(loc_afw_data, notif_id, user_response);
/hardware/ril/include/telephony/
H A Dril_cdma_sms.h768 RIL_CDMA_SMS_UserResponse user_response; member in struct:__anon2546

Completed in 145 milliseconds