[go: nahoru, domu]

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.h29 // field mThis would be redundant within an IObject, so we substitute mEngine
65 } IObject; typedef in typeref:struct:Object_interface
71 IObject *mThis;
88 IObject *mThis;
112 IObject *mThis;
127 IObject *mThis;
154 IObject *mThis;
179 IObject *mThis;
194 IObject *mThis;
199 IObject *mThi
[all...]

Completed in 140 milliseconds