HomeSort by relevance Sort by last modified time
    Searched defs:TrunksFactoryImpl (Results 1 - 2 of 2) sorted by null

  /system/tpm/trunks/
trunks_factory_impl.cc 38 TrunksFactoryImpl::TrunksFactoryImpl() {
47 TrunksFactoryImpl::TrunksFactoryImpl(CommandTransceiver* transceiver) {
51 TrunksFactoryImpl::~TrunksFactoryImpl() {}
53 bool TrunksFactoryImpl::Initialize() {
70 Tpm* TrunksFactoryImpl::GetTpm() const {
74 std::unique_ptr<TpmState> TrunksFactoryImpl::GetTpmState() const {
78 std::unique_ptr<TpmUtility> TrunksFactoryImpl::GetTpmUtility() const
    [all...]
trunks_factory_impl.h 32 // TrunksFactoryImpl is the default TrunksFactory implementation. This class is
36 // TrunksFactoryImpl factory;
39 class TRUNKS_EXPORT TrunksFactoryImpl : public TrunksFactory {
42 TrunksFactoryImpl();
43 // TrunksFactoryImpl does not take ownership of |transceiver|. This
46 explicit TrunksFactoryImpl(CommandTransceiver* transceiver);
47 ~TrunksFactoryImpl() override;
71 DISALLOW_COPY_AND_ASSIGN(TrunksFactoryImpl);

Completed in 74 milliseconds