Lines Matching refs:HistogramErrorCode
215 if (mMediator.setRoiWeightThreshold(roi, weight, pos) != HistogramErrorCode::NONE) { in runMediator()
224 mMediator.requestHist() == HistogramErrorCode::ENABLE_HIST_ERROR) { in runMediator()
237 if (mMediator.collectRoiLuma(histogrambuffer) != HistogramErrorCode::NONE) { in runMediator()
247 HistogramErrorCode *_aidl_return) { in histogramSample()
254 *_aidl_return = HistogramErrorCode::BAD_HIST_DATA; in histogramSample()
258 *_aidl_return = HistogramErrorCode::DISPLAY_POWEROFF; // panel is off in histogramSample()
262 *_aidl_return = HistogramErrorCode::DRM_PLAYING; // panel is playing DRM content in histogramSample()
267 *_aidl_return = HistogramErrorCode::BAD_ROI; in histogramSample()
273 *_aidl_return = HistogramErrorCode::BAD_WEIGHT; in histogramSample()
279 *_aidl_return = HistogramErrorCode::BAD_POSITION; in histogramSample()
284 *_aidl_return = HistogramErrorCode::BAD_PRIORITY; in histogramSample()
294 *_aidl_return = HistogramErrorCode::DRM_PLAYING; // panel is playing DRM content in histogramSample()
298 *_aidl_return = HistogramErrorCode::NONE; in histogramSample()
335 HistogramErrorCode *_aidl_return) { in registerHistogram()
345 HistogramErrorCode *_aidl_return) { in queryHistogram()
354 HistogramErrorCode *_aidl_return) { in reconfigHistogram()
363 HistogramErrorCode *_aidl_return) { in unregisterHistogram()