Home
last modified time | relevance | path

Searched refs:mHistReq_pending (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/
Dhistogram_mediator.cpp45 mIDLHistogram->mHistReq_pending = true; in requestHist()
63 if (mHistReq_pending == true) { in callbackHistogram()
65 mHistReq_pending = false; in callbackHistogram()
93 return (!mDisplay->isPowerModeOff() && !mIDLHistogram->mHistReq_pending); in collectRoiLuma()
95 if (mIDLHistogram->mHistReq_pending == false) setSampleFrameCounter(getFrameCount()); in collectRoiLuma()
Dhistogram_mediator.h71 bool mHistReq_pending = false; member
103 bool histRequested() { return mIDLHistogram->mHistReq_pending; } in histRequested()