Searched refs:kCaptureResultKey (Results 1 – 4 of 4) sorted by relevance
235 static const char* kCaptureResultKey; variable
46 const char* CameraDevice::kCaptureResultKey = "CaptureResult"; member in android::acam::CameraDevice1070 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()1094 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()1635 msg->setObject(kCaptureResultKey, result); in onResultReceived()
67 const char* CameraDevice::kCaptureResultKey = "CaptureResult"; member in android::acam::CameraDevice1068 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()1091 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()1646 msg->setObject(kCaptureResultKey, result); in onResultReceived()
265 static const char* kCaptureResultKey; variable