Searched defs:Object_interface (Results 1 – 1 of 1) sorted by relevance
27 typedef struct Object_interface { struct28 const struct SLObjectItf_ *mItf; // const30 CEngine *mEngine; // const31 const ClassTable *mClass; // const32 SLuint32 mInstanceID; // const for debugger and for RPC, 0 means unpublished33 slObjectCallback mCallback;34 void *mContext;35 unsigned mGottenMask; ///< bit-mask of interfaces exposed or added, then gotten36 unsigned mLossOfControlMask; // interfaces with loss of control enabled37 unsigned mAttributesMask; // attributes which have changed since last sync[all …]