Home
last modified time | relevance | path

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

/system/bt/device/src/
Dinterop.c43 bool interop_match_addr(const interop_feature_t feature, const bt_bdaddr_t *addr) { in interop_match_addr()
57 bool interop_match_name(const interop_feature_t feature, const char *name) { in interop_match_name()
72 void interop_database_add(const uint16_t feature, const bt_bdaddr_t *addr, size_t length) { in interop_database_add()
110 static const char* interop_feature_string_(const interop_feature_t feature) { in interop_feature_string_()
134 static bool interop_match_dynamic_(const interop_feature_t feature, const bt_bdaddr_t *addr) { in interop_match_dynamic_()
151 static bool interop_match_fixed_(const interop_feature_t feature, const bt_bdaddr_t *addr) { in interop_match_fixed_()
/system/bt/device/include/
Dinterop_database.h26 interop_feature_t feature; member
98 interop_feature_t feature; member
/system/extras/simpleperf/
Dcmd_dumprecord.cpp127 for (auto& feature : features) { in DumpFileHeader() local
132 static const std::string GetFeatureName(int feature) { in GetFeatureName()
191 int feature = pair.first; in DumpFeatureSection() local
Drecord_file_writer.cpp178 bool RecordFileWriter::WriteFeatureString(int feature, const std::string& s) { in WriteFeatureString()
234 bool RecordFileWriter::WriteFeatureEnd(int feature, uint64_t start_offset) { in WriteFeatureEnd()
266 for (auto& feature : features_) { in WriteFileHeader() local
Drecord_file_reader.cpp183 bool RecordFileReader::ReadFeatureSection(int feature, std::vector<char>* data) { in ReadFeatureSection()
243 std::string RecordFileReader::ReadFeatureString(int feature) { in ReadFeatureString()
/system/core/adb/
Dtransport.cpp810 bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature) { in CanUseFeature()