Lines Matching refs:kContextKey
37 const char* CameraDevice::kContextKey = "Context"; member in android::acam::CameraDevice
583 msg->setPointer(kContextKey, session->mUserSessionCallback.context); in flushLocked()
591 msg->setPointer(kContextKey, session->mUserSessionCallback.context); in flushLocked()
727 msg->setPointer(kContextKey, mBusySession->mUserSessionCallback.context); in configureStreamsLocked()
895 msg->setPointer(kContextKey, cbh.mContext); in onCaptureErrorLocked()
918 msg->setPointer(kContextKey, cbh.mContext); in onCaptureErrorLocked()
986 bool found = msg->findPointer(kContextKey, &context); in onMessageReceived()
1468 msg->setPointer(kContextKey, cbh.mContext); in checkRepeatingSequenceCompleteLocked()
1583 msg->setPointer(kContextKey, dev->mAppCallbacks.context); in onDeviceError()
1612 msg->setPointer(kContextKey, dev->mAppCallbacks.context); in onDeviceError()
1659 msg->setPointer(kContextKey, dev->mBusySession->mUserSessionCallback.context); in onDeviceIdle()
1714 msg->setPointer(kContextKey, cbh.mContext); in onCaptureStarted()
1779 msg->setPointer(kContextKey, cbh.mContext); in onResultReceived()
1830 msg->setPointer(kContextKey, session->mPreparedCb.context); in onPrepared()
1876 msg->setPointer(kContextKey, cbh.mContext); in sendCaptureSequenceCompletedLocked()