Lines Matching refs:Transaction
128 Transaction::Transaction(Client& client) : client_{client} {} in Transaction() function in android::pdx::Transaction
130 Transaction::~Transaction() { in ~Transaction()
135 bool Transaction::EnsureStateAllocated() { in EnsureStateAllocated()
143 void Transaction::SendTransaction(int opcode, Status<void>* ret, in SendTransaction()
167 void Transaction::SendTransaction(int opcode, Status<int>* ret, in SendTransaction()
188 void Transaction::SendTransaction(int opcode, Status<LocalHandle>* ret, in SendTransaction()
209 void Transaction::SendTransaction(int opcode, Status<LocalChannelHandle>* ret, in SendTransaction()
230 Status<FileReference> Transaction::PushFileHandle(const LocalHandle& handle) { in PushFileHandle()
236 Status<FileReference> Transaction::PushFileHandle( in PushFileHandle()
243 Status<FileReference> Transaction::PushFileHandle(const RemoteHandle& handle) { in PushFileHandle()
247 Status<ChannelReference> Transaction::PushChannelHandle( in PushChannelHandle()
254 Status<ChannelReference> Transaction::PushChannelHandle( in PushChannelHandle()
261 Status<ChannelReference> Transaction::PushChannelHandle( in PushChannelHandle()
266 bool Transaction::GetFileHandle(FileReference ref, LocalHandle* handle) { in GetFileHandle()
271 bool Transaction::GetChannelHandle(ChannelReference ref, in GetChannelHandle()
277 void Transaction::CheckDisconnect(int error) { in CheckDisconnect()