Home
last modified time | relevance | path

Searched refs:BLOGW (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp147 BLOGW("Alloc Failed with %{public}d, seq: %{public}u", dret, sequenceNumber_); in Alloc()
185 BLOGW("handle has been unmaped, seq: %{public}u", sequenceNumber_); in Unmap()
193 BLOGW("Unmap Failed with %{public}d, seq: %{public}u", dret, sequenceNumber_); in Unmap()
210 BLOGW("FlushCache Failed with %{public}d, seq: %{public}u", dret, sequenceNumber_); in FlushCache()
232 BLOGW("GetImageLayout Failed with %{public}d, seq: %{public}u", dret, sequenceNumber_); in GetImageLayout()
251 BLOGW("InvalidateCache Failed with %{public}d, seq: %{public}u", dret, sequenceNumber_); in InvalidateCache()
431 BLOGW("GetImageLayout failed, ret:%d, seq: %{public}u", ret, sequenceNumber_); in GetPlanesInfo()
H A Dsurface_tunnel_handle.cpp50 BLOGW("FreeExtDataHandle with nullptr handle"); in FreeExtDataHandle()
75 BLOGW("SetHandle with nullptr"); in SetHandle()
H A Dbuffer_queue.cpp170 BLOGW("align is %{public}d, uniqueId: %{public}" PRIu64 ".", align, uniqueId_); in CheckRequestConfig()
175 BLOGW("align is %{public}d, uniqueId: %{public}" PRIu64 ".", align, uniqueId_); in CheckRequestConfig()
181 BLOGW("colorGamut is %{public}d, uniqueId: %{public}" PRIu64 ".", in CheckRequestConfig()
1359 BLOGW("invalid queueSize: %{public}u, uniqueId: %{public}" PRIu64 ".", in SetQueueSize()
1449 BLOGW("width is %{public}d, uniqueId: %{public}" PRIu64 ".", width, uniqueId_); in SetDefaultWidthAndHeight()
1454 BLOGW("height is %{public}d, uniqueId: %{public}" PRIu64 ".", height, uniqueId_); in SetDefaultWidthAndHeight()
1743 BLOGW("metaData size is 0, uniqueId: %{public}" PRIu64 ".", uniqueId_); in SetMetaData()
1761 BLOGW("key is %{public}d, uniqueId: %{public}" PRIu64 ".", key, uniqueId_); in SetMetaDataSet()
1765 BLOGW("metaData size is 0, uniqueId: %{public}" PRIu64 ".", uniqueId_); in SetMetaDataSet()
1818 BLOGW("tunnel handle is nullptr, uniqueId: %{public}" PRIu64 ".", uniqueId_); in SetTunnelHandle()
[all …]
H A Dbuffer_extra_data_impl.cpp29 BLOGW("read failed, magic: %{public}d", magic); in ReadFromParcel()
187 BLOGW("SurfaceBuffer has too many extra data, cannot save one more!!!"); in ExtraSet()
H A Dbuffer_queue_producer.cpp111 BLOGW("no connections, uniqueId: %{public}" PRIu64 ".", uniqueId_); in CheckConnectLocked()
116 BLOGW("connected by: %{public}d, uniqueId: %{public}" PRIu64 ".", connectedPid_, uniqueId_); in CheckConnectLocked()
1224 BLOGW("connected by: %{public}d, request by: %{public}d , uniqueId: %{public}" PRIu64 ".", in Connect()
1364 BLOGW("can't promote remote object."); in OnRemoteDied()
H A Dproducer_surface.cpp512 BLOGW("ProducerSurface is not initialized."); in GetName()
809 BLOGW("ProducerSurface is not initialized."); in GetUniqueId()
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_log.h46 #define BLOGW(fmt, ...) B_CPRINTF(HILOG_WARN, fmt, ##__VA_ARGS__) macro
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp147 BLOGW("Failed to create EGLDisplay gl errno : %{public}x", eglGetError()); in InitEglContext()
184 BLOGW("Create EGL context successfully, version %{public}d.%{public}d", major, minor); in InitEglContext()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_window_test.cpp64 BLOGW("FreeOHExtDataHandle with nullptr handle"); in FreeOHExtDataHandle()