Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/impl/
DACameraDevice.h235 static const char* kCaptureResultKey; variable
DACameraDevice.cpp46 const char* CameraDevice::kCaptureResultKey = "CaptureResult"; member in android::acam::CameraDevice
1070 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()
1094 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()
1635 msg->setObject(kCaptureResultKey, result); in onResultReceived()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp67 const char* CameraDevice::kCaptureResultKey = "CaptureResult"; member in android::acam::CameraDevice
1068 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()
1091 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()
1646 msg->setObject(kCaptureResultKey, result); in onResultReceived()
DACameraDevice.h265 static const char* kCaptureResultKey; variable