Lines Matching refs:Transaction
124 Transaction::Transaction(Client& client) : client_{client} {} in Transaction() function in android::pdx::Transaction
126 Transaction::~Transaction() { in ~Transaction()
131 bool Transaction::EnsureStateAllocated() { in EnsureStateAllocated()
139 void Transaction::SendTransaction(int opcode, Status<void>* ret, in SendTransaction()
163 void Transaction::SendTransaction(int opcode, Status<int>* ret, in SendTransaction()
184 void Transaction::SendTransaction(int opcode, Status<LocalHandle>* ret, in SendTransaction()
205 void Transaction::SendTransaction(int opcode, Status<LocalChannelHandle>* ret, in SendTransaction()
226 Status<FileReference> Transaction::PushFileHandle(const LocalHandle& handle) { in PushFileHandle()
232 Status<FileReference> Transaction::PushFileHandle( in PushFileHandle()
239 Status<FileReference> Transaction::PushFileHandle(const RemoteHandle& handle) { in PushFileHandle()
243 Status<ChannelReference> Transaction::PushChannelHandle( in PushChannelHandle()
250 Status<ChannelReference> Transaction::PushChannelHandle( in PushChannelHandle()
257 Status<ChannelReference> Transaction::PushChannelHandle( in PushChannelHandle()
262 bool Transaction::GetFileHandle(FileReference ref, LocalHandle* handle) { in GetFileHandle()
267 bool Transaction::GetChannelHandle(ChannelReference ref, in GetChannelHandle()
273 void Transaction::CheckDisconnect(int error) { in CheckDisconnect()