Home
last modified time | relevance | path

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

/system/chre/apps/test/common/chre_settings_test/src/
Dchre_settings_test_manager.cc58 Manager::Feature *feature) { in getFeature()
148 bool Manager::isFeatureSupported(Feature feature) { in isFeatureSupported()
220 Feature feature; in handleMessageFromHost() local
242 void Manager::handleStartTestMessage(uint16_t hostEndpointId, Feature feature, in handleStartTestMessage()
316 bool Manager::startTestForFeature(Feature feature) { in startTestForFeature()
/system/chre/java/test/settings/src/com/google/android/chre/test/setting/
DContextHubSettingsTestExecutor.java141 public void setupTestAssertSuccess(ChreSettingsTest.TestCommand.Feature feature) { in setupTestAssertSuccess()
175 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/extras/simpleperf/
Drecord_file_writer.cpp288 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.cpp284 static const std::string GetFeatureNameOrUnknown(int feature) { in GetFeatureNameOrUnknown()
317 for (auto& feature : features) { in DumpFileHeader() local
483 int feature = pair.first; in DumpFeatureSection() local
Drecord_file_reader.cpp419 bool RecordFileReader::ReadFeatureSection(int feature, std::vector<char>* data) { in ReadFeatureSection()
436 bool RecordFileReader::ReadFeatureSection(int feature, std::string* data) { in ReadFeatureSection()
506 std::string RecordFileReader::ReadFeatureString(int feature) { in ReadFeatureString()
Drecord_file.h151 bool HasFeature(int feature) const { in HasFeature()
Dcmd_merge.cpp330 for (int feature : features) { in MergeFeatureSection() local
Dcmd_debug_unwind.cpp434 DebugUnwindFeature feature; in WriteFeatureSections() local
Dreport_lib_interface.cpp583 int feature = PerfFileFormat::GetFeatureId(feature_name); in GetFeatureSection() local
/system/chre/apps/test/common/proto/
Dchre_stress_test.proto62 optional Feature feature = 1; field
Dchre_settings_test.proto56 optional Feature feature = 1; field
/system/chre/apps/test/common/chre_settings_test/inc/
Dchre_settings_test_manager.h66 Feature feature; member
/system/chre/java/test/stress/src/com/google/android/chre/test/stress/
DContextHubStressTestExecutor.java306 private void sendTestMessage(ChreStressTest.TestCommand.Feature feature, boolean start) { in sendTestMessage()
/system/core/init/
Dueventd_parser.cpp138 Result<void> ParseEnabledDisabledLine(std::vector<std::string>&& args, bool* feature) { in ParseEnabledDisabledLine()