Searched refs:histogramErrorCode (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | HistogramDevice.cpp | 39 HistogramDevice::HistogramErrorCode histogramErrorCode; in histogramOnBinderDied() local 46 tokenInfo->mHistogramDevice->unregisterHistogram(tokenInfo->mToken, &histogramErrorCode); in histogramOnBinderDied() 47 if (histogramErrorCode != HistogramDevice::HistogramErrorCode::NONE) { in histogramOnBinderDied() 49 aidl::com::google::hardware::pixel::display::toString(histogramErrorCode).c_str()); in histogramOnBinderDied() 131 HistogramErrorCode* histogramErrorCode) { in registerHistogram() argument 149 validateHistogramRequest(token, histogramConfig, histogramErrorCode); in registerHistogram() 150 if (!binderStatus.isOk() || *histogramErrorCode != HistogramErrorCode::NONE) { in registerHistogram() 171 *histogramErrorCode = HistogramErrorCode::BAD_TOKEN; in registerHistogram() 216 HistogramErrorCode* histogramErrorCode) { in registerHistogram() argument 225 HistogramErrorCode* histogramErrorCode) { in queryHistogram() argument [all …]
|
D | HistogramDevice.h | 250 HistogramErrorCode* histogramErrorCode) 269 HistogramErrorCode* histogramErrorCode) 287 HistogramErrorCode* histogramErrorCode) 303 HistogramErrorCode* histogramErrorCode) 362 inline ndk::ScopedAStatus errorToStatus(const HistogramErrorCode histogramErrorCode) const { in errorToStatus() argument 364 fromServiceSpecificErrorWithMessage(static_cast<int>(histogramErrorCode), in errorToStatus() 366 toString(histogramErrorCode) in errorToStatus() 538 void getChanIdBlobId(const ndk::SpAIBinder& token, HistogramErrorCode* histogramErrorCode, 554 HistogramErrorCode* histogramErrorCode) 570 HistogramErrorCode* histogramErrorCode, const int channelId, [all …]
|
/hardware/google/graphics/zuma/libhwc2.1/libdevice/ |
D | HistogramController.cpp | 57 HistogramErrorCode histogramErrorCode = HistogramErrorCode::NONE; in queryOPR() local 66 if ((histogramErrorCode = getOPRBlobs(blobIds, displayActiveH, displayActiveV)) != in queryOPR() 68 return errorToStatus(histogramErrorCode); in queryOPR() 70 if ((histogramErrorCode = preemptOPRChannels()) != HistogramErrorCode::NONE) in queryOPR() 71 return errorToStatus(histogramErrorCode); in queryOPR() 82 histogramErrorCode = getOPRVals(blobIds, channelIds, oprVals); in queryOPR() 97 if (histogramErrorCode != HistogramErrorCode::NONE) return errorToStatus(histogramErrorCode); in queryOPR()
|