Searched refs:IsochronousClockModel (Results 1 – 5 of 5) sorted by relevance
30 IsochronousClockModel::IsochronousClockModel() in IsochronousClockModel() function in IsochronousClockModel40 IsochronousClockModel::~IsochronousClockModel() { in ~IsochronousClockModel()43 void IsochronousClockModel::setPositionAndTime(int64_t framePosition, int64_t nanoTime) { in setPositionAndTime()50 void IsochronousClockModel::start(int64_t nanoTime) { in start()56 void IsochronousClockModel::stop(int64_t nanoTime) { in stop()63 bool IsochronousClockModel::isStarting() const { in isStarting()67 bool IsochronousClockModel::isRunning() const { in isRunning()71 void IsochronousClockModel::processTimestamp(int64_t framePosition, int64_t nanoTime) { in processTimestamp()131 void IsochronousClockModel::setSampleRate(int32_t sampleRate) { in setSampleRate()136 void IsochronousClockModel::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()[all …]
30 class IsochronousClockModel {33 IsochronousClockModel();34 virtual ~IsochronousClockModel();
155 IsochronousClockModel mClockModel; // timing model for chasing the HAL
36 "client/IsochronousClockModel.cpp",
87 IsochronousClockModel model;