Home
last modified time | relevance | path

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

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