/system/bt/device/src/ |
D | interop.c | 35 static const char* interop_feature_string_(const interop_feature_t feature); 38 static bool interop_match_fixed_(const interop_feature_t feature, const bt_bdaddr_t *addr); 39 static bool interop_match_dynamic_(const interop_feature_t feature, const bt_bdaddr_t *addr); 43 bool interop_match_addr(const interop_feature_t feature, const bt_bdaddr_t *addr) { in interop_match_addr() argument 46 if (interop_match_fixed_(feature, addr) || interop_match_dynamic_(feature, addr)) { in interop_match_addr() 50 interop_feature_string_(feature)); in interop_match_addr() 57 bool interop_match_name(const interop_feature_t feature, const char *name) { in interop_match_name() argument 62 if (feature == interop_name_database[i].feature && 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() argument 79 entry->feature = feature; in interop_database_add() [all …]
|
/system/extras/simpleperf/ |
D | cmd_dumprecord.cpp | 93 static const std::string GetFeatureName(int feature); 127 for (auto& feature : features) { in DumpFileHeader() local 128 printf("feature: %s\n", GetFeatureName(feature).c_str()); in DumpFileHeader() 132 static const std::string GetFeatureName(int feature) { in GetFeatureName() argument 152 auto it = feature_name_map.find(feature); in GetFeatureName() 156 return android::base::StringPrintf("unknown_feature(%d)", feature); in GetFeatureName() 191 int feature = pair.first; in DumpFeatureSection() local 194 GetFeatureName(feature).c_str(), section.offset, section.size); in DumpFeatureSection() 195 if (feature == FEAT_BUILD_ID) { in DumpFeatureSection() 200 } else if (feature == FEAT_OSRELEASE) { in DumpFeatureSection() [all …]
|
D | record_file_writer.cpp | 178 bool RecordFileWriter::WriteFeatureString(int feature, const std::string& s) { in WriteFeatureString() argument 192 return WriteFeatureEnd(feature, start_offset); in WriteFeatureString() 234 bool RecordFileWriter::WriteFeatureEnd(int feature, uint64_t start_offset) { in WriteFeatureEnd() argument 252 features_.push_back(feature); in WriteFeatureEnd() 266 for (auto& feature : features_) { in WriteFileHeader() local 267 int i = feature / 8; in WriteFileHeader() 268 int j = feature % 8; in WriteFileHeader()
|
D | record_file.h | 55 bool WriteFeatureString(int feature, const std::string& s); 73 bool WriteFeatureEnd(int feature, uint64_t start_offset); 115 std::string ReadFeatureString(int feature); 126 bool ReadFeatureSection(int feature, std::vector<char>* data);
|
D | record_file_reader.cpp | 183 bool RecordFileReader::ReadFeatureSection(int feature, std::vector<char>* data) { in ReadFeatureSection() argument 185 auto it = section_map.find(feature); in ReadFeatureSection() 243 std::string RecordFileReader::ReadFeatureString(int feature) { in ReadFeatureString() argument 245 if (!ReadFeatureSection(feature, &buf)) { in ReadFeatureString()
|
/system/bt/device/include/ |
D | interop.h | 73 bool interop_match_addr(const interop_feature_t feature, const bt_bdaddr_t *addr); 81 bool interop_match_name(const interop_feature_t feature, const char *name); 88 void interop_database_add(const uint16_t feature, const bt_bdaddr_t *addr, size_t length);
|
D | interop_database.h | 26 interop_feature_t feature; member 98 interop_feature_t feature; member
|
/system/bt/doc/ |
D | btsnoop_net.md | 6 This feature is enabled by setting `BtSnoopLogOutput=true` in `bt_stack.conf`. 10 To use this feature with hcidump on a Linux host, you can run:
|
D | style_guide.md | 62 * minimize the use of feature / conditional macros 65 feature macros are useful in reducing code size but it leads to an exponential
|
/system/core/adb/ |
D | transport.h | 37 bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature); 106 bool has_feature(const std::string& feature) const;
|
D | transport.cpp | 810 bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature) { in CanUseFeature() argument 811 return feature_set.count(feature) > 0 && in CanUseFeature() 812 supported_features().count(feature) > 0; in CanUseFeature() 815 bool atransport::has_feature(const std::string& feature) const { in has_feature() 816 return features_.count(feature) > 0; in has_feature()
|
D | SERVICES.TXT | 245 This implements the 'adb reverse' feature, i.e. the ability to reverse
|
/system/sepolicy/ |
D | autoplay_app.te | 5 ### feature.
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 98 * Returns true, if the multi-advertisement feature is supported. Returns
|
/system/core/libutils/ |
D | README | 5 If you need a feature that is native to Linux but not present on other
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 349 # Note that this feature does not work in combination with 671 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the 784 # directories that are symbolic links (a Unix file system feature) are excluded 934 # can opt to disable this feature. 1346 # HTML help feature. Via custom stylesheets (see HTML_EXTRA_STYLESHEET) one can 1837 # the code including all documentation. Note that this feature is still 1850 # Note that this feature is still experimental and incomplete at the moment. 2284 # this, this feature is disabled by default.
|
D | Doxyfile | 349 # Note that this feature does not work in combination with 671 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the 784 # directories that are symbolic links (a Unix file system feature) are excluded 934 # can opt to disable this feature. 1346 # HTML help feature. Via custom stylesheets (see HTML_EXTRA_STYLESHEET) one can 1837 # the code including all documentation. Note that this feature is still 1850 # Note that this feature is still experimental and incomplete at the moment. 2284 # this, this feature is disabled by default.
|
/system/connectivity/shill/doc/ |
D | device-api.txt | 690 [service].Error.InvalidArguments (invalid wake on WiFi feature)
|
D | manager-api.txt | 740 Specifies whether the Wake on LAN feature should be
|