Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h246 void setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode);
DSurfaceFlinger.cpp627 void SurfaceFlinger::setActiveConfigInternal(const sp<DisplayDevice>& hw, int mode) { in setActiveConfigInternal() function in android::SurfaceFlinger
671 mFlinger.setActiveConfigInternal(hw, mMode); in setActiveConfig()