Home
last modified time | relevance | path

Searched refs:is_handle (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.h103 bool is_handle() const { return type_ == Type::kHandle; } in COMPONENT_EXPORT()
118 bool is_handle() const { return type_ == Type::kHandle; } in COMPONENT_EXPORT()
Dplatform_handle.cc149 if (handle.is_handle()) { in ToMojoPlatformHandle()
/external/tpm2-tss/src/tss2-rc/
Dtss2_rc.c313 bool is_handle = tpm2_rc_fmt1_N_is_handle(rc); in tpm2_err_handler_fmt1() local
315 is_handle ? "handle" : "session"; in tpm2_err_handler_fmt1()