Home
last modified time | relevance | path

Searched refs:mUserSessionCallback (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.cpp36 if (mUserSessionCallback.onClosed != nullptr) { in ~ACameraCaptureSession()
37 (*mUserSessionCallback.onClosed)(mUserSessionCallback.context, this); in ~ACameraCaptureSession()
DACameraCaptureSession.h73 mId(id), mOutput(*outputs), mUserSessionCallback(*cb), in ACameraCaptureSession()
121 const ACameraCaptureSession_stateCallbacks mUserSessionCallback; member
DACameraDevice.inc115 msg->setPointer(kContextKey, session->mUserSessionCallback.context);
117 msg->setPointer(kCallbackFpKey, (void*) session->mUserSessionCallback.onActive);
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDeviceVendor.inc137 msg->setPointer(kContextKey, session->mUserSessionCallback.context);
139 msg->setPointer(kCallbackFpKey, (void*) session->mUserSessionCallback.onActive);
DACameraDevice.cpp552 msg->setPointer(kContextKey, session->mUserSessionCallback.context); in flushLocked()
554 msg->setPointer(kCallbackFpKey, (void*) session->mUserSessionCallback.onActive); in flushLocked()
560 msg->setPointer(kContextKey, session->mUserSessionCallback.context); in flushLocked()
562 msg->setPointer(kCallbackFpKey, (void*) session->mUserSessionCallback.onReady); in flushLocked()
661 msg->setPointer(kContextKey, mBusySession->mUserSessionCallback.context); in configureStreamsLocked()
663 msg->setPointer(kCallbackFpKey, (void*) mBusySession->mUserSessionCallback.onReady); in configureStreamsLocked()
1510 msg->setPointer(kContextKey, dev->mBusySession->mUserSessionCallback.context); in onDeviceIdle()
1512 msg->setPointer(kCallbackFpKey, (void*) dev->mBusySession->mUserSessionCallback.onReady); in onDeviceIdle()