Home
last modified time | relevance | path

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

/hardware/google/graphics/common/include/displaycolor/
Ddisplaycolor.h51 constexpr struct DisplayColorIntfVer { struct
56 bool operator==(const DisplayColorIntfVer &rhs) const { argument
62 bool operator!=(const DisplayColorIntfVer &rhs) const {
66 bool Compatible(const DisplayColorIntfVer &rhs) const { in Compatible() argument
553 const DisplayColorIntfVer *GetInterfaceVersion();
/hardware/google/graphics/common/libhwc2.1/libdevice/
DDisplayColorLoader.h41 const displaycolor::DisplayColorIntfVer *(*getVersion)(); in DisplayColorLoader()