Home
last modified time | relevance | path

Searched refs:outputsLessThan (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/camera/include/camera/camera2/
H A DSessionConfiguration.h96 return outputsLessThan(other);
104 bool outputsLessThan(const SessionConfiguration& other) const;
/aosp12/frameworks/av/camera/camera2/
H A DSessionConfiguration.cpp126 bool SessionConfiguration::outputsLessThan(const SessionConfiguration& other) const { in outputsLessThan() function in android::SessionConfiguration