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()59 Status<FileReference> PushFileHandle(BorrowedHandle handle) { in PushFileHandle()66 Status<ChannelReference> PushChannelHandle(BorrowedChannelHandle handle) { in PushChannelHandle()82 Status<ChannelReference> PushChannelHandle(BorrowedHandle data_fd, in PushChannelHandle()93 Status<size_t> WriteData(const iovec* vector, size_t vector_length) { in WriteData()103 Status<size_t> ReadData(const iovec* vector, size_t vector_length) { in ReadData()117 android::pdx::uds::RequestHeader<LocalHandle> request;118 android::pdx::uds::ResponseHeader<BorrowedHandle> response;[all …]