Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 9 of 9) sorted by relevance

/system/bt/device/src/
Dinterop.cc47 bool interop_match_addr(const interop_feature_t feature, in interop_match_addr()
62 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name()
79 void interop_database_add(uint16_t feature, const RawAddress* addr, in interop_database_add()
118 static const char* interop_feature_string_(const interop_feature_t feature) { in interop_feature_string_()
148 static bool interop_match_dynamic_(const interop_feature_t feature, in interop_match_dynamic_()
167 static bool interop_match_fixed_(const interop_feature_t feature, in interop_match_fixed_()
/system/bt/device/include/
Dinterop_database.h27 interop_feature_t feature; member
151 interop_feature_t feature; member
/system/extras/simpleperf/
Drecord_file_writer.cpp267 bool RecordFileWriter::WriteFeatureString(int feature, const std::string& s) { in WriteFeatureString()
391 bool RecordFileWriter::WriteFeature(int feature, const std::vector<char>& data) { in WriteFeature()
395 bool RecordFileWriter::WriteFeatureBegin(int feature) { in WriteFeatureBegin()
408 bool RecordFileWriter::WriteFeatureEnd(int feature) { in WriteFeatureEnd()
Dcmd_dumprecord.cpp105 static const std::string GetFeatureNameOrUnknown(int feature) { in GetFeatureNameOrUnknown()
142 for (auto& feature : features) { in DumpFileHeader() local
224 int feature = pair.first; in DumpFeatureSection() local
Drecord_file.h124 bool HasFeature(int feature) const { in HasFeature()
Drecord_file_reader.cpp334 bool RecordFileReader::ReadFeatureSection(int feature, std::vector<char>* data) { in ReadFeatureSection()
399 std::string RecordFileReader::ReadFeatureString(int feature) { in ReadFeatureString()
Dreport_lib_interface.cpp434 int feature = PerfFileFormat::GetFeatureId(feature_name); in GetFeatureSection() local
/system/core/adb/client/
Dadb_install.cpp43 static bool can_use_feature(const char* feature) { in can_use_feature()
/system/core/adb/
Dtransport.cpp1078 bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature) { in CanUseFeature()