Searched refs:mUserSessionCallback (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h61 mId(id), mOutput(*outputs), mUserSessionCallback(*cb),
105 const ACameraCaptureSession_stateCallbacks mUserSessionCallback; member in struct:ACameraCaptureSession
H A DACameraCaptureSession.cpp36 (*mUserSessionCallback.onClosed)(mUserSessionCallback.context, this);
H A DACameraDevice.cpp264 msg->setPointer(kContextKey, session->mUserSessionCallback.context);
266 msg->setPointer(kCallbackFpKey, (void*) session->mUserSessionCallback.onActive);
420 msg->setPointer(kContextKey, session->mUserSessionCallback.context);
422 msg->setPointer(kCallbackFpKey, (void*) session->mUserSessionCallback.onActive);
428 msg->setPointer(kContextKey, session->mUserSessionCallback.context);
430 msg->setPointer(kCallbackFpKey, (void*) session->mUserSessionCallback.onReady);
567 msg->setPointer(kContextKey, mBusySession->mUserSessionCallback.context);
569 msg->setPointer(kCallbackFpKey, (void*) mBusySession->mUserSessionCallback.onReady);
1221 msg->setPointer(kContextKey, dev->mBusySession->mUserSessionCallback.context);
1223 msg->setPointer(kCallbackFpKey, (void*) dev->mBusySession->mUserSessionCallback
[all...]

Completed in 79 milliseconds