summaryrefslogtreecommitdiff
path: root/libs/nativewindow/ANativeWindow.cpp
AgeCommit message (Expand)Author
2024-11-28Merge "Revert "Add new ANativeWindow_setFrameRateParams API"" into main Rachel Lee
2024-11-26Revert "Add new ANativeWindow_setFrameRateParams API" Rachel Lee
2024-11-11Add DISPLAY_BT2020 dataspace Alec Mouri
2024-10-25Add new ANativeWindow_setFrameRateParams API Rachel Lee
2023-12-14Add AHB_allocate2 + get/setDataSpace John Reck
2023-04-06Revert "Revert "Remove incorrect isDataSpaceValid"" John Reck
2023-04-06Revert "Remove incorrect isDataSpaceValid" Ayush Jain
2023-04-05Remove incorrect isDataSpaceValid John Reck
2023-02-28Fix implementation of ANW_read/write parcel John Reck
2022-12-02Inlining the clearFrameRate function. Kriti Dang
2022-11-03Make ANativeWindow available over stable AIDL Sungtak Lee
2022-09-02Add clearFrameRate API in ndk Kriti Dang
2022-07-06Add ANativeWindow_getBuffersDefaultDataSpace() Jason Macnak
2022-06-07Add prefix to newly introduced IntDef for DEPTH Sally Qi
2021-12-07Add DEPTH variables into ADataSpace Sally Qi
2021-11-16Merge "Add BT2020 PQ variant to ADataSpace" TreeHugger Robot
2021-11-16Add BT2020 PQ variant to ADataSpace Sally Qi
2021-11-15Add BT2020 HLG and variant into ADataSpace Sally Qi
2021-10-14Remove primary SHIFT variables from ADataSpace Sally Qi
2021-10-06ADataSpace should be aligned with the AIDL Dataspace. Sally Qi
2021-06-03Make sure ANATIVEWINDOW_QUERY_BUFFER_AGE is identified as VNDK API. Peiyong Lin
2021-03-24setFrameRate: Make shouldBeSeamless an enum Marin Shalamanov
2020-11-16Add shouldBeSeamless to setFrameRate Marin Shalamanov
2020-02-19Merge "[ANativeWindow] Apply remaining API feedback" TreeHugger Robot
2020-02-18Add compatibility param to setFrameRate() api Steven Thomas
2020-02-14[ANativeWindow] Apply remaining API feedback Alec Mouri
2020-02-13[ANativeWindow] allocateBuffers changes Alec Mouri
2020-02-03[ANativeWindow] add ANativeWindow_getNextFrameId api. Alec Mouri
2020-02-01Merge "[ANativeWindow] Add ANativeWindow_allocateBuffers stable abi." TreeHugger Robot
2020-02-01Merge "[ANativeWindow] Support interception methods in apex" TreeHugger Robot
2020-01-23[ANativeWindow] Add ANativeWindow_allocateBuffers stable abi. Alec Mouri
2020-01-23[ANativeWindow] Support interception methods in apex Alec Mouri
2020-01-22Add setFrameRate() api Steven Thomas
2020-01-07Extend ADataspace. Peiyong Lin
2019-09-06[ANativeWindow] Increase precision for duration queries. Alec Mouri
2019-09-06[ANativeWindow] Add stub for ANativeWindow_setDequeueTimeout Alec Mouri
2019-09-06[ANativeWindow] Add apex stub for getLastDequeueStartTime Alec Mouri
2019-09-06[ANativeWindow] Add apex header for getLastQueueDuration Alec Mouri
2019-08-20[ANativeWindow] Add test infrastructure for apex apis Alec Mouri
2019-06-27BufferQueue: handle consumer driven size for pre-rotation Yiwei Zhang
2018-05-31Fix enum-compare warning Yi Kong
2018-04-06ANativeWindow_setBuffersTransform: Allow forwarding INVERSE_DISPLAY Robert Carr
2018-02-07[NDK] Expose NDK API to set buffers data space for P. Peiyong Lin
2017-05-26use 64-bits usage bits almost everywhere Mathias Agopian
2017-05-21Revert "use 64-bits usage bits almost everywhere" Guang Zhu
2017-05-19use 64-bits usage bits almost everywhere Mathias Agopian
2017-05-09fix circular dependency libnativewindow <-> libui Mathias Agopian
2017-04-28Plumb gralloc producer/consumer bits correctly Mathias Agopian
2017-04-03Add VNDK API to access AHardwareBuffer from ANativeWindowBuffer Mathias Agopian
2017-03-28Use gralloc usage conversion library Jesse Hall