Searched defs:TransactionState (Results 1 – 2 of 2) sorted by relevance
19 struct TransactionState { struct20 bool GetLocalFileHandle(int index, LocalHandle* handle) { in GetLocalFileHandle()31 bool GetLocalChannelHandle(int index, LocalChannelHandle* handle) { in GetLocalChannelHandle()46 FileReference PushFileHandle(BorrowedHandle handle) { in PushFileHandle()53 ChannelReference PushChannelHandle(BorrowedChannelHandle handle) { in PushChannelHandle()69 RequestHeader<BorrowedHandle> request;70 ResponseHeader<LocalHandle> response;
1047 struct TransactionState { struct1048 TransactionState(const Vector<ComposerState>& composerStates, in TransactionState() argument1071 std::unordered_map<sp<IBinder>, std::queue<TransactionState>, IBinderHash> mTransactionQueues; argument