Searched defs:TransactionState (Results 1 – 2 of 2) sorted by relevance
521 struct TransactionState { struct522 TransactionState(const FrameTimelineInfo& frameTimelineInfo, in TransactionState() argument550 FrameTimelineInfo frameTimelineInfo;551 Vector<ComposerState> states;552 Vector<DisplayState> displays;553 uint32_t flags;554 sp<IBinder> applyToken;555 InputWindowCommands inputWindowCommands;556 const int64_t desiredPresentTime;557 const bool isAutoTimestamp;[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;