Searched defs:feature (Results 1 – 6 of 6) sorted by relevance
/system/bt/device/src/ |
D | interop.c | 43 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/ |
D | interop_database.h | 26 interop_feature_t feature; member 98 interop_feature_t feature; member
|
/system/extras/simpleperf/ |
D | cmd_dumprecord.cpp | 127 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
|
D | record_file_writer.cpp | 178 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
|
D | record_file_reader.cpp | 183 bool RecordFileReader::ReadFeatureSection(int feature, std::vector<char>* data) { in ReadFeatureSection() 243 std::string RecordFileReader::ReadFeatureString(int feature) { in ReadFeatureString()
|
/system/core/adb/ |
D | transport.cpp | 810 bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature) { in CanUseFeature()
|