Home
last modified time | relevance | path

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

/system/bt/device/src/
Dinterop.cc47 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/
Dmock_device_interop.cc36 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/
Dinterop_database.h27 interop_feature_t feature; member
179 interop_feature_t feature; member
/system/chre/apps/test/common/chre_settings_test/src/
Dchre_settings_test_manager.cc50 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/
DContextHubSettingsTestExecutor.java142 public void setupTestAssertSuccess(ChreSettingsTest.TestCommand.Feature feature) { in setupTestAssertSuccess()
176 ChreSettingsTest.TestCommand.Feature feature, in startTestAssertSuccess()
DContextHubGnssSettingsTestExecutor.java74 private void runTest(ChreSettingsTest.TestCommand.Feature feature, boolean enableFeature) { in runTest()
DContextHubMicDisableSettingsTestExecutor.java90 private void runTest(ChreSettingsTest.TestCommand.Feature feature, boolean enableFeature) { in runTest()
/system/chre/apps/test/common/proto/
Dchre_stress_test.proto49 optional Feature feature = 1; field
Dchre_settings_test.proto55 optional Feature feature = 1; field
/system/extras/simpleperf/
Drecord_file_writer.cpp283 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()
Dcmd_dumprecord.cpp269 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
Drecord_file_reader.cpp375 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()
Drecord_file.h148 bool HasFeature(int feature) const { in HasFeature()
Dcmd_merge.cpp330 for (int feature : features) { in MergeFeatureSection() local
Dcmd_debug_unwind.cpp420 DebugUnwindFeature feature; in WriteFeatureSections() local
Dreport_lib_interface.cpp388 int feature = PerfFileFormat::GetFeatureId(feature_name); in GetFeatureSection() local
/system/chre/apps/test/common/chre_settings_test/inc/
Dchre_settings_test_manager.h65 Feature feature; member
/system/chre/java/test/stress/src/com/google/android/chre/test/stress/
DContextHubStressTestExecutor.java262 private void sendTestMessage(ChreStressTest.TestCommand.Feature feature, boolean start) { in sendTestMessage()
/system/core/init/
Dueventd_parser.cpp126 Result<void> ParseEnabledDisabledLine(std::vector<std::string>&& args, bool* feature) { in ParseEnabledDisabledLine()
/system/bt/btif/test/
Dbtif_rc_test.cc96 bool interop_match_addr(const interop_feature_t feature, in interop_match_addr()