Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp46 const char* CameraDevice::kCaptureResultKey = "CaptureResult"; member in android::acam::CameraDevice
1063 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()
1087 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()
1607 msg->setObject(kCaptureResultKey, result); in onResultReceived()
DACameraDevice.h235 static const char* kCaptureResultKey; variable
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp67 const char* CameraDevice::kCaptureResultKey = "CaptureResult"; member in android::acam::CameraDevice
1063 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()
1086 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()
1641 msg->setObject(kCaptureResultKey, result); in onResultReceived()
DACameraDevice.h264 static const char* kCaptureResultKey; variable