Searched defs:IObject (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/
H A Dhandlers.h20 #define IObject struct Object_interface macro
21 IObject;
27 extern unsigned handler_MediaPlayer_gain(IObject *thiz);
29 extern unsigned handler_MediaPlayer_transport(IObject *thiz);
30 extern unsigned handler_MediaPlayer_position(IObject *thiz);
31 extern unsigned handler_MediaPlayer_abq_enqueue(IObject *thiz);
32 extern unsigned handler_MediaPlayer_play_state(IObject *thiz);
33 extern unsigned handler_AudioPlayer_gain(IObject *thiz);
34 extern unsigned handler_AudioPlayer_transport(IObject *thiz);
35 extern unsigned handler_AudioPlayer_position(IObject *thi
82 #undef IObject macro
[all...]
H A Ditfstruct.h28 // field mThis would be redundant within an IObject, so we substitute mEngine
64 } IObject; typedef in typeref:struct:Object_interface
70 IObject *mThis;
87 IObject *mThis;
111 IObject *mThis;
126 IObject *mThis;
153 IObject *mThis;
178 IObject *mThis;
193 IObject *mThis;
198 IObject *mThi
[all...]

Completed in 1808 milliseconds