Home
last modified time | relevance | path

Searched refs:MaxHistorySize (Results 1 – 3 of 3) sorted by relevance

/external/libchrome-gestures/include/
Dmetrics_filter_interpreter.h48 static size_t MaxHistorySize() { return kHistorySize; } in MaxHistorySize() function
/external/webrtc/modules/audio_coding/neteq/
Dpacket_arrival_history_unittest.cc92 TEST_F(PacketArrivalHistoryTest, MaxHistorySize) { in TEST_F() argument
/external/libchrome-gestures/src/
Dmetrics_filter_interpreter.cc72 if (history.size() == MState::MaxHistorySize()) in AddNewStateToBuffer()