Home
last modified time | relevance | path

Searched defs:otherResult (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/camera/
H A DCaptureResult.cpp126 CaptureResult::CaptureResult(CaptureResult &&otherResult) { in CaptureResult() function in android::CaptureResult
132 CaptureResult::CaptureResult(const CaptureResult &otherResult) { in CaptureResult()
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DAppSearchResult.java158 AppSearchResult<?> otherResult = (AppSearchResult<?>) other; in equals() local