Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/impl/
DACameraDevice.h239 static const char* kCaptureResultKey; variable
DACameraDevice.cpp45 const char* CameraDevice::kCaptureResultKey = "CaptureResult"; member in android::acam::CameraDevice
1172 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()
1196 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()
1780 msg->setObject(kCaptureResultKey, result); in onResultReceived()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp73 const char* CameraDevice::kCaptureResultKey = "CaptureResult"; member in android::acam::CameraDevice
1163 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()
1186 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()
1784 msg->setObject(kCaptureResultKey, result); in onResultReceived()
DACameraDevice.h286 static const char* kCaptureResultKey; variable