Home
last modified time | relevance | path

Searched defs:TransactionState (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h521 struct TransactionState { struct
522 TransactionState(const FrameTimelineInfo& frameTimelineInfo, in TransactionState() argument
550 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 …]
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel.cpp19 struct TransactionState { struct
20 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;