Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DISurfaceComposer.cpp1285 int32_t colorModeInt = 0; in onTransact() local
1286 result = data.readInt32(&colorModeInt); in onTransact()
1292 static_cast<ColorMode>(colorModeInt)); in onTransact()