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

/system/media/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.c261 // currently being resumed (will not auto-cancel an asynchronous resume)
279 // Parameter self is the DynamicInterface, and MPH specifies which interface to resume.
312 VoidHook resume = MPH_init_table[MPH].mResume; local
313 if (NULL != resume) {
314 (*resume)(thisItf);
389 // Engine was destroyed during resume, or insufficient memory,
412 VoidHook resume = MPH_init_table[MPH].mResume; local
413 if (NULL != resume) {
414 (*resume)(thisItf);
H A DIObject.c176 AsyncHook resume = clazz->mResume; local
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);
255 // Engine was destroyed during resume, or insufficient memory
263 AsyncHook resume = clazz->mResume; local
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;

Completed in 100 milliseconds