Searched refs:totalDurationMs_ (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.h146 SLmillisecond totalDurationMs_; member in class:AudioEngine
H A Dvariablespeed.cc295 totalDurationMs_(0), decoderCurrentPosition_(0), startRequested_(false),
372 return static_cast<int>(totalDurationMs_);
830 if (totalDurationMs_ == 0) {
831 totalDurationMs_ = ReadDuration(pCntxt->playItf);

Completed in 72 milliseconds