Lines Matching full:resume
165 // Called by a worker thread to handle an asynchronous Object.Resume.
176 AsyncHook resume = clazz->mResume;
186 if (NULL != resume) {
188 // Note that the mutex is locked on entry to and exit from the resume hook,
190 result = (*resume)(thiz, SL_BOOLEAN_TRUE);
236 // Reject redundant calls to Resume
255 // Engine was destroyed during resume, or insufficient memory
263 AsyncHook resume = clazz->mResume;
264 // Note that the mutex is locked on entry to and exit from the resume hook,
266 result = (NULL != resume) ? (*resume)(thiz, SL_BOOLEAN_FALSE) : SL_RESULT_SUCCESS;
419 case SL_OBJECT_STATE_RESUMING_1: // Resume
425 case SL_OBJECT_STATE_RESUMING_1A: // Resume