Searched refs:kCaptureResultKey (Results 1 – 4 of 4) sorted by relevance
239 static const char* kCaptureResultKey; variable
45 const char* CameraDevice::kCaptureResultKey = "CaptureResult"; member in android::acam::CameraDevice1172 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()1196 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()1780 msg->setObject(kCaptureResultKey, result); in onResultReceived()
73 const char* CameraDevice::kCaptureResultKey = "CaptureResult"; member in android::acam::CameraDevice1163 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()1186 found = msg->findObject(kCaptureResultKey, &obj); in onMessageReceived()1784 msg->setObject(kCaptureResultKey, result); in onResultReceived()
286 static const char* kCaptureResultKey; variable