Home | History | Annotate | Download | only in impl

Lines Matching refs:mUserSessionCallback

540     msg->setPointer(kContextKey, session->mUserSessionCallback.context);
542 msg->setPointer(kCallbackFpKey, (void*) session->mUserSessionCallback.onActive);
548 msg->setPointer(kContextKey, session->mUserSessionCallback.context);
550 msg->setPointer(kCallbackFpKey, (void*) session->mUserSessionCallback.onReady);
684 msg->setPointer(kContextKey, mBusySession->mUserSessionCallback.context);
686 msg->setPointer(kCallbackFpKey, (void*) mBusySession->mUserSessionCallback.onReady);
1502 msg->setPointer(kContextKey, dev->mBusySession->mUserSessionCallback.context);
1504 msg->setPointer(kCallbackFpKey, (void*) dev->mBusySession->mUserSessionCallback.onReady);