Home
last modified time | relevance | path

Searched refs:kPhysicalCaptureResultKey (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/camera/ndk/impl/
H A DACameraDevice.h236 static const char* kPhysicalCaptureResultKey; variable
H A DACameraDevice.cpp47 const char* CameraDevice::kPhysicalCaptureResultKey = "PhysicalCaptureResult"; member in android::acam::CameraDevice
1101 found = msg->findObject(kPhysicalCaptureResultKey, &obj); in onMessageReceived()
1642 msg->setObject(kPhysicalCaptureResultKey, physicalResult); in onResultReceived()
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraDevice.h266 static const char* kPhysicalCaptureResultKey; variable
H A DACameraDevice.cpp68 const char* CameraDevice::kPhysicalCaptureResultKey = "PhysicalCaptureResult"; member in android::acam::CameraDevice
1098 found = msg->findObject(kPhysicalCaptureResultKey, &obj); in onMessageReceived()
1653 msg->setObject(kPhysicalCaptureResultKey, physicalResult); in onResultReceived()