OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actual_handle
(Results
1 - 4
of
4
) sorted by null
/system/tpm/trunks/
resource_manager.h
190
// associated TPM |
actual_handle
|, restoring the object if necessary. The
192
// object handle, then |
actual_handle
| is set to |virtual_handle|. Returns
196
TPM_HANDLE*
actual_handle
);
resource_manager.cc
693
TPM_HANDLE
actual_handle
= handle;
local
704
actual_handle
= iter->second.tpm_handle;
706
// Send a command with the original header but with |
actual_handle
| as the
709
Serialize_TPM_HANDLE(
actual_handle
, &handle_blob);
730
TPM_HANDLE*
actual_handle
) {
733
*
actual_handle
= virtual_handle;
751
*
actual_handle
= handle_info.tpm_handle;
/external/nanopb-c/generator/google/protobuf/internal/
python_message.py
536
actual_handle
= cls._extensions_by_number.setdefault(
538
if
actual_handle
is not extension_handle:
542
(extension_handle.full_name,
actual_handle
.full_name,
[
all
...]
/external/protobuf/python/google/protobuf/internal/
python_message.py
759
actual_handle
= cls._extensions_by_number.setdefault(
761
if
actual_handle
is not extension_handle:
765
(extension_handle.full_name,
actual_handle
.full_name,
[
all
...]
Completed in 254 milliseconds