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

  /system/tpm/trunks/
resource_manager.h 136 bool FixWarnings(const MessageInfo& command_info, TPM_RC result);
227 // The set of warnings already handled in the context of a FixWarnings() call.
230 // Whether a FixWarnings() call is currently executing.
resource_manager.cc 162 if (!FixWarnings(command_info, response_info.code)) {
382 bool ResourceManager::FixWarnings(const MessageInfo& command_info,
462 if (!FixWarnings(command_info, result)) {
811 if (!FixWarnings(command_info, result)) {

Completed in 128 milliseconds