Home
last modified time | relevance | path

Searched refs:protobuf (Results 1 – 25 of 33) sorted by relevance

12

/system/update_engine/payload_generator/
Dextent_utils.h39 const google::protobuf::RepeatedPtrField<Extent>& collection,
74 google::protobuf::RepeatedPtrField<Extent>* out);
77 void ExtentsToVector(const google::protobuf::RepeatedPtrField<Extent>& extents,
86 google::protobuf::RepeatedPtrField<Extent>* extents,
87 const google::protobuf::RepeatedPtrField<Extent>& extents_to_add);
Dextent_utils.cc61 const google::protobuf::RepeatedPtrField<Extent>& collection, in GetElement()
67 google::protobuf::RepeatedPtrField<Extent>* extents, in ExtendExtents()
68 const google::protobuf::RepeatedPtrField<Extent>& extents_to_add) { in ExtendExtents()
83 google::protobuf::RepeatedPtrField<Extent>* out) { in StoreExtents()
91 void ExtentsToVector(const google::protobuf::RepeatedPtrField<Extent>& extents, in ExtentsToVector()
Dextent_ranges.h57 const ::google::protobuf::RepeatedPtrField<Extent> &exts);
59 const ::google::protobuf::RepeatedPtrField<Extent> &exts);
Dannotated_operation.cc32 const google::protobuf::RepeatedPtrField<Extent>& extents) { in OutputExtents()
Dextent_ranges.cc182 const ::google::protobuf::RepeatedPtrField<Extent> &exts) { in AddRepeatedExtents()
189 const ::google::protobuf::RepeatedPtrField<Extent> &exts) { in SubtractRepeatedExtents()
Dextent_utils_unittest.cc66 google::protobuf::RepeatedPtrField<Extent> extents; in TEST()
/system/connectivity/shill/
Dprotobuf_lite_streams.h33 google::protobuf::io::CopyingInputStreamAdaptor *
38 public google::protobuf::io::CopyingInputStream {
Dprotobuf_lite_streams.cc25 using google::protobuf::io::CopyingInputStream;
26 using google::protobuf::io::CopyingInputStreamAdaptor;
Dshill.gyp172 'protobuf-lite',
223 'protobuf-lite',
241 # system_api depends on protobuf (or protobuf-lite). It must appear
242 # before protobuf here or the linker flags won't be in the right
245 'protobuf-lite',
582 'protobuf-lite',
/system/security/keystore/
Dkeystore_client_impl.cpp120 EncryptedData protobuf; in encryptWithAuthentication() local
121 protobuf.set_init_vector(init_vector); in encryptWithAuthentication()
122 protobuf.set_authentication_data(raw_authentication_data); in encryptWithAuthentication()
123 protobuf.set_encrypted_data(raw_encrypted_data); in encryptWithAuthentication()
124 if (!protobuf.SerializeToString(encrypted_data)) { in encryptWithAuthentication()
134 EncryptedData protobuf; in decryptWithAuthentication() local
135 if (!protobuf.ParseFromString(encrypted_data)) { in decryptWithAuthentication()
145 protobuf.init_vector() + protobuf.encrypted_data(), in decryptWithAuthentication()
146 protobuf.authentication_data(), &output_params, &output_data)) { in decryptWithAuthentication()
154 encrypt_params.Authorization(keymaster::TAG_NONCE, protobuf.init_vector().data(), in decryptWithAuthentication()
[all …]
/system/connectivity/shill/test-scripts/
Dcrypto_util_pb2.py19 from google.protobuf import descriptor
20 from google.protobuf import message
21 from google.protobuf import reflection
22 from google.protobuf import descriptor_pb2
/system/tpm/tpm_manager/common/
Dlocal_data.proto21 // When Tpm ownership is taken, this protobuf is populated with the passwords
24 // when all the clients have the owner password injected, this protobuf is
/system/connectivity/shill/dbus/
Dchromeos_power_manager_proxy.cc34 bool SerializeProtocolBuffer(const google::protobuf::MessageLite& protobuf, in SerializeProtocolBuffer() argument
39 if (!protobuf.SerializeToString(&serialized_protobuf)) in SerializeProtocolBuffer()
48 google::protobuf::MessageLite* protobuf_out) { in DeserializeProtocolBuffer()
/system/core/metricsd/uploader/proto/
DREADME23 Any change to this protobuf must first be made to the backend's protobuf and be
Dchrome_user_metrics_extension.proto19 // Note: this protobuf must be compatible with the one in chromium.
/system/tpm/trunks/
Dinterface.proto5 // exported method is represented here by a request and response protobuf.
Dtrunks.gyp25 'protobuf-lite',
/system/connectivity/shill/shims/protos/
Dcrypto_util.proto31 // This protobuf is for sending credential information from shill to the
51 // This protobuf gives the parameters for the shim the verify credentials.
/system/extras/perfprofd/tests/
DAndroid.mk39 LOCAL_C_INCLUDES += system/extras/perfprofd external/protobuf/src
/system/core/metricsd/
Dmetrics.gyp59 'protobuf-lite',
/system/update_engine/
Dupdate_metadata.proto23 // uint64 manifest_size; // Size of protobuf DeltaArchiveManifest
48 // The DeltaArchiveManifest protobuf is an ordered list of InstallOperation
57 // protobuf is downloaded). The types of operations are explained:
170 // The offset into the delta file (after the protobuf)
/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc34 using google::protobuf::io::CopyingInputStreamAdaptor;
35 using google::protobuf::RepeatedField;
36 using google::protobuf::RepeatedPtrField;
/system/update_engine/payload_consumer/
Ddelta_performer.h135 const google::protobuf::RepeatedPtrField<Extent>& extents,
/system/tpm/tpm_manager/
Dtpm_manager.gyp25 'protobuf-lite',
/system/bt/osi/src/
Dmetrics.cpp213 google::protobuf::TextFormat::PrintToString(*pending, &pretty_output); in metrics_print()

12