- adefc3e Unregister input channel by token by Siarhei Vishniakou · 4 years, 2 months ago
- dcafa8d Update screen capture functions to accept a ScreenCaptureListener by chaviw · 4 years, 3 months ago
- 8ffc7b8 Pass IScreenCaptureListener to screen capture functions by chaviw · 4 years, 3 months ago
- 2adf8fd Merge "Check status for every ISurfaceComposer Parcel" by Chavi Weingarten · 4 years, 3 months ago
- 308ddba Check status for every ISurfaceComposer Parcel by chaviw · 4 years, 3 months ago
- 47074b8 Rename InputWindowHandle hasFocus to focusable by Vishnu Nair · 4 years, 3 months ago
- 3cbda59 Align DisplayEventReceiver events by Yahan Zhou · 4 years, 3 months ago
- 122d496 Merge "Add default input dispatching timeout constant" by Siarhei Vishniakou · 4 years, 3 months ago
- 7062295 Add default input dispatching timeout constant by Siarhei Vishniakou · 4 years, 3 months ago
- 3efadb1 Added LayerCapture args to captureLayers functions by chaviw · 4 years, 3 months ago
- d243289 Use DisplayCaptureArgs for displayCapture functions. by chaviw · 4 years, 3 months ago
- 58379d9 Merge "Use more inclusive terms." into rvc-dev-plus-aosp am: 6da1a17423 am: e9d251bb1b am: 2658bbf0a2 by Peiyong Lin · 4 years, 3 months ago
- d8460c8 Use more inclusive terms. by Peiyong Lin · 4 years, 3 months ago
- 6c4243b Use AIDL compiler to generate InputApplicationInfo class. by Chris Ye · 4 years, 4 months ago
- d258827 Use unique_ptr when creating InputChannel by Siarhei Vishniakou · 4 years, 4 months ago
- ce5ab08 Use std::shared_ptr for InputChannel by Siarhei Vishniakou · 4 years, 4 months ago
- 44753b1 Move things in InputWindowInfo to enum classes by Michael Wright · 4 years, 4 months ago
- 0783e99 AIDL-ize InputManager IInputFlinger interface. by Chris Ye · 4 years, 5 months ago
- c1ae556 Use chrono for dispatching timeout by Siarhei Vishniakou · 4 years, 4 months ago
- d98f1da Merge "libgui: align the Surface default mMaxBufferCount value with BufferQueue" into rvc-dev am: 4524ce5189 am: 7cf6872c4c am: 7cd0613344 am: c134a6dd97 by TreeHugger Robot · 4 years, 5 months ago
- 4524ce5 Merge "libgui: align the Surface default mMaxBufferCount value with BufferQueue" into rvc-dev by TreeHugger Robot · 4 years, 5 months ago
- 74c9cc3 libgui: align the Surface default mMaxBufferCount value with BufferQueue by Yiwei Zhang · 4 years, 5 months ago
- 0b833cc Merge "Fix "Allow/Deny" popup window no respond when use cursor" into rvc-dev am: 3b1a56f091 am: 0d3f38641a am: 515c8257c7 am: 1978394d33 by TreeHugger Robot · 4 years, 5 months ago
- b4a0f85 Fix "Allow/Deny" popup window no respond when use cursor by arthurhung · 4 years, 5 months ago
- b071075 Merge "Call Layer::getLayerDebugInfo from the main thread" into rvc-dev am: 32ca5feb99 am: cc823882db am: a73c737c35 am: be36df3375 by Vishnu Nair · 4 years, 5 months ago
- 43bccf8 Call Layer::getLayerDebugInfo from the main thread by Vishnu Nair · 4 years, 5 months ago
- 08b6084 Merge "Use <chrono> for input-related timeouts" into rvc-dev am: 7e838c2377 am: 292a1f7c9b am: 1b4b1ff162 am: 9f32a48a2b by Siarhei Vishniakou · 4 years, 6 months ago
- 097c3db Use <chrono> for input-related timeouts by Siarhei Vishniakou · 4 years, 6 months ago
- 31473fc Merge "Replace PowerHint with Boost in SurfaceComposer callback" by Lais Andrade · 4 years, 6 months ago
- 49497c9 Merge "Update libgui to use android::base properties instead of cutils" into rvc-dev by Michael Hoisie · 4 years, 6 months ago
- 53e19a7 Update libgui to use android::base properties instead of cutils by Michael Hoisie · 4 years, 6 months ago
- f734df4 Split refresh rate range into two ranges by Steven Thomas · 4 years, 7 months ago
- 3a6e47d Replace PowerHint with Boost in SurfaceComposer callback by Lais Andrade · 4 years, 7 months ago
- f33c9f1 Change to using sysprop for libgui_tests by Sundong Ahn · 4 years, 7 months ago
- 3282579 Merge "Lookup layer handle when registering region sampling listener" into rvc-dev by Alec Mouri · 4 years, 7 months ago
- 9a02eda Lookup layer handle when registering region sampling listener by Alec Mouri · 4 years, 7 months ago
- 65fa221 Merge "Wait for callbacks before exiting test" into rvc-dev by TreeHugger Robot · 4 years, 7 months ago
- 78491e9 Wait for callbacks before exiting test by Valerie Hau · 4 years, 7 months ago
- 470df5f SF: Fix thread safety in ISurfaceComposer APIs by Dominik Laskowski · 4 years, 7 months ago
- d407190 Add frame rate flexibility token by Steven Thomas · 4 years, 8 months ago
- 655ca15 Keep screen on when running libgui_test by Vishnu Nair · 4 years, 7 months ago
- 62a4cf8 Add compatibility param to setFrameRate() api by Steven Thomas · 4 years, 9 months ago
- fa247b1 Rename ColorLayer to EffectLayer to handle both shadows and color fill by Vishnu Nair · 4 years, 9 months ago
- bf29e04 Disable Desired Present time test for BLAST adapter by Valerie Hau · 4 years, 9 months ago
- 871d635 Plumb FrameEventHistory to client by Valerie Hau · 4 years, 9 months ago
- 3cb3d4e SF: Redesign API to query display information by Dominik Laskowski · 5 years ago
- 181abd3 Add desired present time to BLAST adapter by Valerie Hau · 4 years, 9 months ago
- 012682f Merge "Make setActiveConfig() private, remove plumbing" by Steven Thomas · 4 years, 10 months ago
- f157a26 Merge "Move focus dispatch to input (1/2)" by TreeHugger Robot · 4 years, 10 months ago
- 5ada2be Merge "Remove maxBufferCount" by TreeHugger Robot · 4 years, 10 months ago
- c78c43a Remove maxBufferCount by Valerie Hau · 4 years, 10 months ago
- f1035d4 Move focus dispatch to input (1/2) by Siarhei Vishniakou · 5 years ago
- 718f960 ui: Deduplicate rotation types by Dominik Laskowski · 5 years ago
- a87ed45 Make setActiveConfig() private, remove plumbing by Steven Thomas · 4 years, 10 months ago
- 5492cb5 Add Auto Low Latency Mode to native framework by Galia Peycheva · 5 years ago
- 66b3f67 Merge "Switch from allowed display configs to refresh rate range" by Steven Thomas · 4 years, 11 months ago
- a32c552 Fixing triple buffer bug by Valerie Hau · 5 years ago
- ed3a8cc Switch from allowed display configs to refresh rate range by Ana Krulec · 5 years ago
- e71d968 Revert submission by Hansong Zhang · 5 years ago
- b8df034 Add Auto Low Latency Mode to native framework by Galia Peycheva · 5 years ago
- 896bcfc Merge "Adding transform to BLAST adapter" by TreeHugger Robot · 5 years ago
- 5977fc8 Adding transform to BLAST adapter by Valerie Hau · 5 years ago
- d364764 Merge "Set the crop on the BLASt adapter" by Valerie Hau · 5 years ago
- 45e4b3b Set the crop on the BLASt adapter by Valerie Hau · 5 years ago
- 234bb16 2) SF-DM Generalization of Refresh Rates: Adding config variable and getter methods by Ana Krulec · 5 years ago
- cdea0c0 Merge "1) SF-DM Generalization of Refresh Rates: Adding a call to set Refresh Rate Range" by Steven Thomas · 5 years ago
- 2847159 Merge "Adding triple buffering without wait" by Valerie Hau · 5 years ago
- d3b90d2 Adding triple buffering without wait by Valerie Hau · 5 years ago
- 0782b88 1) SF-DM Generalization of Refresh Rates: Adding a call to set Refresh Rate Range by Ana Krulec · 5 years ago
- b13bb95 [Shadows] Add api to set global shadow settings (4/n) by Vishnu Nair · 5 years ago
- d8e632e Merge "Pass transformHint to BLASTBufferQueue adapter" by Valerie Hau · 5 years ago
- 8cee3f9 Pass transformHint to BLASTBufferQueue adapter by Valerie Hau · 5 years ago
- 26d3cfb Remove InputChannel::setToken by Siarhei Vishniakou · 5 years ago
- 98c0daf Merge "Adding onFrameAvailable test for BLASTBufferQueue" by TreeHugger Robot · 5 years ago
- b7943bc Merge "Update tests for canReceiveInput policy changes" by TreeHugger Robot · 5 years ago
- da3446e Adding onFrameAvailable test for BLASTBufferQueue by Valerie Hau · 5 years ago
- c5011f9 Adding basic test framework for BLASTBufferQueue by Valerie Hau · 5 years ago
- f8678ba Update tests for canReceiveInput policy changes by Vishnu Nair · 5 years ago
- 03af16f Merge "Revert "Fix drag and drop (2/3)"" by TreeHugger Robot · 5 years ago
- 603f307 Merge "Only send surfaces to Listener that registered or applied transaction" by Valerie Hau · 5 years ago
- 9dab973 Only send surfaces to Listener that registered or applied transaction by Valerie Hau · 5 years ago
- 6cbb975 Revert "Fix drag and drop (2/3)" by Arthur Hung · 5 years ago
- 5dd64b1 Merge "Changed BufferLayer's canReceiveInput to check if its hidden by policy" by TreeHugger Robot · 5 years ago
- 82353e9 Changed BufferLayer's canReceiveInput to check if its hidden by policy by Vishnu Nair · 5 years ago
- b61f016 Merge "[ANativeWindow] Add apex stub for getLastDequeueStartTime" by TreeHugger Robot · 5 years ago
- 83cc45b Merge "Remove libhwbinder/libhidltransport deps" am: 0b2cf30522 am: b19d15b55c am: f425ab1e9c by Steven Moreland · 5 years ago
- f425ab1 Merge "Remove libhwbinder/libhidltransport deps" am: 0b2cf30522 am: b19d15b55c by Steven Moreland · 5 years ago
- 7a10a4f Remove libhwbinder/libhidltransport deps by Steven Moreland · 5 years ago
- a161966 [ANativeWindow] Add apex stub for getLastDequeueStartTime by Alec Mouri · 5 years ago
- 067fcd3 libgui: Add discardFreeBuffers callback to producer by Shuzhen Wang · 5 years ago
- 282f1d7 SurfaceFlinger: prevent division by 0 in Layer::fillInputInfo by Ady Abraham · 5 years ago
- f8e4a34 libgui: remove redundant eglQueryStringImplementationANDROID by Yiwei Zhang · 5 years ago
- 7cfe5e1 Merge "BufferQueue: handle consumer driven size for pre-rotation" by TreeHugger Robot · 5 years ago
- 538cedc BufferQueue: handle consumer driven size for pre-rotation by Yiwei Zhang · 5 years ago
- b2fe09c Merge "Cache NATIVE_WINDOW_MAX_BUFFER_COUNT in Surface" by TreeHugger Robot · 5 years ago
- e9d092a Cache NATIVE_WINDOW_MAX_BUFFER_COUNT in Surface by silence_dogood · 5 years ago
- 3e049d6 Merge "SurfaceFlinger: add explicit register for DISPLAY_EVENT_CONFIG_CHANGED" into qt-r1-dev am: aacc75c204 by Ady Abraham · 5 years ago
- 0f4a1b1 SurfaceFlinger: add explicit register for DISPLAY_EVENT_CONFIG_CHANGED by Ady Abraham · 5 years ago
- 656886e SurfaceFlinger: Add touch events to Scheduler am: 8532d01111 am: ed7e8876bd by Ady Abraham · 5 years ago
- 8532d01 SurfaceFlinger: Add touch events to Scheduler by Ady Abraham · 5 years ago