Home
last modified time | relevance | path

Searched refs:mDisplayColorInterface (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/gs101/libhwc2.1/libdevice/
DExynosDeviceModule.h34 GsInterfaceType* getDisplayColorInterface() { return mDisplayColorInterface; } in getDisplayColorInterface()
43 GsInterfaceType * mDisplayColorInterface; variable
DExynosDeviceModule.cpp55 mDisplayColorInterface = mDisplayColorLoader.GetDisplayColor(display_info); in initDisplayColor()
56 if (mDisplayColorInterface == nullptr) { in initDisplayColor()