Loading services/surfaceflinger/DisplayHardware/HWC2.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -929,7 +929,7 @@ Error Display::getReleaseFences( Error Display::present(sp<Fence>* outPresentFence) { int32_t presentFenceFd = 0; int32_t presentFenceFd = -1; #ifdef BYPASS_IHWC int32_t intError = mDevice.mPresentDisplay(mDevice.mHwcDevice, mId, &presentFenceFd); Loading Loading
services/surfaceflinger/DisplayHardware/HWC2.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -929,7 +929,7 @@ Error Display::getReleaseFences( Error Display::present(sp<Fence>* outPresentFence) { int32_t presentFenceFd = 0; int32_t presentFenceFd = -1; #ifdef BYPASS_IHWC int32_t intError = mDevice.mPresentDisplay(mDevice.mHwcDevice, mId, &presentFenceFd); Loading