This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
donjohanliebert
/
device_xiaomi_sweet
Watch
1
Star
0
Fork
0
You've already forked device_xiaomi_sweet
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
5be898bfd2
device_xiaomi_sweet
/
display
/
display_builtin.cpp
4 lines
99 B
C++
Raw
Normal View
History
Unescape
Escape
sweet: override the SetRefreshRate HWC builtin display function * This function causes the refresh rate to change randomly, and produces flickering on the display * Override the original function by renaming the symbol so linker uses the symbol from the shim instead of the original library's symbol Signed-off-by: daniml3 <daniel@danielml.dev> Change-Id: I2fa6b3f834df79c32d22f5a057da2108cc9cacab
2021-08-22 10:34:00 -04:00
#
include
<stdint.h>
sweet: Redo libsdmcore shim Instead of injecting custom dependency into libsdmcore.so, provide a custom hwcomposer implementation that overrides the *unwanted* symbol before loading the vendor implementation. Change-Id: Icc6551f9260a0eb8a7f7a616588c65472a9366e9
2024-02-12 06:58:30 -05:00
extern
"
C
"
void
_ZN3sdm14DisplayBuiltIn14SetRefreshRateEjb
(
uint32_t
,
bool
)
{
}
Reference in New Issue
Copy Permalink