Searched defs:feature (Results 1 – 9 of 9) sorted by relevance
/system/bt/device/src/ |
D | interop.cc | 47 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/ |
D | interop_database.h | 27 interop_feature_t feature; member 151 interop_feature_t feature; member
|
/system/extras/simpleperf/ |
D | record_file_writer.cpp | 267 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()
|
D | cmd_dumprecord.cpp | 105 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
|
D | record_file.h | 124 bool HasFeature(int feature) const { in HasFeature()
|
D | record_file_reader.cpp | 334 bool RecordFileReader::ReadFeatureSection(int feature, std::vector<char>* data) { in ReadFeatureSection() 399 std::string RecordFileReader::ReadFeatureString(int feature) { in ReadFeatureString()
|
D | report_lib_interface.cpp | 434 int feature = PerfFileFormat::GetFeatureId(feature_name); in GetFeatureSection() local
|
/system/core/adb/client/ |
D | adb_install.cpp | 43 static bool can_use_feature(const char* feature) { in can_use_feature()
|
/system/core/adb/ |
D | transport.cpp | 1078 bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature) { in CanUseFeature()
|