/foundation/graphic/graphic_surface/surface/src/ |
H A D | producer_surface.cpp | 61 BLOGD("ProducerSurface ctor"); in ProducerSurface() 66 BLOGD("~ProducerSurface dtor, name: %{public}s, uniqueId: %{public}" PRIu64 ".", name_.c_str(), queueId_); in ~ProducerSurface() 88 BLOGD("Init name: %{public}s, uniqueId: %{public}" PRIu64 ".", name_.c_str(), queueId_); in Init() 125 BLOGD("RequestBuffer ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, queueId_); in RequestBuffer() 138 BLOGD("SetMetadataValve ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, queueId_); in RequestBuffer() 151 BLOGD("SetColorSpaceType ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, queueId_); in SetMetadataValve() 161 BLOGD("SetHDRStaticMetadata ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, queueId_); in SetMetadataValve() 171 BLOGD("SetHDRStaticMetadata ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, queueId_); in SetMetadataValve() 179 BLOGD("SetHDRMetadataType ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, queueId_); in SetMetadataValve() 196 BLOGD("RequestBuffe in OutputRequestBufferLog() [all...] |
H A D | surface_buffer_impl.cpp | 43 BLOGD("IDisplayBuffer died and g_displayBuffer is nullptr"); 101 BLOGD("SurfaceBufferImpl ctor, seq: %{public}u", sequenceNumber_); in SurfaceBufferImpl() 109 BLOGD("SurfaceBufferImpl ctor, seq: %{public}u", sequenceNumber_); in SurfaceBufferImpl() 114 BLOGD("~SurfaceBufferImpl dtor, seq: %{public}u", sequenceNumber_); in ~SurfaceBufferImpl() 159 BLOGD("handle w: %{public}d h: %{public}d t: %{public}d, seq: %{public}u", in Alloc() 177 BLOGD("handle_->virAddr has been maped, seq: %{public}u", sequenceNumber_); in Map() 181 BLOGD("usage is BUFFER_USAGE_PROTECTED, do not Map, seq: %{public}u", sequenceNumber_); in Map() 633 BLOGD("GetMetadata Failed with %{public}d", dRet); in GetMetadata()
|
H A D | buffer_queue.cpp | 84 BLOGD("BufferQueue ctor, uniqueId: %{public}" PRIu64 ".", uniqueId_); in BufferQueue() 99 BLOGD("~BufferQueue dtor, uniqueId: %{public}" PRIu64 ".", uniqueId_); in ~BufferQueue() 323 BLOGD("request no buffer, buffer id:%{public}d state:%{public}d, uniqueId: %{public}" PRIu64 ".", in RequestBufferDebugInfoLocked() 390 BLOGD("Success alloc Buffer[%{public}d %{public}d] seq: %{public}d, uniqueId: %{public}" PRIu64 ".", in RequestBuffer() 482 BLOGD("requestBuffer Succ realloc Buffer[%{public}d %{public}d] with new config "\ in ReuseBuffer() 493 BLOGD("RequestBuffer Succ Buffer[%{public}d %{public}d] in seq id: %{public}u "\ in ReuseBuffer() 534 BLOGD("Success Buffer id: %{public}d, uniqueId: %{public}" PRIu64 ".", sequence, uniqueId_); in CancelBuffer() 641 BLOGD("Success Buffer seq id: %{public}d AcquireFence:%{public}d, uniqueId: %{public}" PRIu64 ".", in FlushBuffer() 730 BLOGD("DoFlushBuffer delete seq: %{public}d, uniqueId: %{public}" PRIu64 ".", sequence, uniqueId_); in DoFlushBuffer() 797 BLOGD("acquir in LogAndTraceAllBufferInBufferQueueCache() [all...] |
H A D | surface_tunnel_handle.cpp | 62 BLOGD("SurfaceTunnelHandle ctor"); in SurfaceTunnelHandle() 68 BLOGD("~SurfaceTunnelHandle dtor tunnelHandle_"); in ~SurfaceTunnelHandle()
|
H A D | consumer_surface.cpp | 72 BLOGD("ConsumerSurface Init, uniqueId: %{public}" PRIu64 ".", uniqueId_); in Init() 355 BLOGD("already register func: %{public}s, uniqueId: %{public}" PRIu64 ".", in RegisterUserDataChangeListener() 368 BLOGD("no register funcName: %{public}s, uniqueId: %{public}" PRIu64 ".", in UnRegisterUserDataChangeListener() 389 BLOGD("GoBackground, uniqueId: %{public}" PRIu64 ".", uniqueId_); in GoBackground()
|
H A D | surface_utils.cpp | 69 BLOGD("the surface already existed, uniqueId: %{public}" PRIu64, uniqueId); in Add() 78 BLOGD("Cannot find surface, uniqueId: %{public}" PRIu64 ".", uniqueId); in Remove() 322 BLOGD("the nativeWidow already existed, uniqueId %" PRIu64, uniqueId); in AddNativeWindow()
|
H A D | buffer_queue_producer.cpp | 1427 BLOGD("no connections, uniqueId: %{public}" PRIu64 ".", uniqueId_); in OnBufferProducerRemoteDied() 1450 BLOGD("producer is nullptr"); in OnRemoteDied() 1455 BLOGD("token doesn't match, ignore it, uniqueId: %{public}" PRIu64 ".", producer->GetUniqueId()); in OnRemoteDied() 1458 BLOGD("remote object died, uniqueId: %{public}" PRIu64 ".", producer->GetUniqueId()); in OnRemoteDied()
|
H A D | native_window.cpp | 652 BLOGD("get nativeWindow from cache, uniqueId: %{public}" PRIu64 ".", surfaceId);
in CreateNativeWindowFromSurfaceId()
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_log.h | 44 #define BLOGD(fmt, ...) B_CPRINTF(HILOG_DEBUG, fmt, ##__VA_ARGS__) macro
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/ |
H A D | surface_image.cpp | 400 BLOGD("enter OnBufferAvailable"); in OnBufferAvailable()
|