equal
deleted
inserted
replaced
1424 { |
1424 { |
1425 PP_DEBUG(_L("CNGAPostProcHwDevice[%x]:MmvssSurfaceRemovedL()++"), this); |
1425 PP_DEBUG(_L("CNGAPostProcHwDevice[%x]:MmvssSurfaceRemovedL()++"), this); |
1426 if(!aSurfaceId.IsNull()) |
1426 if(!aSurfaceId.IsNull()) |
1427 { |
1427 { |
1428 PP_DEBUG(_L("CNGAPostProcHwDevice[%x]:MmvssSurfaceRemovedL(): UnregisterSurface ID = 0x%x"), this, aSurfaceId ); |
1428 PP_DEBUG(_L("CNGAPostProcHwDevice[%x]:MmvssSurfaceRemovedL(): UnregisterSurface ID = 0x%x"), this, aSurfaceId ); |
1429 iWsSession.UnregisterSurface(0, iSurfaceId); |
1429 iWsSession.UnregisterSurface(0, aSurfaceId); |
1430 iSurfaceHandler->DestroySurface(aSurfaceId); |
1430 iSurfaceHandler->DestroySurface(aSurfaceId); |
1431 } |
1431 } |
1432 |
1432 |
1433 PP_DEBUG(_L("CNGAPostProcHwDevice[%x]:MmvssSurfaceRemovedL() --"), this); |
1433 PP_DEBUG(_L("CNGAPostProcHwDevice[%x]:MmvssSurfaceRemovedL() --"), this); |
1434 } |
1434 } |