Searched refs:TpFeatureConfigType (Results 1 – 16 of 16) sorted by relevance
288 TpFeatureConfigType tpFeatureConfigType = TpFeatureConfigType::DEFAULT_TP_FEATURE);
699 void RSInterfaces::SetTpFeatureConfig(int32_t feature, const char* config, TpFeatureConfigType tpFe… in SetTpFeatureConfig()
273 TpFeatureConfigType tpFeatureConfigType = TpFeatureConfigType::DEFAULT_TP_FEATURE) override;
1493 TpFeatureConfigType tpFeatureConfigType) in SetTpFeatureConfig()
2807 TpFeatureConfigType tpFeatureConfigType) in SetTpFeatureConfig()
365 TpFeatureConfigType tpFeatureConfigType = TpFeatureConfigType::DEFAULT_TP_FEATURE);
192 auto tpFeatureConfigType = static_cast<TpFeatureConfigType>(GetData<uint8_t>()); in DoSetTpFeatureConfigFuzzTest()
349 instance.SetTpFeatureConfig(feature, config.c_str(), TpFeatureConfigType::AFT_TP_FEATURE);
207 enum class TpFeatureConfigType : uint8_t { enum
243 auto tpFeatureConfigType = static_cast<TpFeatureConfigType>(GetData<uint8_t>()); in DoSetTpFeatureConfigFuzzTest()
308 …virtual void SetTpFeatureConfig(int32_t feature, const char* config, TpFeatureConfigType tpFeature…
576 TpFeatureConfigType tpFeatureConfigType) in SetTpFeatureConfig()
294 …void SetTpFeatureConfig(int32_t feature, const char* config, TpFeatureConfigType tpFeatureConfigTy…
2016 TpFeatureConfigType tpFeatureConfigType) in SetTpFeatureConfig()2019 case TpFeatureConfigType::DEFAULT_TP_FEATURE: { in SetTpFeatureConfig()2030 case TpFeatureConfigType::AFT_TP_FEATURE: { in SetTpFeatureConfig()
1800 auto tpFeatureConfigType = static_cast<TpFeatureConfigType>(data.ReadUint8()); in OnRemoteRequest()