Searched refs:HistogramReceiver (Results 1 – 2 of 2) sorted by relevance
66 struct HistogramReceiver : public IDLHistogram { struct67 HistogramReceiver() : mHistData(){}; in HistogramReceiver() function109 std::shared_ptr<HistogramReceiver> mIDLHistogram;
22 mIDLHistogram = std::make_shared<HistogramReceiver>(); in HistogramMediator()61 void histogram::HistogramMediator::HistogramReceiver::callbackHistogram(char16_t *bin) { in callbackHistogram()