Searched defs:TransactionInfo (Results 1 – 1 of 1) sorted by relevance
65 struct TransactionInfo { struct in android::TransactionApplicationTest66 Vector<ComposerState> states;67 Vector<DisplayState> displays;68 uint32_t flags = 0;69 sp<IBinder> applyToken = IInterface::asBinder(TransactionCompletedListener::getIInstance());70 InputWindowCommands inputWindowCommands;71 int64_t desiredPresentTime = 0;72 bool isAutoTimestamp = true;73 FrameTimelineInfo frameTimelineInfo;74 std::vector<client_cache_t> uncacheBuffers;[all …]