Home
last modified time | relevance | path

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

/packages/modules/StatsD/lib/libkll/
Dsampler.cpp29 sampled_item_ = 0; in Reset()
37 sampled_item_ = item; in Add()
51 sampled_item_ = item; in AddWithWeight()
57 sampled_item_ = item; in AddWithWeight()
72 compactor_stack_->AddWithWeight(sampled_item_, item_weight_); in AddSampleToCompactorStackAndRestart()
74 sampled_item_ = 0; in AddSampleToCompactorStackAndRestart()
/packages/modules/StatsD/lib/libkll/include/
Dsampler.h61 return std::make_pair(sampled_item_, item_weight_); in sampled_item_and_weight()
70 int64_t sampled_item_; variable