Home
last modified time | relevance | path

Searched defs:featureList (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/core/
H A DContextBase.cpp303 uint8_t *featureList, bool gnssMeasurementSupported) { in setEngineCapabilities()
/aosp12/hardware/qcom/sm7150/gps/core/
H A DContextBase.cpp319 uint8_t *featureList, bool gnssMeasurementSupported) { in setEngineCapabilities()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceEnrollClient.java161 List<Byte> featureList = new ArrayList<Byte>(); in startHalOperation() local
/aosp12/hardware/qcom/sm7250/gps/core/
H A DContextBase.cpp330 uint8_t *featureList, bool gnssMeasurementSupported) { in setEngineCapabilities()
/aosp12/hardware/qcom/sm8150/gps/core/
H A DContextBase.cpp330 uint8_t *featureList, bool gnssMeasurementSupported) { in setEngineCapabilities()
/aosp12/hardware/qcom/gps/msm8909w_3100/core/
H A DLocApiBase.cpp393 void LocApiBase::saveSupportedFeatureList(uint8_t *featureList) in saveSupportedFeatureList()
/aosp12/hardware/qcom/sdm845/gps/msm8998/core/
H A DLocApiBase.cpp390 void LocApiBase::saveSupportedFeatureList(uint8_t *featureList) in saveSupportedFeatureList()
/aosp12/hardware/qcom/gps/msm8998/core/
H A DLocApiBase.cpp420 void LocApiBase::saveSupportedFeatureList(uint8_t *featureList) in saveSupportedFeatureList()
/aosp12/hardware/qcom/sdm845/gps/sdm845/core/
H A DLocApiBase.cpp442 void LocApiBase::saveSupportedFeatureList(uint8_t *featureList) in saveSupportedFeatureList()
/aosp12/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py201 def regSortFeatures(featureList): argument