Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/impl/
DACameraDevice.h240 static const char* kPhysicalCaptureResultKey; variable
DACameraDevice.cpp46 const char* CameraDevice::kPhysicalCaptureResultKey = "PhysicalCaptureResult"; member in android::acam::CameraDevice
1203 found = msg->findObject(kPhysicalCaptureResultKey, &obj); in onMessageReceived()
1787 msg->setObject(kPhysicalCaptureResultKey, physicalResult); in onResultReceived()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.h287 static const char* kPhysicalCaptureResultKey; variable
DACameraDevice.cpp74 const char* CameraDevice::kPhysicalCaptureResultKey = "PhysicalCaptureResult"; member in android::acam::CameraDevice
1193 found = msg->findObject(kPhysicalCaptureResultKey, &obj); in onMessageReceived()
1791 msg->setObject(kPhysicalCaptureResultKey, physicalResult); in onResultReceived()