OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TrunksFactoryImpl
(Results
1 - 2
of
2
) sorted by null
/system/tpm/trunks/
trunks_factory_impl.h
34
//
TrunksFactoryImpl
is the default TrunksFactory implementation.
35
class TRUNKS_EXPORT
TrunksFactoryImpl
: public TrunksFactory {
39
explicit
TrunksFactoryImpl
(bool failure_is_fatal);
40
//
TrunksFactoryImpl
does not take ownership of |transceiver|. This
43
explicit
TrunksFactoryImpl
(CommandTransceiver* transceiver);
44
~
TrunksFactoryImpl
() override;
63
DISALLOW_COPY_AND_ASSIGN(
TrunksFactoryImpl
);
trunks_factory_impl.cc
37
TrunksFactoryImpl
::
TrunksFactoryImpl
(bool failure_is_fatal) {
54
TrunksFactoryImpl
::
TrunksFactoryImpl
(CommandTransceiver* transceiver) {
59
TrunksFactoryImpl
::~
TrunksFactoryImpl
() {}
61
Tpm*
TrunksFactoryImpl
::GetTpm() const {
65
scoped_ptr<TpmState>
TrunksFactoryImpl
::GetTpmState() const {
69
scoped_ptr<TpmUtility>
TrunksFactoryImpl
::GetTpmUtility() const {
73
scoped_ptr<AuthorizationDelegate>
TrunksFactoryImpl
::GetPasswordAuthorization
[
all
...]
Completed in 259 milliseconds