HomeSort by relevance Sort by last modified time
    Searched refs:WLOGTRACE (Results 1 - 24 of 24) sorted by null

  /hardware/intel/img/hwcomposer/common/observers/
SoftVsyncObserver.cpp 50 WLOGTRACE("object has been initialized");
70 WLOGTRACE("soft vsync is still enabled");
87 WLOGTRACE("too late to set refresh rate");
89 WLOGTRACE("invalid refresh rate %d", rate);
98 WLOGTRACE("vsync state %d is not changed", enabled);
VsyncEventObserver.cpp 44 WLOGTRACE("object has been initialized");
70 WLOGTRACE("vsync is still enabled");
90 WLOGTRACE("vsync state %d is not changed", enabled);
124 WLOGTRACE("failed to wait for vsync on display %d, vsync enabled %d", mDevice, mEnabled);
UeventObserver.cpp 74 WLOGTRACE("setsockopt() failed");
  /hardware/intel/img/hwcomposer/ips/common/
HdcpControl.cpp 55 WLOGTRACE("HDCP is disabled");
61 WLOGTRACE("HDCP has been started");
98 WLOGTRACE("timeout waiting for completion");
109 WLOGTRACE("HDCP is disabled");
122 WLOGTRACE("HDCP has been started");
235 WLOGTRACE("HDCP is not supported");
272 WLOGTRACE("HDCP authentication has been stopped");
289 WLOGTRACE("HDCP authentication has been stopped");
TTMBufferMapper.cpp 67 WLOGTRACE("offset = %#x, addr = %p.", gttOffsetInPage, virtAddr);
Wsbm.cpp 34 WLOGTRACE("object is initialized");
RotationBufferProvider.cpp 103 WLOGTRACE("failed to free TTMBuffer");
387 WLOGTRACE("payload data is not correct: format %#x, width %d, height %d",
497 WLOGTRACE("vaDestroySurfaces failed, vaStatus = %d", vaStatus);
507 WLOGTRACE("khandle is reset by decoder, surface is invalid!");
542 WLOGTRACE("mTTMWrappers is unexpectedly full. Invalidate caches");
565 WLOGTRACE("failed to free TTMBuffer");
575 WLOGTRACE("vaDestroySurfaces failed, vaStatus = %d", vaStatus);
OverlayPlaneBase.cpp 110 WLOGTRACE("overlay plane query failed with error code %d", ret);
310 WLOGTRACE("failed to destroy TTM buffer");
584 WLOGTRACE("client is not ready");
    [all...]
  /hardware/intel/img/hwcomposer/common/base/
HwcModule.cpp 120 WLOGTRACE("unsupported event %d", event);
149 WLOGTRACE("failed to get configs of disp %d", disp);
166 WLOGTRACE("failed to get attributes of disp %d", disp);
192 WLOGTRACE("failed to set power mode of disp %d", disp);
205 WLOGTRACE("failed to get active config of disp %d", disp);
218 WLOGTRACE("failed to set active config of disp %d", disp);
231 WLOGTRACE("failed to set cursor position of disp %d", disp);
HwcLayerList.cpp 66 WLOGTRACE("invalid buffer handle");
72 WLOGTRACE("not a composer layer");
133 WLOGTRACE("invalid buffer handle");
139 WLOGTRACE("not a composer layer");
200 WLOGTRACE("cursor layer is not on top of zorder");
205 WLOGTRACE("invalid buffer handle");
211 WLOGTRACE("not a composer layer");
218 WLOGTRACE("unexpected color format %u for cursor", format);
224 WLOGTRACE("unexpected transform %u for cursor", trans);
235 WLOGTRACE("unexpected scaling for cursor: %dx%d => %dx%d"
    [all...]
Drm.cpp 43 WLOGTRACE("Drm object has been initialized");
223 WLOGTRACE("device %d is disabled?", device);
255 WLOGTRACE("Setting mode on invalid device %d", device);
299 WLOGTRACE("Setting mode on invalid device %d", device);
356 WLOGTRACE("failed to call %ld ioctl with failure %d", cmd, err);
380 WLOGTRACE("failed to call %ld ioctl with failure %d", cmd, err);
405 WLOGTRACE("failed to call %ld ioctl with failure %d", cmd, err);
HwcLayer.cpp 83 WLOGTRACE("HwcLayer is not cleaned up");
267 WLOGTRACE("ignoring result of data buffer setting for protected video");
Hwcomposer.cpp 396 WLOGTRACE("procs is NULL");
  /hardware/intel/img/hwcomposer/common/buffers/
BufferManager.cpp 67 WLOGTRACE("failed to open alloc device");
226 WLOGTRACE("Alloc device is not available");
294 WLOGTRACE("Alloc device is not available");
317 WLOGTRACE("Alloc device is not available");
349 WLOGTRACE("Alloc device is not available");
BufferCache.cpp 64 WLOGTRACE("failed to remove mapper. err = %d", index);
  /hardware/intel/img/hwcomposer/common/utils/
HwcTrace.h 32 #define WLOGTRACE(fmt,...) ALOGW("%s: "fmt, __func__, ##__VA_ARGS__)
  /hardware/intel/img/hwcomposer/ips/anniedale/
PlaneCapabilities.cpp 58 WLOGTRACE("180 degree rotation is not supported yet");
209 WLOGTRACE("overlay scaling > 4, fall back to GLES");
AnnCursorPlane.cpp 211 WLOGTRACE("plane enabling (%d) failed with error code %d", enabled, ret);
234 WLOGTRACE("plane state query failed with error code %d", ret);
AnnRGBPlane.cpp 270 WLOGTRACE("plane enabling (%d) failed with error code %d", enabled, ret);
297 WLOGTRACE("plane state query failed with error code %d", ret);
AnnOverlayPlane.cpp 815 WLOGTRACE("signal decoder to stop generate rotation buffer");
822 WLOGTRACE("signal decoder to generate rotation buffer with transform %d", mTransform);
908 WLOGTRACE("overlay update failed with error code %d", ret);
  /hardware/intel/img/hwcomposer/common/devices/
PhysicalDevice.cpp 69 WLOGTRACE("mLayerList exists");
76 WLOGTRACE("failed to create layer list");
111 WLOGTRACE("null HWC layer list");
226 WLOGTRACE("failed to get display config");
ExternalDevice.cpp 106 WLOGTRACE("external device is not connected");
238 WLOGTRACE("same connection status detected, hotplug event ignored");
267 WLOGTRACE("external device is blank");
  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlaneManager.cpp 68 WLOGTRACE("object has been initialized");
133 WLOGTRACE("bit %d was set", index);
DisplayPlane.cpp 61 WLOGTRACE("buffer count %d is too small", bufferCount);
184 WLOGTRACE("invalid buffer handle");

Completed in 1597 milliseconds