All your questions or answers should be posted in google developers
site.If you want you can cc to the specific people whom you want to
address.
So that people who are facing problem like yours can google it :)

Answer for your question is :
>Can anyone please tell me the location where the audioflinger,
>surfaceflinger and cameraservice talk to MediaRecorder's APIs?

PV framework talks to audioflinger to supply the decoded audio
data.You can look in
http://android.git.kernel.org/?p=platform/external/opencore.git;a=tree;f=android;h=6bbe69f1324e6cf809375cd0ffba01547f5f7bee;hb=HEAD

 android_audio_output.cpp is the file which talks to audioflinger and
supplies the audio data.

Regarding surfaceflinger and cameraservice i am not sure how they talk
to framebuffer driver.You can check the jni code and find out that.
Or someone has a better answer please share.

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to