/system/update_engine/payload_generator/ |
D | extent_utils.h | 39 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);
|
D | extent_utils.cc | 61 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()
|
D | extent_ranges.h | 57 const ::google::protobuf::RepeatedPtrField<Extent> &exts); 59 const ::google::protobuf::RepeatedPtrField<Extent> &exts);
|
D | annotated_operation.cc | 32 const google::protobuf::RepeatedPtrField<Extent>& extents) { in OutputExtents()
|
D | extent_ranges.cc | 182 const ::google::protobuf::RepeatedPtrField<Extent> &exts) { in AddRepeatedExtents() 189 const ::google::protobuf::RepeatedPtrField<Extent> &exts) { in SubtractRepeatedExtents()
|
D | extent_utils_unittest.cc | 66 google::protobuf::RepeatedPtrField<Extent> extents; in TEST()
|
/system/connectivity/shill/ |
D | protobuf_lite_streams.h | 33 google::protobuf::io::CopyingInputStreamAdaptor * 38 public google::protobuf::io::CopyingInputStream {
|
D | protobuf_lite_streams.cc | 25 using google::protobuf::io::CopyingInputStream; 26 using google::protobuf::io::CopyingInputStreamAdaptor;
|
D | shill.gyp | 172 '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/ |
D | keystore_client_impl.cpp | 120 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/ |
D | crypto_util_pb2.py | 19 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/ |
D | local_data.proto | 21 // 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/ |
D | chromeos_power_manager_proxy.cc | 34 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/ |
D | README | 23 Any change to this protobuf must first be made to the backend's protobuf and be
|
D | chrome_user_metrics_extension.proto | 19 // Note: this protobuf must be compatible with the one in chromium.
|
/system/tpm/trunks/ |
D | interface.proto | 5 // exported method is represented here by a request and response protobuf.
|
D | trunks.gyp | 25 'protobuf-lite',
|
/system/connectivity/shill/shims/protos/ |
D | crypto_util.proto | 31 // 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/ |
D | Android.mk | 39 LOCAL_C_INCLUDES += system/extras/perfprofd external/protobuf/src
|
/system/core/metricsd/ |
D | metrics.gyp | 59 'protobuf-lite',
|
/system/update_engine/ |
D | update_metadata.proto | 23 // 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/ |
D | mobile_operator_info_impl.cc | 34 using google::protobuf::io::CopyingInputStreamAdaptor; 35 using google::protobuf::RepeatedField; 36 using google::protobuf::RepeatedPtrField;
|
/system/update_engine/payload_consumer/ |
D | delta_performer.h | 135 const google::protobuf::RepeatedPtrField<Extent>& extents,
|
/system/tpm/tpm_manager/ |
D | tpm_manager.gyp | 25 'protobuf-lite',
|
/system/bt/osi/src/ |
D | metrics.cpp | 213 google::protobuf::TextFormat::PrintToString(*pending, &pretty_output); in metrics_print()
|