Searched refs:otherResult (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/camera/
H A DCaptureResult.cpp65 CaptureResult::CaptureResult(const CaptureResult &otherResult) { argument
66 mResultExtras = otherResult.mResultExtras;
67 mMetadata = otherResult.mMetadata;
/frameworks/av/include/camera/
H A DCaptureResult.h88 CaptureResult(const CaptureResult& otherResult);

Completed in 57 milliseconds