Home | History | Annotate | Download | only in itf

Lines Matching defs:callback

91     // Make a copy of these, so we can call the callback with mutex unlocked
92 slDynamicInterfaceManagementCallback callback = thiz->mCallback;
96 // Note that the mutex is unlocked during the callback
97 if (NULL != callback) {
99 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
340 // Make a copy of these, so we can call the callback with mutex unlocked
341 slDynamicInterfaceManagementCallback callback = thiz->mCallback;
345 // Note that the mutex is unlocked during the callback
346 if (NULL != callback) {
348 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
441 slDynamicInterfaceManagementCallback callback, void *pContext)
448 thiz->mCallback = callback;