Home
last modified time | relevance | path

Searched refs:ReadMessage (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp55 if (proto_reader.ReadMessage(&pb_node)) { in DetermineApkFormat()
112 if (!proto_reader.ReadMessage(&pb_table)) { in LoadProtoApkFromFileCollection()
140 if (!proto_reader.ReadMessage(&pb_node)) { in LoadProtoApkFromFileCollection()
332 if (!proto_reader.ReadMessage(&pb_node)) { in LoadXml()
/aosp14/system/core/init/
H A Dproto_utils.h31 inline Result<std::string> ReadMessage(int socket) { in ReadMessage() function
H A Dsubcontext.cpp133 auto init_message = ReadMessage(init_fd_); in MainLoop()
276 auto subcontext_message = ReadMessage(socket_.get()); in TransmitMessage()
H A Dproperty_service.cpp1387 auto message = ReadMessage(init_socket); in HandleInitSocket()
/aosp14/frameworks/base/tools/aapt2/io/
H A DUtil.h130 template <typename T> bool ReadMessage(T *message) { in ReadMessage() function
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCompile_test.cpp332 proto_reader.ReadMessage(&pb_table); in TEST_F()
H A DConvert.cpp110 if (!proto_reader.ReadMessage(&pb_node)) { in SerializeFile()