Hi all,

This is about the issue, I am facing in Android display system(Video
Rendering using Surface Flinger Native APIs).

As for my understanding, Android display system relies on
Surfaceflinger library( a system wide screen composer).
Surfaceflinger runs as a service along with Mediaserver service,
Camera service, Audioflinger and these services interact with each
other through Binder APIs at native level. If any user application
wants to access SurfaceFlinger native APIs, it requires Surfaceflinger
Access permissions.

My requirement is that I want to create a SurfaceView at the JAVA
level (Android Application level) and render video data to that
Surface,  means, pass video data  to the Surface flinger library by
invoking native Surface Flinger APIs. But, because of Permission
Problems, I am not able to invoke Native Surface Flinger APIs from
Application Layer.

Is there any ways to invoke Surface Flinger Native APIs from
Application Level ?


Thanks & Regards,
Ganesh

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to