Searched defs:theOneTrueEngine (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/objects/
H A DCEngine.c24 CEngine *theOneTrueEngine = NULL; variable
43 if ((NULL != theOneTrueEngine) || (0 < theOneTrueRefCount)) {
44 SL_LOGE("Object::Destroy omitted for engine %p", theOneTrueEngine);
153 assert(self == theOneTrueEngine);
181 assert(self == theOneTrueEngine);
182 theOneTrueEngine = NULL;

Completed in 41 milliseconds