Searched refs:setSchedAttr (Results 1 – 3 of 3) sorted by relevance
94 if (SurfaceFlinger::setSchedAttr(true) != NO_ERROR) { in main()
217 static status_t setSchedAttr(bool enabled);
6229 if (setSchedAttr(true) != NO_ERROR) { in setPowerModeInternal()6267 if (setSchedAttr(false) != NO_ERROR) { in setPowerModeInternal()7877 status_t SurfaceFlinger::setSchedAttr(bool enabled) { in setSchedAttr() function in android::SurfaceFlinger