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

  /system/tpm/trunks/
resource_manager.cc 274 HandleInfo& handle_info = handle_iter->second; local
275 if (!handle_info.is_loaded) {
276 TPM_RC result = LoadContext(command_info, &handle_info);
282 handle_info.time_of_last_use = base::TimeTicks::Now();
455 HandleInfo* handle_info) {
456 CHECK(!handle_info->is_loaded);
461 handle_info->context, &handle_info->tpm_handle, nullptr);
471 handle_info->is_loaded = true;
740 HandleInfo& handle_info = handle_iter->second local
    [all...]
resource_manager.h 159 // TPM_RC_SUCCESS and ensures |handle_info| holds a valid handle (and invalid
161 TPM_RC LoadContext(const MessageInfo& command_info, HandleInfo* handle_info);
209 // TPM_RC_SUCCESS and ensures |handle_info| holds valid context data.
210 TPM_RC SaveContext(const MessageInfo& command_info, HandleInfo* handle_info);
  /external/iw/
info.c 647 static int handle_info(struct nl80211_state *state, function
666 __COMMAND(NULL, info, "info", NULL, NL80211_CMD_GET_WIPHY, 0, 0, CIB_PHY, handle_info,
668 TOPLEVEL(list, NULL, NL80211_CMD_GET_WIPHY, NLM_F_DUMP, CIB_NONE, handle_info,
670 TOPLEVEL(phy, NULL, NL80211_CMD_GET_WIPHY, NLM_F_DUMP, CIB_NONE, handle_info, NULL);

Completed in 3544 milliseconds