Home
last modified time | relevance | path

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

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