Home
last modified time | relevance | path

Searched refs:callbackHistogram (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/gs101/include/histogram/
DHistogramInfo.h61 virtual void callbackHistogram(char16_t* bin) = 0;
/hardware/google/graphics/common/libhwc2.1/
Dhistogram_mediator.h68 void callbackHistogram(char16_t *bin) override;
Dhistogram_mediator.cpp61 void histogram::HistogramMediator::HistogramReceiver::callbackHistogram(char16_t *bin) { in callbackHistogram() function in histogram::HistogramMediator::HistogramReceiver
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp610 (mHistogramInfo.get())->callbackHistogram((char16_t *)bin); in setHistogramData()