• Home
  • Raw
  • Download

Lines Matching refs:ALOGE

76     ALOGE("SquashState::GenerateHistory expected %zu layers but got %zu layers",  in GenerateHistory()
106 ALOGE("SquashState::RecordHistory expected %zu layers but got %zu layers", in RecordHistory()
111 ALOGE("SquashState::RecordHistory expected %zu regions but got %zu regions", in RecordHistory()
132 ALOGE( in RecordAndCompareSquashed()
201 ALOGE("Unable to queue frame work (%d)", ret); in QueueFrame()
290 ALOGE("Unknown composition type %d/%d", composition->type(), display_); in QueueComposition()
298 ALOGE("Unable to queue work (%d)", ret); in QueueComposition()
318 ALOGE("Failed to determine display mode: no connector for display %d", in GetActiveModeResolution()
331 ALOGE("Failed to wait for framebuffer release %d", ret); in PrepareFramebuffer()
337 ALOGE( in PrepareFramebuffer()
346 ALOGE("Failed to allocate framebuffer with size %dx%d", width, height); in PrepareFramebuffer()
359 ALOGE("Failed to import framebuffer for display %d", ret); in PrepareFramebuffer()
372 ALOGE("Failed to prepare framebuffer for squash %d", ret); in ApplySquash()
382 ALOGE("Failed to squash layers"); in ApplySquash()
388 ALOGE("Failed to create squash framebuffer release fence %d", ret); in ApplySquash()
405 ALOGE("Failed to prepare framebuffer for pre-composite %d", ret); in ApplyPreComposite()
415 ALOGE("Failed to pre-composite layers"); in ApplyPreComposite()
421 ALOGE("Failed to create pre-composite framebuffer release fence %d", ret); in ApplyPreComposite()
434 ALOGE("Failed to allocate property set"); in DisablePlanes()
448 ALOGE("Failed to add plane %d disable to pset", plane->id()); in DisablePlanes()
456 ALOGE("Failed to commit pset ret=%d\n", ret); in DisablePlanes()
493 ALOGE("Failed to import old squashed framebuffer %d", ret); in PrepareFrame()
505 ALOGE("Failed to create squash framebuffer release fence %d", ret); in PrepareFrame()
530 ALOGE("Squash source_layers is expected to be empty (%zu/%d)", in PrepareFrame()
536 ALOGE( in PrepareFrame()
567 ALOGE("Could not locate connector for display %d", display_); in CommitFrame()
572 ALOGE("Could not locate crtc for display %d", display_); in CommitFrame()
578 ALOGE("Failed to allocate property set"); in CommitFrame()
589 ALOGE("Failed to add blob %d to pset", mode_.blob_id); in CommitFrame()
608 ALOGE("Can't handle more than one source layer sz=%zu type=%d", in CommitFrame()
614 ALOGE("Source layer index %zu out of bounds %zu type=%d", in CommitFrame()
631 ALOGE("Failed to wait for acquire %d/%d", acquire_fence, ret); in CommitFrame()
637 ALOGE("Expected a valid framebuffer for pset"); in CommitFrame()
665 ALOGE("Failed to add plane %d disable to pset", plane->id()); in CommitFrame()
673 ALOGE("Rotation is not supported on plane %d", plane->id()); in CommitFrame()
680 ALOGE("Alpha is not supported on plane %d", plane->id()); in CommitFrame()
714 ALOGE("Failed to add plane %d to set", plane->id()); in CommitFrame()
723 ALOGE("Failed to add rotation property %d to plane %d", in CommitFrame()
734 ALOGE("Failed to add alpha property %d to plane %d", in CommitFrame()
752 ALOGE("Failed to commit pset ret=%d\n", ret); in CommitFrame()
763 ALOGE("Failed to destroy old mode property blob %" PRIu32 "/%d", in CommitFrame()
771 ALOGE("Failed to apply DPMS after modeset %d\n", ret); in CommitFrame()
787 ALOGE("Failed to get DrmConnector for display %d", display_); in ApplyDpms()
795 ALOGE("Failed to set DPMS property for connector %d", conn->id()); in ApplyDpms()
811 ALOGE("Failed to create mode property blob %d", ret); in CreateModeBlob()
814 ALOGE("Create blob_id %" PRIu32 "\n", id); in CreateModeBlob()
839 ALOGE("Composite failed for display %d", display_); in ApplyFrame()
862 ALOGE("Failed to initialize OpenGL compositor %d", ret); in ProcessWork()
872 ALOGE("Failed to prepare frame for display %d", display_); in ProcessWork()
894 ALOGE("Failed to squash frame for display %d", display_); in ProcessWork()
907 ALOGE("Failed to apply dpms for display %d", display_); in ProcessWork()
915 ALOGE("Failed to create mode blob for display %d", display_); in ProcessWork()
921 ALOGE("Unknown composition type %d", composition->type()); in ProcessWork()
970 ALOGE("Failed to init squash all composition %d", ret); in SquashFrame()
980 ALOGE("Skipping squash all because of NULL plane"); in SquashFrame()
1013 ALOGE("Primary plane not found for squash"); in SquashFrame()
1020 ALOGE("Failed to set layers for squash all composition %d", ret); in SquashFrame()
1026 ALOGE("Failed to add squashed plane composition %d", ret); in SquashFrame()
1032 ALOGE("Failed to plan for squash all composition %d", ret); in SquashFrame()
1038 ALOGE("Failed to pre-composite for squash all composition %d", ret); in SquashFrame()