Home | History | Annotate | Download | only in itf

Lines Matching defs:realize

22 // Called by a worker thread to handle an asynchronous Object.Realize.
33 AsyncHook realize = clazz->mRealize;
43 if (NULL != realize) {
45 // Note that the mutex is locked on entry to and exit from the realize hook,
47 result = (*realize)(thiz, SL_BOOLEAN_TRUE);
103 // Reject redundant calls to Realize, except on a shared engine
106 // redundant realize on the shared engine is permitted
127 // Engine was destroyed during realize, or insufficient memory
135 AsyncHook realize = clazz->mRealize;
136 // Note that the mutex is locked on entry to and exit from the realize hook,
138 result = (NULL != realize) ? (*realize)(thiz, async) : SL_RESULT_SUCCESS;
146 // asynchronous Realize on an Engine is actually done synchronously, but still has
349 // Can't get interface on an unrealized object unless pre-realize is ok
415 case SL_OBJECT_STATE_REALIZING_1: // Realize
423 case SL_OBJECT_STATE_REALIZING_1A: // Realize