summaryrefslogtreecommitdiff
path: root/libhwc2.1/histogram_mediator.cpp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-17 01:21:09 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-17 01:21:09 +0000
commitf3b51d7a4748fe62cb6b8c06fe35950522b3948a (patch)
tree972235c555b82d23bd826a02d64e821352248e4d /libhwc2.1/histogram_mediator.cpp
parent6d98f62745fa3b4296ee749df7aadf18e278966f (diff)
parentf1de980659b0ad327efef954a98cfc616c805d77 (diff)
Snap for 10338099 from f1de980659b0ad327efef954a98cfc616c805d77 to udc-release
Change-Id: I9dc7f953edaf953681b8a72f0bc21d0f9f5f4069
Diffstat (limited to 'libhwc2.1/histogram_mediator.cpp')
-rw-r--r--libhwc2.1/histogram_mediator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhwc2.1/histogram_mediator.cpp b/libhwc2.1/histogram_mediator.cpp
index d1fba54..f23feec 100644
--- a/libhwc2.1/histogram_mediator.cpp
+++ b/libhwc2.1/histogram_mediator.cpp
@@ -60,7 +60,7 @@ histogram::HistogramErrorCode histogram::HistogramMediator::requestHist() {
std::unique_lock<std::mutex> lk(mIDLHistogram->mDataCollectingMutex);
if (moduleDisplayInterface->setHistogramControl(
hidl_histogram_control_t::HISTOGRAM_CONTROL_REQUEST) != NO_ERROR) {
- return histogram::HistogramErrorCode::ENABLE_HIST_ERROR;
+ return histogram::HistogramErrorCode::ENABLE_HIST_ERROR;
}
mIDLHistogram->mHistReq_pending = true;
}