Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/impl/
DACameraDevice.h236 static const char* kPhysicalCaptureResultKey; variable
DACameraDevice.cpp47 const char* CameraDevice::kPhysicalCaptureResultKey = "PhysicalCaptureResult"; member in android::acam::CameraDevice
1094 found = msg->findObject(kPhysicalCaptureResultKey, &obj); in onMessageReceived()
1614 msg->setObject(kPhysicalCaptureResultKey, physicalResult); in onResultReceived()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.h265 static const char* kPhysicalCaptureResultKey; variable
DACameraDevice.cpp68 const char* CameraDevice::kPhysicalCaptureResultKey = "PhysicalCaptureResult"; member in android::acam::CameraDevice
1093 found = msg->findObject(kPhysicalCaptureResultKey, &obj); in onMessageReceived()
1648 msg->setObject(kPhysicalCaptureResultKey, physicalResult); in onResultReceived()