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()68 Status<ChannelReference> PushChannelHandle(BorrowedChannelHandle handle) { in PushChannelHandle()84 Status<ChannelReference> PushChannelHandle(BorrowedHandle data_fd, in PushChannelHandle()96 Status<size_t> WriteData(const iovec* vector, size_t vector_length) { in WriteData()106 Status<size_t> ReadData(const iovec* vector, size_t vector_length) { in ReadData()120 android::pdx::uds::RequestHeader<LocalHandle> request;121 android::pdx::uds::ResponseHeader<BorrowedHandle> response;[all …]