Searched defs:MessageState (Results 1 – 1 of 1) sorted by relevance
34 struct MessageState { struct35 bool GetLocalFileHandle(int index, LocalHandle* handle) { in GetLocalFileHandle()46 bool GetLocalChannelHandle(int index, LocalChannelHandle* handle) { in GetLocalChannelHandle()61 Status<FileReference> PushFileHandle(BorrowedHandle handle) { in PushFileHandle()84 Status<ChannelReference> PushChannelHandle(BorrowedHandle data_fd, in PushChannelHandle()120 android::pdx::uds::RequestHeader<LocalHandle> request;121 android::pdx::uds::ResponseHeader<BorrowedHandle> response;122 std::vector<LocalHandle> sockets_to_close;123 std::vector<uint8_t> request_data;124 size_t request_data_read_pos{0};[all …]