HomeSort by relevance Sort by last modified time
    Searched refs:HistoryRing (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.h 99 class HistoryRing;
122 scoped_ptr<HistoryRing> history_;
energy_endpointer.cc 48 class EnergyEndpointer::HistoryRing {
50 HistoryRing() : insertion_index_(0) {}
75 DISALLOW_COPY_AND_ASSIGN(HistoryRing);
78 void EnergyEndpointer::HistoryRing::SetRing(int size, bool initial_state) {
85 void EnergyEndpointer::HistoryRing::Insert(int64 time_us, bool decision) {
91 int64 EnergyEndpointer::HistoryRing::EndTime() const {
98 float EnergyEndpointer::HistoryRing::RingSum(float duration_sec) {
135 history_(new HistoryRing()),

Completed in 193 milliseconds