Home
last modified time | relevance | path

Searched refs:sFeaturesSupported (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/sm8150p/gps/core/
DContextBase.cpp52 uint8_t ContextBase::sFeaturesSupported[MAX_FEATURE_LENGTH]; member in loc_core::ContextBase
309 memcpy((void *)ContextBase::sFeaturesSupported, in setEngineCapabilities()
310 (void *)featureList, sizeof(ContextBase::sFeaturesSupported)); in setEngineCapabilities()
324 return ((ContextBase::sFeaturesSupported[arrayIndex] >> bitPos ) & 0x1); in isFeatureSupported()
DContextBase.h155 static uint8_t sFeaturesSupported[MAX_FEATURE_LENGTH]; variable
/hardware/qcom/sm7150/gps/core/
DContextBase.cpp52 uint8_t ContextBase::sFeaturesSupported[MAX_FEATURE_LENGTH]; member in loc_core::ContextBase
325 memcpy((void *)ContextBase::sFeaturesSupported, in setEngineCapabilities()
326 (void *)featureList, sizeof(ContextBase::sFeaturesSupported)); in setEngineCapabilities()
340 return ((ContextBase::sFeaturesSupported[arrayIndex] >> bitPos ) & 0x1); in isFeatureSupported()
DContextBase.h157 static uint8_t sFeaturesSupported[MAX_FEATURE_LENGTH]; variable
/hardware/qcom/sm8150/gps/core/
DContextBase.cpp52 uint8_t ContextBase::sFeaturesSupported[MAX_FEATURE_LENGTH]; member in loc_core::ContextBase
325 memcpy((void *)ContextBase::sFeaturesSupported, in setEngineCapabilities()
326 (void *)featureList, sizeof(ContextBase::sFeaturesSupported)); in setEngineCapabilities()
340 return ((ContextBase::sFeaturesSupported[arrayIndex] >> bitPos ) & 0x1); in isFeatureSupported()
DContextBase.h157 static uint8_t sFeaturesSupported[MAX_FEATURE_LENGTH]; variable