Searched defs:TransactionState (Results 1 – 3 of 3) sorted by relevance
31 struct TransactionState { struct34 TransactionState(const FrameTimelineInfo& frameTimelineInfo, in TransactionState() function61 void traverseStatesWithBuffers(Visitor&& visitor) const { in traverseStatesWithBuffers()72 bool isFrameActive() const { in isFrameActive()84 FrameTimelineInfo frameTimelineInfo;85 Vector<ComposerState> states;86 Vector<DisplayState> displays;87 uint32_t flags;88 sp<IBinder> applyToken;89 InputWindowCommands inputWindowCommands;[all …]
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;
60 message TransactionState { message