Loading services/vr/vr_window_manager/composer/impl/vr_hwc.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,11 @@ Error HwcDisplay::GetFrame( } } if (frame.empty()) { ALOGE("Requested frame with no layers"); return Error::BAD_LAYER; } // Increment the time the fence is signalled every time we get the // presentation frame. This ensures that calling ReleaseFrame() only affects // the current frame. Loading Loading
services/vr/vr_window_manager/composer/impl/vr_hwc.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,11 @@ Error HwcDisplay::GetFrame( } } if (frame.empty()) { ALOGE("Requested frame with no layers"); return Error::BAD_LAYER; } // Increment the time the fence is signalled every time we get the // presentation frame. This ensures that calling ReleaseFrame() only affects // the current frame. Loading