Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h516 struct TransactionState { struct
517 TransactionState(const FrameTimelineInfo& frameTimelineInfo, in TransactionState() function
548 uint32_t flags;
549 sp<IBinder> applyToken;
553 client_cache_t buffer;
554 const int64_t postTime;
555 uint32_t permissions;
556 bool hasListenerCallbacks;
558 int originPid;
559 int originUid;
[all …]
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A 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;
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DDatabaseHelper.java452 private static class TransactionState { class in DatabaseHelper