Searched refs:realize (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIObject.c33 AsyncHook realize = clazz->mRealize; local
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);
106 // redundant realize on the shared engine is permitted
127 // Engine was destroyed during realize, or insufficient memory
135 AsyncHook realize = clazz->mRealize; local
136 // Note that the mutex is locked on entry to and exit from the realize hook,
138 result = (NULL != realize) ? (*realize)(thi
[all...]

Completed in 24 milliseconds