/aosp12/frameworks/av/camera/ndk/impl/ |
H A D | ACameraManager.cpp | 38 const char* CameraManagerGlobal::kContextKey = "CallbackContext"; member in android::acam::CameraManagerGlobal 272 msg->setPointer(kContextKey, cb.mContext); in registerAvailCallback() 285 msg->setPointer(kContextKey, cb.mContext); in registerAvailCallback() 371 found = msg->findPointer(kContextKey, &context); in onMessageReceivedInternal() 394 found = msg->findPointer(kContextKey, &context); in onMessageReceivedInternal() 417 found = msg->findPointer(kContextKey, &context); in onMessageReceivedInternal() 487 msg->setPointer(kContextKey, cb.mContext); in onCameraAccessPrioritiesChanged() 533 msg->setPointer(kContextKey, cb.mContext); in onStatusChangedLocked() 587 msg->setPointer(kContextKey, cb.mContext); in onStatusChangedLocked()
|
H A D | ACameraDevice.cpp | 39 const char* CameraDevice::kContextKey = "Context"; member in android::acam::CameraDevice 533 msg->setPointer(kContextKey, session->mUserSessionCallback.context); in flushLocked() 845 msg->setPointer(kContextKey, cbh.mContext); in onCaptureErrorLocked() 868 msg->setPointer(kContextKey, cbh.mContext); in onCaptureErrorLocked() 934 bool found = msg->findPointer(kContextKey, &context); in onMessageReceived() 1328 msg->setPointer(kContextKey, cbh.mContext); in checkRepeatingSequenceCompleteLocked() 1445 msg->setPointer(kContextKey, dev->mAppCallbacks.context); in onDeviceError() 1474 msg->setPointer(kContextKey, dev->mAppCallbacks.context); in onDeviceError() 1567 msg->setPointer(kContextKey, cbh.mContext); in onCaptureStarted() 1632 msg->setPointer(kContextKey, cbh.mContext); in onResultReceived() [all …]
|
H A D | ACameraDevice.inc | 115 msg->setPointer(kContextKey, session->mUserSessionCallback.context);
|
H A D | ACameraManager.h | 183 static const char* kContextKey; variable
|
H A D | ACameraDevice.h | 228 static const char* kContextKey; variable
|
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/ |
H A D | ACameraDevice.cpp | 60 const char* CameraDevice::kContextKey = "Context"; member in android::acam::CameraDevice 557 msg->setPointer(kContextKey, session->mUserSessionCallback.context); in flushLocked() 860 msg->setPointer(kContextKey, cbh.mContext); in onCaptureErrorLocked() 882 msg->setPointer(kContextKey, cbh.mContext); in onCaptureErrorLocked() 931 bool found = msg->findPointer(kContextKey, &context); in onMessageReceived() 1324 msg->setPointer(kContextKey, cbh.mContext); in checkRepeatingSequenceCompleteLocked() 1373 msg->setPointer(kContextKey, cbh.mContext); in checkAndFireSequenceCompleteLocked() 1442 msg->setPointer(kContextKey, dev->mAppCallbacks.context); in onDeviceError() 1471 msg->setPointer(kContextKey, dev->mAppCallbacks.context); in onDeviceError() 1558 msg->setPointer(kContextKey, cbh.mContext); in onCaptureStarted() [all …]
|
H A D | ACameraManager.cpp | 47 const char* CameraManagerGlobal::kContextKey = "CallbackContext"; member in android::acam::CameraManagerGlobal 374 msg->setPointer(kContextKey, cb.mContext); in registerAvailCallback() 386 msg->setPointer(kContextKey, cb.mContext); in registerAvailCallback() 454 found = msg->findPointer(kContextKey, &context); in onMessageReceivedInternal() 478 found = msg->findPointer(kContextKey, &context); in onMessageReceivedInternal() 553 msg->setPointer(kContextKey, cb.mContext); in onStatusChangedLocked() 618 msg->setPointer(kContextKey, cb.mContext); in onStatusChangedLocked()
|
H A D | ACameraManager.h | 176 static const char* kContextKey; variable
|
H A D | ACameraDeviceVendor.inc | 137 msg->setPointer(kContextKey, session->mUserSessionCallback.context);
|
H A D | ACameraDevice.h | 258 static const char* kContextKey; variable
|
/aosp12/frameworks/av/media/ndk/ |
H A D | NdkImageReader.cpp | 44 const char* AImageReader::kContextKey = "Context"; member in AImageReader 129 msg->setPointer(AImageReader::kContextKey, mListener.context); in onFrameAvailable() 166 msg->setPointer(AImageReader::kContextKey, mListener.context); in onBufferFreed() 218 found = msg->findPointer(kContextKey, &context); in onMessageReceived() 248 found = msg->findPointer(kContextKey, &context); in onMessageReceived()
|
H A D | NdkImageReaderPriv.h | 106 static const char* kContextKey; member
|