Searched refs:intType (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp664 int32_t intType = 0; local
666 &intType);
672 *outType = static_cast<DisplayType>(intType);
1013 auto intType = static_cast<int32_t>(type); local
1015 mDisplayId, mId, intType);
H A DHWC2On1Adapter.h603 hwc2_display_t display, hwc2_layer_t layer, int32_t intType) {
604 auto type = static_cast<HWC2::Composition>(intType);
602 setLayerCompositionTypeHook(hwc2_device_t* device, hwc2_display_t display, hwc2_layer_t layer, int32_t intType) argument
H A DHWC2On1Adapter.cpp687 auto intType = static_cast<int32_t>(element.second); local
691 outTypes[numWritten] = intType;

Completed in 35 milliseconds