Searched refs:Tristate (Results 1 - 9 of 9) sorted by relevance

/system/libvintf/include/vintf/
H A DTristate.h27 enum class Tristate : size_t { class in namespace:android::vintf
H A DKernelConfigTypedValue.h23 #include "Tristate.h"
42 KernelConfigTypedValue(Tristate t);
57 Tristate mTristateValue;
H A Dparse_string.h35 std::ostream &operator<<(std::ostream &os, Tristate tr);
60 bool parse(const std::string &s, Tristate *tr);
/system/libvintf/
H A DKernelConfigTypedValue.cpp27 const KernelConfigTypedValue KernelConfigTypedValue::gMissingConfig{Tristate::NO};
48 KernelConfigTypedValue::KernelConfigTypedValue(Tristate t){
83 Tristate tristate;
H A Dassemble_vintf.cpp105 return std::make_unique<KernelConfig>(std::move(sub), Tristate::YES);
H A Dparse_string.cpp98 DEFINE_PARSE_STREAMIN_FOR_ENUM(Tristate);
/system/libvintf/test/
H A Dmain.cpp487 testOne(KernelConfigTypedValue(Tristate::YES),
489 testOne(KernelConfigTypedValue(Tristate::NO),
491 testOne(KernelConfigTypedValue(Tristate::MODULE),
554 {KernelConfig{"CONFIG_FOO", Tristate::YES}, KernelConfig{"CONFIG_BAR", "stringvalue"}}}));
688 KernelConfig{"CONFIG_64BIT", Tristate::YES},
693 KernelConfig{"CONFIG_NOTEXIST", Tristate::NO},
737 newConfigs[0] = KernelConfig{"CONFIG_64BIT", Tristate::NO};
761 newConfigs[1] = KernelConfig{"CONFIG_ANDROID_BINDER_DEVICES", Tristate::YES};
1598 EXPECT_EQ(KernelConfigTypedValue(Tristate::YES), cond.begin()->second);
/system/tpm/trunks/ftdi/
H A Dmpsse.h223 int Tristate(struct mpsse_context* mpsse);
H A Dmpsse.c1141 int Tristate(struct mpsse_context* mpsse) { function
1144 /* Tristate the all I/O pins (FT232H only) */

Completed in 85 milliseconds