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.h26 // field mThis would be redundant within an IObject, so we substitute mEngine
62 } IObject; typedef in typeref:struct:Object_interface
68 IObject *mThis;
85 IObject *mThis;
109 IObject *mThis;
124 IObject *mThis;
151 IObject *mThis;
176 IObject *mThis;
191 IObject *mThis;
196 IObject *mThi
[all...]

Completed in 52 milliseconds