HomeSort by relevance Sort by last modified time
    Searched refs:SetFeatures (Results 1 - 6 of 6) sorted by null

  /system/core/adb/
transport_test.cpp 52 TEST(transport, SetFeatures) {
56 t.SetFeatures(FeatureSetToString(FeatureSet{"foo"}));
60 t.SetFeatures(FeatureSetToString(FeatureSet{"foo", "bar"}));
65 t.SetFeatures(FeatureSetToString(FeatureSet{"foo", "bar", "foo"}));
70 t.SetFeatures(FeatureSetToString(FeatureSet{"bar", "baz"}));
76 t.SetFeatures("");
transport.h 169 void SetFeatures(const std::string& features_string);
adb.cpp 275 t->SetFeatures("");
295 t->SetFeatures(value);
    [all...]
transport.cpp 912 void atransport::SetFeatures(const std::string& features_string) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Nvme.h 636 NVME_ADMIN_SET_FEATURES SetFeatures;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalNvmeReg.h 704 NVME_ADMIN_SET_FEATURES SetFeatures;

Completed in 1765 milliseconds