Home
last modified time | relevance | path

Searched defs:Object_interface (Results 1 – 1 of 1) sorted by relevance

/frameworks/wilhelm/src/
Ditfstruct.h27 typedef struct Object_interface { struct
28 const struct SLObjectItf_ *mItf; // const
30 CEngine *mEngine; // const
31 const ClassTable *mClass; // const
32 SLuint32 mInstanceID; // const for debugger and for RPC, 0 means unpublished
33 slObjectCallback mCallback;
34 void *mContext;
35 unsigned mGottenMask; ///< bit-mask of interfaces exposed or added, then gotten
36 unsigned mLossOfControlMask; // interfaces with loss of control enabled
37 unsigned mAttributesMask; // attributes which have changed since last sync
[all …]