/system/bt/device/src/ |
D | interop.cc | 47 bool interop_match_addr(const interop_feature_t feature, in interop_match_addr() 61 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name() 80 void interop_database_add(uint16_t feature, const RawAddress* addr, in interop_database_add() 119 static const char* interop_feature_string_(const interop_feature_t feature) { in interop_feature_string_() 154 static bool interop_match_dynamic_(const interop_feature_t feature, in interop_match_dynamic_() 173 static bool interop_match_fixed_(const interop_feature_t feature, in interop_match_fixed_()
|
/system/bt/test/mock/ |
D | mock_device_interop.cc | 36 bool interop_match_addr(const interop_feature_t feature, in interop_match_addr() 41 bool interop_match_name(const interop_feature_t feature, const char* name) { in interop_match_name() 45 void interop_database_add(uint16_t feature, const RawAddress* addr, in interop_database_add()
|
/system/bt/device/include/ |
D | interop_database.h | 27 interop_feature_t feature; member 179 interop_feature_t feature; member
|
/system/chre/apps/test/common/chre_settings_test/src/ |
D | chre_settings_test_manager.cc | 50 Manager::Feature *feature) { in getFeature() 137 bool Manager::isFeatureSupported(Feature feature) { in isFeatureSupported() 203 Feature feature; in handleMessageFromHost() local 223 void Manager::handleStartTestMessage(uint16_t hostEndpointId, Feature feature, in handleStartTestMessage() 293 bool Manager::startTestForFeature(Feature feature) { in startTestForFeature()
|
/system/chre/java/test/settings/src/com/google/android/chre/test/setting/ |
D | ContextHubSettingsTestExecutor.java | 142 public void setupTestAssertSuccess(ChreSettingsTest.TestCommand.Feature feature) { in setupTestAssertSuccess() 176 ChreSettingsTest.TestCommand.Feature feature, in startTestAssertSuccess()
|
D | ContextHubGnssSettingsTestExecutor.java | 74 private void runTest(ChreSettingsTest.TestCommand.Feature feature, boolean enableFeature) { in runTest()
|
D | ContextHubMicDisableSettingsTestExecutor.java | 90 private void runTest(ChreSettingsTest.TestCommand.Feature feature, boolean enableFeature) { in runTest()
|
/system/chre/apps/test/common/proto/ |
D | chre_stress_test.proto | 49 optional Feature feature = 1; field
|
D | chre_settings_test.proto | 55 optional Feature feature = 1; field
|
/system/extras/simpleperf/ |
D | record_file_writer.cpp | 283 bool RecordFileWriter::WriteFeatureString(int feature, const std::string& s) { in WriteFeatureString() 438 bool RecordFileWriter::WriteFeature(int feature, const char* data, size_t size) { in WriteFeature() 442 bool RecordFileWriter::WriteFeatureBegin(int feature) { in WriteFeatureBegin() 455 bool RecordFileWriter::WriteFeatureEnd(int feature) { in WriteFeatureEnd()
|
D | cmd_dumprecord.cpp | 269 static const std::string GetFeatureNameOrUnknown(int feature) { in GetFeatureNameOrUnknown() 306 for (auto& feature : features) { in DumpFileHeader() local 456 int feature = pair.first; in DumpFeatureSection() local
|
D | record_file_reader.cpp | 375 bool RecordFileReader::ReadFeatureSection(int feature, std::vector<char>* data) { in ReadFeatureSection() 392 bool RecordFileReader::ReadFeatureSection(int feature, std::string* data) { in ReadFeatureSection() 453 std::string RecordFileReader::ReadFeatureString(int feature) { in ReadFeatureString()
|
D | record_file.h | 148 bool HasFeature(int feature) const { in HasFeature()
|
D | cmd_merge.cpp | 330 for (int feature : features) { in MergeFeatureSection() local
|
D | cmd_debug_unwind.cpp | 420 DebugUnwindFeature feature; in WriteFeatureSections() local
|
D | report_lib_interface.cpp | 388 int feature = PerfFileFormat::GetFeatureId(feature_name); in GetFeatureSection() local
|
/system/chre/apps/test/common/chre_settings_test/inc/ |
D | chre_settings_test_manager.h | 65 Feature feature; member
|
/system/chre/java/test/stress/src/com/google/android/chre/test/stress/ |
D | ContextHubStressTestExecutor.java | 262 private void sendTestMessage(ChreStressTest.TestCommand.Feature feature, boolean start) { in sendTestMessage()
|
/system/core/init/ |
D | ueventd_parser.cpp | 126 Result<void> ParseEnabledDisabledLine(std::vector<std::string>&& args, bool* feature) { in ParseEnabledDisabledLine()
|
/system/bt/btif/test/ |
D | btif_rc_test.cc | 96 bool interop_match_addr(const interop_feature_t feature, in interop_match_addr()
|