Home
last modified time | relevance | path

Searched refs:techType (Results 1 – 25 of 102) sorted by relevance

12345

/aosp12/hardware/qcom/gps/msm8909w_3100/gnss/
H A Dlocation_gnss.cpp50 static uint32_t enable(LocationTechnologyType techType);
172 static uint32_t enable(LocationTechnologyType techType) in enable() argument
175 return gGnssAdapter->enableCommand(techType); in enable()
/aosp12/hardware/qcom/gps/msm8998/gnss/
H A Dlocation_gnss.cpp50 static uint32_t enable(LocationTechnologyType techType);
170 static uint32_t enable(LocationTechnologyType techType) in enable() argument
173 return gGnssAdapter->enableCommand(techType); in enable()
/aosp12/hardware/qcom/sdm845/gps/msm8998/gnss/
H A Dlocation_gnss.cpp50 static uint32_t enable(LocationTechnologyType techType);
170 static uint32_t enable(LocationTechnologyType techType) in enable() argument
173 return gGnssAdapter->enableCommand(techType); in enable()
/aosp12/hardware/qcom/sdm845/gps/sdm845/gnss/
H A Dlocation_gnss.cpp51 static uint32_t enable(LocationTechnologyType techType);
192 static uint32_t enable(LocationTechnologyType techType) in enable() argument
195 return gGnssAdapter->enableCommand(techType); in enable()
/aosp12/hardware/qcom/sm8150p/gps/gnss/
H A Dlocation_gnss.cpp51 static uint32_t enable(LocationTechnologyType techType);
208 static uint32_t enable(LocationTechnologyType techType) in enable() argument
211 return gGnssAdapter->enableCommand(techType); in enable()
/aosp12/hardware/qcom/sm7150/gps/gnss/
H A Dlocation_gnss.cpp51 static uint32_t enable(LocationTechnologyType techType);
223 static uint32_t enable(LocationTechnologyType techType) in enable() argument
226 return gGnssAdapter->enableCommand(techType); in enable()
/aosp12/hardware/qcom/sm7250/gps/gnss/
H A Dlocation_gnss.cpp51 static uint32_t enable(LocationTechnologyType techType);
254 static uint32_t enable(LocationTechnologyType techType) in enable() argument
257 return gGnssAdapter->enableCommand(techType); in enable()
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A Dlocation_gnss.cpp51 static uint32_t enable(LocationTechnologyType techType);
254 static uint32_t enable(LocationTechnologyType techType) in enable() argument
257 return gGnssAdapter->enableCommand(techType); in enable()
/aosp12/hardware/qcom/gps/msm8909w_3100/android/location_api/
H A DGnssAPIClient.h72 void gnssEnable(LocationTechnologyType techType);
H A DGnssAPIClient.cpp242 void GnssAPIClient::gnssEnable(LocationTechnologyType techType) in gnssEnable() argument
244 LOC_LOGD("%s]: (%0d)", __FUNCTION__, techType); in gnssEnable()
248 mControlClient->locAPIEnable(techType); in gnssEnable()
/aosp12/frameworks/base/core/java/android/nfc/
H A DTag.java338 public boolean hasTech(int techType) { in hasTech() argument
340 if (tech == techType) return true; in hasTech()
/aosp12/hardware/qcom/sm8150p/gps/android/1.0/location_api/
H A DGnssAPIClient.h75 void gnssEnable(LocationTechnologyType techType);
/aosp12/hardware/qcom/sm8150p/gps/android/1.1/location_api/
H A DGnssAPIClient.h75 void gnssEnable(LocationTechnologyType techType);
/aosp12/hardware/qcom/sm7250/gps/android/1.0/location_api/
H A DGnssAPIClient.h74 void gnssEnable(LocationTechnologyType techType);
/aosp12/hardware/qcom/sm7250/gps/android/1.1/location_api/
H A DGnssAPIClient.h74 void gnssEnable(LocationTechnologyType techType);
/aosp12/hardware/qcom/sdm845/gps/sdm845/android/location_api/
H A DGnssAPIClient.h75 void gnssEnable(LocationTechnologyType techType);
/aosp12/hardware/qcom/sm7150/gps/android/1.1/location_api/
H A DGnssAPIClient.h75 void gnssEnable(LocationTechnologyType techType);
/aosp12/hardware/qcom/sm7150/gps/android/1.0/location_api/
H A DGnssAPIClient.h75 void gnssEnable(LocationTechnologyType techType);
/aosp12/hardware/qcom/sm8150/gps/android/1.0/location_api/
H A DGnssAPIClient.h74 void gnssEnable(LocationTechnologyType techType);
/aosp12/hardware/qcom/sm8150/gps/android/1.1/location_api/
H A DGnssAPIClient.h74 void gnssEnable(LocationTechnologyType techType);
/aosp12/hardware/qcom/sdm845/gps/sdm845/location/
H A DLocationAPI.h211 uint32_t enable(LocationTechnologyType techType);
/aosp12/hardware/qcom/sm8150p/gps/android/2.0/location_api/
H A DGnssAPIClient.h76 void gnssEnable(LocationTechnologyType techType);
/aosp12/hardware/qcom/sm8150p/gps/location/
H A DLocationAPI.h217 uint32_t enable(LocationTechnologyType techType);
/aosp12/hardware/qcom/sm7250/gps/android/2.0/location_api/
H A DGnssAPIClient.h75 void gnssEnable(LocationTechnologyType techType);
/aosp12/hardware/qcom/sm7150/gps/android/2.0/location_api/
H A DGnssAPIClient.h76 void gnssEnable(LocationTechnologyType techType);

12345