OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TpmSimulatorHandle
(Results
1 - 2
of
2
) sorted by null
/system/tpm/trunks/
tpm_simulator_handle.cc
39
TpmSimulatorHandle
::
TpmSimulatorHandle
() {}
41
TpmSimulatorHandle
::~
TpmSimulatorHandle
() {}
43
bool
TpmSimulatorHandle
::Init() {
58
void
TpmSimulatorHandle
::SendCommand(const std::string& command,
63
std::string
TpmSimulatorHandle
::SendCommandAndWait(const std::string& command) {
tpm_simulator_handle.h
35
//
TpmSimulatorHandle
handle;
38
class
TpmSimulatorHandle
: public CommandTransceiver {
40
TpmSimulatorHandle
();
41
~
TpmSimulatorHandle
() override;
43
// Initializes a
TpmSimulatorHandle
instance. This method must be called
54
DISALLOW_COPY_AND_ASSIGN(
TpmSimulatorHandle
);
Completed in 52 milliseconds