Hello, I am going through multimedia framework, and while most things seem fairly clear to me, the creation of the 'native' objects (or BnXxxx objects of binder framework) seem perplexing to me. I just can't find where those are created!!
The proxy objects are created with a hard to find new Bp##INTERFACE macro, but that's not the case with the objects on the server. For e.g., I can't find the instantiation of BnMediaPlayerService on MediaServer. Lxr <http://androidxref.com/4.0.4/search?q=&defs=BnMediaPlayerService&refs=&path=&hist=&project=abi&project=bionic&project=bootable&project=build&project=cts&project=dalvik&project=development&project=device&project=docs&project=external&project=frameworks&project=hardware&project=libcore&project=ndk&project=packages&project=prebuilt&project=sdk&project=system>throws me just the declaration. Unfortunately I don't have a full setup to view the full call stack and find out myself. Could any one point me where such objects are created? Is there some code that is not part of the SDK that could be instantiating them? Thanks in advance, Regards, Chethan -- 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

