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

Commit 95ec0cfe authored by Peiyong Lin's avatar Peiyong Lin Committed by Automerger Merge Worker
Browse files

Merge "Make sure ANATIVEWINDOW_QUERY_BUFFER_AGE is identified as VNDK API."...

Merge "Make sure ANATIVEWINDOW_QUERY_BUFFER_AGE is identified as VNDK API." into sc-dev am: 3acce53a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/14814694

Change-Id: I663e4c7d7ef0587d31defdf56da3fcaae9738b0b
parents bf788cf0 3acce53a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -213,6 +213,7 @@ int ANativeWindow_query(const ANativeWindow* window, ANativeWindowQuery what, in
        case ANATIVEWINDOW_QUERY_DEFAULT_WIDTH:
        case ANATIVEWINDOW_QUERY_DEFAULT_HEIGHT:
        case ANATIVEWINDOW_QUERY_TRANSFORM_HINT:
        case ANATIVEWINDOW_QUERY_BUFFER_AGE:
            // these are part of the VNDK API
            break;
        case ANATIVEWINDOW_QUERY_MIN_SWAP_INTERVAL: