Home
last modified time | relevance | path

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

12

/system/update_engine/payload_consumer/
Dextent_reader.h35 const google::protobuf::RepeatedPtrField<Extent>& extents,
53 const google::protobuf::RepeatedPtrField<Extent>& extents,
60 google::protobuf::RepeatedPtrField<Extent> extents_;
64 google::protobuf::RepeatedPtrField<Extent>::iterator cur_extent_;
Dfile_descriptor_utils.h39 const google::protobuf::RepeatedPtrField<Extent>& src_extents,
41 const google::protobuf::RepeatedPtrField<Extent>& tgt_extents,
51 const google::protobuf::RepeatedPtrField<Extent>& extents,
Dextent_writer.h44 const google::protobuf::RepeatedPtrField<Extent>& extents,
70 const google::protobuf::RepeatedPtrField<Extent>& extents, in Init()
87 google::protobuf::RepeatedPtrField<Extent> extents_;
89 google::protobuf::RepeatedPtrField<Extent>::iterator cur_extent_;
105 const google::protobuf::RepeatedPtrField<Extent>& extents, in Init()
Dxz_extent_writer.h43 const google::protobuf::RepeatedPtrField<Extent>& extents,
Dbzip_extent_writer.h44 const google::protobuf::RepeatedPtrField<Extent>& extents,
Dfake_extent_writer.h37 const google::protobuf::RepeatedPtrField<Extent>& /* extents */, in Init()
Dextent_reader.cc25 using google::protobuf::RepeatedPtrField;
Dbzip_extent_writer.cc19 using google::protobuf::RepeatedPtrField;
Dfile_descriptor_utils.cc28 using google::protobuf::RepeatedPtrField;
Dxz_extent_writer.cc19 using google::protobuf::RepeatedPtrField;
Dbzip_extent_writer_unittest.cc32 using google::protobuf::RepeatedPtrField;
/system/update_engine/payload_generator/
Dextent_utils.h55 google::protobuf::RepeatedPtrField<Extent>* out);
58 void ExtentsToVector(const google::protobuf::RepeatedPtrField<Extent>& extents,
67 google::protobuf::RepeatedPtrField<Extent>* extents,
68 const google::protobuf::RepeatedPtrField<Extent>& extents_to_add);
Dextent_utils.cc57 google::protobuf::RepeatedPtrField<Extent>* extents, in ExtendExtents()
58 const google::protobuf::RepeatedPtrField<Extent>& extents_to_add) { in ExtendExtents()
73 google::protobuf::RepeatedPtrField<Extent>* out) { in StoreExtents()
81 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()
/system/security/keystore/
Dkeystore_client_impl.cpp106 EncryptedData protobuf; in encryptWithAuthentication() local
107 protobuf.set_init_vector(init_vector); in encryptWithAuthentication()
108 protobuf.set_authentication_data(raw_authentication_data); in encryptWithAuthentication()
109 protobuf.set_encrypted_data(raw_encrypted_data); in encryptWithAuthentication()
110 if (!protobuf.SerializeToString(encrypted_data)) { in encryptWithAuthentication()
120 EncryptedData protobuf; in decryptWithAuthentication() local
121 if (!protobuf.ParseFromString(encrypted_data)) { in decryptWithAuthentication()
131 protobuf.init_vector() + protobuf.encrypted_data(), in decryptWithAuthentication()
132 protobuf.authentication_data(), &output_params, &output_data)) { in decryptWithAuthentication()
140 encrypt_params.Authorization(TAG_NONCE, protobuf.init_vector().data(), in decryptWithAuthentication()
[all …]
/system/extras/perfprofd/
Dperfprofd_io.cc44 class FileCopyingOutputStream : public ::google::protobuf::io::CopyingOutputStream {
56 using google::protobuf::io::ZeroCopyOutputStream;
70 google::protobuf::int64 ByteCount() const override;
121 google::protobuf::int64 GzipOutputStream::ByteCount() const { in ByteCount()
264 google::protobuf::io::CopyingOutputStreamAdaptor cosa(&fcos); in SerializeProtobuf()
/system/extras/simpleperf/
Dcmd_report_sample.cpp37 class ProtobufFileWriter : public google::protobuf::io::CopyingOutputStream {
49 class ProtobufFileReader : public google::protobuf::io::CopyingInputStream {
113 google::protobuf::io::CodedOutputStream* coded_os_;
160 std::unique_ptr<google::protobuf::io::CopyingOutputStreamAdaptor> protobuf_os; in Run()
161 std::unique_ptr<google::protobuf::io::CodedOutputStream> protobuf_coded_os; in Run()
164 protobuf_os.reset(new google::protobuf::io::CopyingOutputStreamAdaptor( in Run()
167 new google::protobuf::io::CodedOutputStream(protobuf_os.get())); in Run()
252 google::protobuf::io::CopyingInputStreamAdaptor adaptor(&protobuf_reader); in DumpProtobufReport()
253 google::protobuf::io::CodedInputStream coded_is(&adaptor); in DumpProtobufReport()
/system/timezone/tzlookup_generator/
DAndroid.mk21 LOCAL_PROTOC_FLAGS := -Iexternal/protobuf/src
/system/tpm/trunks/
Dinterface.proto5 // exported method is represented here by a request and response protobuf.
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DCountryZonesFileSupport.java19 import com.google.protobuf.TextFormat;
/system/extras/perfprofd/binder_interface/
Dperfprofd_binder.cc229 struct IstreamCopyingInputStream : public google::protobuf::io::CopyingInputStream { in StartProfilingProtobufFd()
247 std::unique_ptr<google::protobuf::io::CopyingInputStreamAdaptor> is_adaptor( in StartProfilingProtobufFd()
248 new google::protobuf::io::CopyingInputStreamAdaptor(is.get())); in StartProfilingProtobufFd()
/system/extras/simpleperf/scripts/
Dprofile_pb2.py6 from google.protobuf import descriptor as _descriptor
7 from google.protobuf import message as _message
8 from google.protobuf import reflection as _reflection
9 from google.protobuf import symbol_database as _symbol_database
10 from google.protobuf import descriptor_pb2
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTreeTest.java19 import com.google.protobuf.TextFormat;
/system/update_engine/scripts/update_payload/
Dupdate_metadata_pb2.py4 from google.protobuf import descriptor as _descriptor
5 from google.protobuf import message as _message
6 from google.protobuf import reflection as _reflection
7 from google.protobuf import descriptor_pb2

12