mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "[Lut HAL] change func name to takeDisplayLut instead." into main
This commit is contained in:
@@ -186,7 +186,7 @@ class ComposerClientReader {
|
||||
}
|
||||
|
||||
// Get the lut(s) requested by hardware composer.
|
||||
std::vector<Lut> takeLuts(int64_t display) {
|
||||
std::vector<Lut> takeDisplayLuts(int64_t display) {
|
||||
LOG_ALWAYS_FATAL_IF(mDisplay && display != *mDisplay);
|
||||
auto found = mReturnData.find(display);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user