Home
last modified time | relevance | path

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

/frameworks/ex/variablespeed/jni/
Ddecode_buffer.h39 size_t GetTotalAdvancedCount() const;
Ddecode_buffer.cc59 size_t DecodeBuffer::GetTotalAdvancedCount() const { in GetTotalAdvancedCount() function in DecodeBuffer
Dvariablespeed.cc362 double result = decodeBuffer_.GetTotalAdvancedCount(); in GetCurrentPosition()