Searched refs:callbackHistogram (Results 1 – 4 of 4) sorted by relevance
61 virtual void callbackHistogram(char16_t* bin) = 0;
68 void callbackHistogram(char16_t *bin) override;
61 void histogram::HistogramMediator::HistogramReceiver::callbackHistogram(char16_t *bin) { in callbackHistogram() function in histogram::HistogramMediator::HistogramReceiver
610 (mHistogramInfo.get())->callbackHistogram((char16_t *)bin); in setHistogramData()