Questions tagged [surfaceflinger]

SurfaceFlinger is Android's window compositor. Use this tag for questions specific to SurfaceFlinger component of Android. In addtion, add android tag as well.

SurfaceFlinger is Android's window compositor. Use this tag for questions specific to SurfaceFlinger component of Android. In addtion, add tag too.

100 questions
0
votes
1 answer

android porting: "service 'SurfaceFlinger' died"

I am trying to boot blaze board with jellybean 4AJ.2.5P2. When I am trying to boot, I got the following error. init: Failed to open socket 'property_service': Address family not supported by protocol I have used the below bootargs: setenv bootargs…
Dhasneem
  • 4,037
  • 4
  • 33
  • 47
0
votes
1 answer

Purgatory list Error (in LogCat)

Is anyone familiar with the following error in LogCat? 10-21 19:45:42.476: E/SurfaceFlinger(155): layer=0x7486e0 is not in the purgatory list I read up on "SurfaceFlinger", which seems to be responsible for graphics rendering on Android, but I'm…
Cabbage soup
  • 1,344
  • 1
  • 18
  • 26
0
votes
1 answer

Who provide the data for wifi display?

I try to follow the wifi display codes in Android Jelly bean 4.2. In wifi display, the PlaybackSession class will be responsible for getting the data. And finally it will get the data from a class called SurfaceMediaSource, which inherits from…
0
votes
1 answer

Can I use performTraversals to measure FPS on Android?

I'd like to calculate FPS to detect performance issue of an application based on existing Android profiling tool . I noted that on Systrace, it can record the length of performTraversals. As far as I know, performTraversals performs measure, layout…
0
votes
0 answers

on some devices, ISurfaceComposer captureScreen method cause screen to freeze

I am using ISurfaceComposer captureScreen method to create android device screen capture but on some devices the method call causes the entire screen to freeze. Any idea why is this happening ? Is SurfaceFlinger locked when the screen capture is in…
jacob
  • 1,397
  • 1
  • 26
  • 53
0
votes
1 answer

Android Capture Surface Flinger

Many devices do not store the final display data in framebuffer, hence screen capture methods will not work on those devices. I want to know how can get the final composition data from Surface Flinger? If we can achieve the capture from surface…
blganesh
  • 3
  • 3
0
votes
1 answer

Android surface flickering between buffers

I am having a problem with my Android system. It is running on a custom platform and when I boot up the device the screen flickers between the bootanim and the console "A N D R O I D " screen. When the bootanim redraws itself it is visible but then…
Markus
  • 589
  • 1
  • 6
  • 19
-1
votes
1 answer

How to run surfaceflinger with valgrind?

I am debugging memory corruption issue and I want to check whether SF is accessing invalid memory or not but I don't know how to launch SF using command line. Please help.
-1
votes
1 answer

How Layer's Buffer is mapped to Framebuffer in Android SurfaceFlinger

when Surface is created, there is a buffer associated with it, which is used to hold all canvas data related to this surface. And there could be multiple surafce created at a time in android application. So my doubt it, as there is limited number…
Rahul
  • 1,607
  • 3
  • 23
  • 41
-2
votes
1 answer

Change pixel color in android display

I want to change pixel color via android application using background. It means entire screen, not image file. How can I modify pixel color? Result of searching, I could find "Bitmap", "Surfaceflinger", "Framebuffer". but, I don't know what is…
Hwi
  • 1
  • 1
1 2 3 4 5 6
7