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