Searched refs:errorToStatus (Results 1 – 3 of 3) sorted by relevance
68 return errorToStatus(histogramErrorCode); in queryOPR()71 return errorToStatus(histogramErrorCode); in queryOPR()97 if (histogramErrorCode != HistogramErrorCode::NONE) return errorToStatus(histogramErrorCode); in queryOPR()
362 inline ndk::ScopedAStatus errorToStatus(const HistogramErrorCode histogramErrorCode) const { in errorToStatus() function
119 return errorToStatus(HistogramErrorCode::TRY_AGAIN); in getHistogramCapability()