Lines Matching refs:ALOGE

72     ALOGE("SquashState::GenerateHistory expected %zu layers but got %zu layers",  in GenerateHistory()
102 ALOGE("SquashState::RecordHistory expected %zu layers but got %zu layers", in RecordHistory()
107 ALOGE("SquashState::RecordHistory expected %zu regions but got %zu regions", in RecordHistory()
128 ALOGE( in RecordAndCompareSquashed()
205 ALOGE("Failed to lock worker, %d", ret); in Routine()
222 ALOGE("Failed to unlock worker, %d", ret); in Routine()
229 ALOGE("Failed to wait for signal, %d", wait_ret); in Routine()
263 ALOGE("Failed to acquire compositor lock %d", ret); in ~DrmDisplayCompositor()
278 ALOGE("Failed to acquire compositor lock %d", ret); in ~DrmDisplayCompositor()
289 ALOGE("Failed to initialize drm compositor lock %d\n", ret); in Init()
295 ALOGE("Failed to initialize compositor worker %d\n", ret); in Init()
301 ALOGE("Failed to initialize frame worker %d\n", ret); in Init()
333 ALOGE("Unknown composition type %d/%d", composition->type(), display_); in QueueComposition()
339 ALOGE("Failed to acquire compositor lock %d", ret); in QueueComposition()
355 ALOGE("Failed to release compositor lock %d", ret); in QueueComposition()
367 ALOGE("Failed to determine display mode: no connector for display %d", in GetActiveModeResolution()
380 ALOGE("Failed to wait for framebuffer release %d", ret); in PrepareFramebuffer()
386 ALOGE( in PrepareFramebuffer()
395 ALOGE("Failed to allocate framebuffer with size %dx%d", width, height); in PrepareFramebuffer()
408 ALOGE("Failed to import framebuffer for display %d", ret); in PrepareFramebuffer()
421 ALOGE("Failed to prepare framebuffer for squash %d", ret); in ApplySquash()
431 ALOGE("Failed to squash layers"); in ApplySquash()
437 ALOGE("Failed to create squash framebuffer release fence %d", ret); in ApplySquash()
454 ALOGE("Failed to prepare framebuffer for pre-composite %d", ret); in ApplyPreComposite()
464 ALOGE("Failed to pre-composite layers"); in ApplyPreComposite()
470 ALOGE("Failed to create pre-composite framebuffer release fence %d", ret); in ApplyPreComposite()
483 ALOGE("Failed to allocate property set"); in DisablePlanes()
497 ALOGE("Failed to add plane %d disable to pset", plane->id()); in DisablePlanes()
505 ALOGE("Failed to commit pset ret=%d\n", ret); in DisablePlanes()
542 ALOGE("Failed to import old squashed framebuffer %d", ret); in PrepareFrame()
554 ALOGE("Failed to create squash framebuffer release fence %d", ret); in PrepareFrame()
579 ALOGE("Squash source_layers is expected to be empty (%zu/%d)", in PrepareFrame()
585 ALOGE( in PrepareFrame()
616 ALOGE("Could not locate connector for display %d", display_); in CommitFrame()
621 ALOGE("Could not locate crtc for display %d", display_); in CommitFrame()
627 ALOGE("Failed to allocate property set"); in CommitFrame()
638 ALOGE("Failed to add blob %d to pset", mode_.blob_id); in CommitFrame()
657 ALOGE("Can't handle more than one source layer sz=%zu type=%d", in CommitFrame()
663 ALOGE("Source layer index %zu out of bounds %zu type=%d", in CommitFrame()
680 ALOGE("Failed to wait for acquire %d/%d", acquire_fence, ret); in CommitFrame()
686 ALOGE("Expected a valid framebuffer for pset"); in CommitFrame()
714 ALOGE("Failed to add plane %d disable to pset", plane->id()); in CommitFrame()
722 ALOGE("Rotation is not supported on plane %d", plane->id()); in CommitFrame()
729 ALOGE("Alpha is not supported on plane %d", plane->id()); in CommitFrame()
763 ALOGE("Failed to add plane %d to set", plane->id()); in CommitFrame()
772 ALOGE("Failed to add rotation property %d to plane %d", in CommitFrame()
783 ALOGE("Failed to add alpha property %d to plane %d", in CommitFrame()
801 ALOGE("Failed to commit pset ret=%d\n", ret); in CommitFrame()
812 ALOGE("Failed to destroy old mode property blob %" PRIu32 "/%d", in CommitFrame()
820 ALOGE("Failed to apply DPMS after modeset %d\n", ret); in CommitFrame()
836 ALOGE("Failed to get DrmConnector for display %d", display_); in ApplyDpms()
844 ALOGE("Failed to set DPMS property for connector %d", conn->id()); in ApplyDpms()
860 ALOGE("Failed to create mode property blob %d", ret); in CreateModeBlob()
863 ALOGE("Create blob_id %" PRIu32 "\n", id); in CreateModeBlob()
892 ALOGE("Composite failed for display %d", display_); in ApplyFrame()
905 ALOGE("Failed to acquire lock for active_composition swap"); in ApplyFrame()
912 ALOGE("Failed to release lock for active_composition swap"); in ApplyFrame()
922 ALOGE("Failed to initialize OpenGL compositor %d", ret); in Composite()
929 ALOGE("Failed to acquire compositor lock %d", ret); in Composite()
935 ALOGE("Failed to release compositor lock %d", ret); in Composite()
946 ALOGE("Failed to release compositor lock %d", ret); in Composite()
954 ALOGE("Failed to prepare frame for display %d", display_); in Composite()
976 ALOGE("Failed to squash frame for display %d", display_); in Composite()
989 ALOGE("Failed to apply dpms for display %d", display_); in Composite()
997 ALOGE("Failed to create mode blob for display %d", display_); in Composite()
1003 ALOGE("Unknown composition type %d", composition->type()); in Composite()
1013 ALOGE("Failed to acquire compositor lock %d", ret); in HaveQueuedComposites()
1021 ALOGE("Failed to release compositor lock %d", ret); in HaveQueuedComposites()
1074 ALOGE("Failed to init squash all composition %d", ret); in SquashFrame()
1084 ALOGE("Skipping squash all because of NULL plane"); in SquashFrame()
1120 ALOGE("Failed to set layers for squash all composition %d", ret); in SquashFrame()
1126 ALOGE("Failed to add squashed plane composition %d", ret); in SquashFrame()
1132 ALOGE("Failed to plan for squash all composition %d", ret); in SquashFrame()
1138 ALOGE("Failed to pre-composite for squash all composition %d", ret); in SquashFrame()