Searched defs:intMode (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp585 status_t HWComposer::setPowerMode(int32_t displayId, int32_t intMode) { argument
586 ALOGV("setPowerMode(%d, %d)", displayId, intMode);
597 auto mode = static_cast<HWC2::PowerMode>(intMode);
H A DHWC2.cpp818 auto intMode = static_cast<int32_t>(mode); local
819 int32_t intError = mDevice.mSetPowerMode(mDevice.mHwcDevice, mId, intMode);
998 auto intMode = static_cast<int32_t>(mode); local
1000 mDisplayId, mId, intMode);
H A DHWC2On1Adapter.h436 hwc2_display_t display, int32_t intMode) {
437 auto mode = static_cast<HWC2::PowerMode>(intMode);
596 hwc2_display_t display, hwc2_layer_t layer, int32_t intMode) {
597 auto mode = static_cast<HWC2::BlendMode>(intMode);
435 setPowerModeHook(hwc2_device_t* device, hwc2_display_t display, int32_t intMode) argument
595 setLayerBlendModeHook(hwc2_device_t* device, hwc2_display_t display, hwc2_layer_t layer, int32_t intMode) argument

Completed in 1321 milliseconds