Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 8 of 8) 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(const 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_()
147 static bool interop_match_dynamic_(const interop_feature_t feature, in interop_match_dynamic_()
166 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
145 interop_feature_t feature; member
/system/extras/simpleperf/
Dcmd_dumprecord.cpp129 for (auto& feature : features) { in DumpFileHeader() local
134 static const std::string GetFeatureName(int feature) { in GetFeatureName()
188 int feature = pair.first; in DumpFeatureSection() local
Drecord_file_writer.cpp264 bool RecordFileWriter::WriteFeatureString(int feature, const std::string& s) { in WriteFeatureString()
353 bool RecordFileWriter::WriteFeatureBegin(int feature) { in WriteFeatureBegin()
366 bool RecordFileWriter::WriteFeatureEnd(int feature) { in WriteFeatureEnd()
Drecord_file.h120 bool HasFeature(int feature) const { in HasFeature()
Drecord_file_reader.cpp310 bool RecordFileReader::ReadFeatureSection(int feature, std::vector<char>* data) { in ReadFeatureSection()
375 std::string RecordFileReader::ReadFeatureString(int feature) { in ReadFeatureString()
/system/nfc/halimpl/bcm2079x/adaptation/
Duserial_linux.c1506 bool USERIAL_Feature(tUSERIAL_FEATURE feature) { in USERIAL_Feature()
/system/core/adb/
Dtransport.cpp837 bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature) { in CanUseFeature()