Hii All, I need to understand how an audio is being played by Android in its native level. I started looking at its '\frameworks\base\media\tests\MediaFrameworkTest' to track down the call sequence into the native level.
I gave a LOG statement everywhere in all the functions that come under "frameworks\base\media\jni\" thinking any Java Android API would call its corresponding JNI function which would then call its native code. But i did not see any of these LOG statements on my logcat. Can anybody please give me a call sequence for MediaPlayer.start(); till its native code?? i.e, MediaPlayer.start() -> which JNI call(JNI File) in Android tree? -> which Native function ?? I am sure there is a lot of expertise with you people on this. Could you please share it with me and help me to come out of my problem. Would be really grateful for any help. Thanks Latha --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

