OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handle_info
(Results
1 - 2
of
2
) sorted by null
/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);
/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
...]
Completed in 174 milliseconds