Searched defs:Object_interface (Results 1 – 1 of 1) sorted by relevance
24 typedef struct Object_interface { struct25 const struct SLObjectItf_ *mItf; // const27 CEngine *mEngine; // const28 const ClassTable *mClass; // const29 SLuint32 mInstanceID; // const for debugger and for RPC, 0 means unpublished30 slObjectCallback mCallback;31 void *mContext;32 unsigned mGottenMask; ///< bit-mask of interfaces exposed or added, then gotten33 unsigned mLossOfControlMask; // interfaces with loss of control enabled34 unsigned mAttributesMask; // attributes which have changed since last sync[all …]