Test: atest -c MyRoboTests

Bug: 272054982
Make VsyncEventData visible to test classes calling nativeinit

Change-Id: I25d9f8608493e57930ea857088e3fa865272507a
This commit is contained in:
Ram Peri
2023-03-15 18:56:55 -04:00
parent 56954d1746
commit 2e5345ed56

View File

@@ -146,7 +146,12 @@ public abstract class DisplayEventReceiver {
mMessageQueue = null; mMessageQueue = null;
} }
static final class VsyncEventData { /**
* Class to capture all inputs required for syncing events data.
*
* @hide
*/
public static final class VsyncEventData {
// The amount of frame timeline choices. // The amount of frame timeline choices.
// Must be in sync with VsyncEventData::kFrameTimelinesLength in // Must be in sync with VsyncEventData::kFrameTimelinesLength in
// frameworks/native/libs/gui/include/gui/VsyncEventData.h. If they do not match, a runtime // frameworks/native/libs/gui/include/gui/VsyncEventData.h. If they do not match, a runtime