Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 545adcd1 authored by Rachel Lee's avatar Rachel Lee
Browse files

Update libandroid renamed AChoreographer methods.

Test: atest ChoreographerNativeTest
Bug: 214303753
Change-Id: I32d9703c669b2408dddd199c678fca0564668142
parent ffe4331a
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -71,11 +71,12 @@ int64_t AChoreographerFrameCallbackData_getFrameTimelineVsyncId(
        const AChoreographerFrameCallbackData* data, size_t index) {
    return AChoreographerFrameCallbackData_routeGetFrameTimelineVsyncId(data, index);
}
int64_t AChoreographerFrameCallbackData_getFrameTimelineExpectedPresentTime(
int64_t AChoreographerFrameCallbackData_getFrameTimelineExpectedPresentTimeNanos(
        const AChoreographerFrameCallbackData* data, size_t index) {
    return AChoreographerFrameCallbackData_routeGetFrameTimelineExpectedPresentTime(data, index);
    return AChoreographerFrameCallbackData_routeGetFrameTimelineExpectedPresentTimeNanos(data,
                                                                                         index);
}
int64_t AChoreographerFrameCallbackData_getFrameTimelineDeadline(
int64_t AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos(
        const AChoreographerFrameCallbackData* data, size_t index) {
    return AChoreographerFrameCallbackData_routeGetFrameTimelineDeadline(data, index);
    return AChoreographerFrameCallbackData_routeGetFrameTimelineDeadlineNanos(data, index);
}
+2 −2
Original line number Diff line number Diff line
@@ -34,8 +34,8 @@ LIBANDROID {
    AChoreographerFrameCallbackData_getFrameTimelinesLength;  # introduced=33
    AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex;  # introduced=33
    AChoreographerFrameCallbackData_getFrameTimelineVsyncId;  # introduced=33
    AChoreographerFrameCallbackData_getFrameTimelineExpectedPresentTime;  # introduced=33
    AChoreographerFrameCallbackData_getFrameTimelineDeadline;  # introduced=33
    AChoreographerFrameCallbackData_getFrameTimelineExpectedPresentTimeNanos;  # introduced=33
    AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos;  # introduced=33
    AConfiguration_copy;
    AConfiguration_delete;
    AConfiguration_diff;