Lines Matching defs:surface
48 BLOGE("Cannot find surface, uniqueId: %{public}" PRIu64 ".", uniqueId);
51 sptr<Surface> surface = iter->second.promote();
52 if (surface == nullptr) {
53 BLOGE("surface is nullptr, uniqueId: %{public}" PRIu64 ".", uniqueId);
56 return surface;
59 SurfaceError SurfaceUtils::Add(uint64_t uniqueId, const wptr<Surface> &surface)
61 if (surface == nullptr) {
66 surfaceCache_[uniqueId] = surface;
69 BLOGD("the surface already existed, uniqueId: %{public}" PRIu64, uniqueId);
78 BLOGD("Cannot find surface, uniqueId: %{public}" PRIu64 ".", uniqueId);