Searched defs:ResourceManager (Results 1 - 2 of 2) sorted by relevance

/system/tpm/trunks/
H A Dresource_manager.h36 // The ResourceManager class manages access to limited TPM resources.
46 // In terms of interface the ResourceManager is simply a CommandTranceiver but
49 // ResourceManager synchronous simplifies the code and improves readability.
51 class ResourceManager : public CommandTransceiver { class in namespace:trunks
55 // remain valid for the duration of the ResourceManager lifetime. The
58 ResourceManager(const TrunksFactory& factory,
60 ~ResourceManager() override;
233 DISALLOW_COPY_AND_ASSIGN(ResourceManager);
H A Dresource_manager.cc58 ResourceManager::ResourceManager(const TrunksFactory& factory, function in class:trunks::ResourceManager
62 ResourceManager::~ResourceManager() {}
64 void ResourceManager::Initialize() {
98 void ResourceManager::SendCommand(const std::string& command,
103 std::string ResourceManager::SendCommandAndWait(const std::string& command) {
195 bool ResourceManager::ChooseSessionToEvict(
222 void ResourceManager::CleanupFlushedHandle(TPM_HANDLE flushed_handle) {
251 TPM_HANDLE ResourceManager
[all...]

Completed in 307 milliseconds