Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DTransactionState.h49 struct TransactionState { struct
52 TransactionState(const FrameTimelineInfo& frameTimelineInfo, in TransactionState() argument
80 void traverseStatesWithBuffers(Visitor&& visitor) const { in traverseStatesWithBuffers()
89 void traverseStatesWithBuffersWhileTrue(Visitor&& visitor) { in traverseStatesWithBuffersWhileTrue()
106 bool isFrameActive() const { in isFrameActive()
120 FrameTimelineInfo frameTimelineInfo;
121 std::vector<ResolvedComposerState> states;
122 Vector<DisplayState> displays;
123 uint32_t flags;
124 sp<IBinder> applyToken;
[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;
/frameworks/native/services/surfaceflinger/layerproto/
Dtransactions.proto94 message TransactionState { message