Home
last modified time | relevance | path

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

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