Home
last modified time | relevance | path

Searched refs:HasFeature (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Drecord_file.h148 bool HasFeature(int feature) const { in HasFeature() function
H A Dcmd_debug_unwind.cpp153 if (reader_->HasFeature(PerfFileFormat::FEAT_DEBUG_UNWIND) && in ProcessFile()
154 reader_->HasFeature(PerfFileFormat::FEAT_DEBUG_UNWIND_FILE)) { in ProcessFile()
H A Dcmd_merge.cpp249 if (readers_[0]->HasFeature(PerfFileFormat::FEAT_AUXTRACE)) { in CheckFeatureSection()
H A Dcmd_kmem.cpp557 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_TRACING_DATA)) { in ReadFeaturesFromRecordFile()
H A Drecord_file_reader.cpp599 if (HasFeature(PerfFileFormat::FEAT_FILE)) { in LoadBuildIdAndFileFeatures()
H A Dcmd_report.cpp828 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_TRACING_DATA)) { in ReadFeaturesFromRecordFile()
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp855 virtual bool HasFeature(const std::string& name) { in HasFeature() function in aapt::FeatureGroup
913 bool HasFeature(const std::string& name) override { in HasFeature() function in aapt::CommonFeatureGroup
914 return FeatureGroup::HasFeature(name) in HasFeature()
2072 if (!common_feature_group->HasFeature("android.hardware.touchscreen")) { in Dump()