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

/hardware/interfaces/gnss/1.0/
H A DIAGnssRil.hal107 * @param setid If type is IMSI then setid is populated with
109 * a GMS phone. If type is MSISDN, then setid must contain
116 setSetId(SetIDType type, string setid) generates (bool success);
/hardware/interfaces/gnss/1.0/default/
H A DAGnssRil.cpp113 Return<bool> AGnssRil::setSetId(IAGnssRil::SetIDType type, const hidl_string& setid) { argument
119 mAGnssRilIface->set_set_id(static_cast<uint16_t>(type), setid.c_str());
H A DAGnssRil.h56 Return<bool> setSetId(IAGnssRil::SetIDType type, const hidl_string& setid) override;
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc.cpp126 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid);
863 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid) {} argument
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc.cpp143 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid);
1055 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid) {} argument
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc.cpp142 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid);
1092 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid) {} argument
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc.cpp143 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid);
1062 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid) {} argument
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc.cpp139 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid);
992 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid) {} argument
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc.cpp208 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid);
1062 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid) {} argument
/hardware/libhardware/include/hardware/
H A Dgps.h975 void (*set_set_id) (AGpsSetIDType type, const char* setid);
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dloc_gps.h1157 void (*set_set_id) (LocAGpsSetIDType type, const char* setid);
/hardware/qcom/gps/msm8998/utils/
H A Dloc_gps.h1153 void (*set_set_id) (LocAGpsSetIDType type, const char* setid);

Completed in 267 milliseconds