Home
last modified time | relevance | path

Searched refs:errorToStatus (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/zuma/libhwc2.1/libdevice/
DHistogramController.cpp68 return errorToStatus(histogramErrorCode); in queryOPR()
71 return errorToStatus(histogramErrorCode); in queryOPR()
97 if (histogramErrorCode != HistogramErrorCode::NONE) return errorToStatus(histogramErrorCode); in queryOPR()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.h362 inline ndk::ScopedAStatus errorToStatus(const HistogramErrorCode histogramErrorCode) const { in errorToStatus() function
DHistogramDevice.cpp119 return errorToStatus(HistogramErrorCode::TRY_AGAIN); in getHistogramCapability()