OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:command_proto
(Results
1 - 6
of
6
) sorted by null
/system/tpm/tpm_manager/aidl/android/tpm_manager/
ITpmNvram.aidl
23
oneway void DefineSpace(in byte[]
command_proto
, in ITpmManagerClient client);
24
oneway void DestroySpace(in byte[]
command_proto
,
26
oneway void WriteSpace(in byte[]
command_proto
, in ITpmManagerClient client);
27
oneway void ReadSpace(in byte[]
command_proto
, in ITpmManagerClient client);
28
oneway void LockSpace(in byte[]
command_proto
, in ITpmManagerClient client);
29
oneway void ListSpaces(in byte[]
command_proto
, in ITpmManagerClient client);
30
oneway void GetSpaceInfo(in byte[]
command_proto
,
ITpmOwnership.aidl
23
oneway void GetTpmStatus(in byte[]
command_proto
,
25
oneway void TakeOwnership(in byte[]
command_proto
,
27
oneway void RemoveOwnerDependency(in byte[]
command_proto
,
/system/tpm/tpm_manager/server/
binder_service.h
63
const std::vector<uint8_t>&
command_proto
,
67
const std::vector<uint8_t>&
command_proto
,
71
const std::vector<uint8_t>&
command_proto
,
75
const std::vector<uint8_t>&
command_proto
,
79
const std::vector<uint8_t>&
command_proto
,
83
const std::vector<uint8_t>&
command_proto
,
87
const std::vector<uint8_t>&
command_proto
,
103
const std::vector<uint8_t>&
command_proto
,
107
const std::vector<uint8_t>&
command_proto
,
111
const std::vector<uint8_t>&
command_proto
,
[
all
...]
binder_service.cc
133
const std::vector<uint8_t>&
command_proto
,
136
command_proto
, base::Bind(&TpmNvramInterface::DefineSpace,
143
const std::vector<uint8_t>&
command_proto
,
146
command_proto
, base::Bind(&TpmNvramInterface::DestroySpace,
153
const std::vector<uint8_t>&
command_proto
,
156
command_proto
, base::Bind(&TpmNvramInterface::WriteSpace,
163
const std::vector<uint8_t>&
command_proto
,
166
command_proto
, base::Bind(&TpmNvramInterface::ReadSpace,
173
const std::vector<uint8_t>&
command_proto
,
176
command_proto
, base::Bind(&TpmNvramInterface::LockSpace
[
all
...]
/system/tpm/trunks/
trunks_binder_proxy.cc
76
SendCommandRequest
command_proto
;
local
77
command_proto
.set_command(command);
79
command_proto_data.resize(
command_proto
.ByteSize());
80
if (!
command_proto
.SerializeToArray(command_proto_data.data(),
97
SendCommandRequest
command_proto
;
local
98
command_proto
.set_command(command);
100
command_proto_data.resize(
command_proto
.ByteSize());
101
if (!
command_proto
.SerializeToArray(command_proto_data.data(),
/system/tpm/tpm_manager/client/
binder_proxy_helper.h
29
const std::vector<uint8_t>&
command_proto
,
Completed in 150 milliseconds