Home
last modified time | relevance | path

Searched refs:IsochronousClockModel (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
DIsochronousClockModel.cpp30 IsochronousClockModel::IsochronousClockModel() in IsochronousClockModel() function in IsochronousClockModel
40 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() { in isStarting()
67 void IsochronousClockModel::processTimestamp(int64_t framePosition, int64_t nanoTime) { in processTimestamp()
127 void IsochronousClockModel::setSampleRate(int32_t sampleRate) { in setSampleRate()
132 void IsochronousClockModel::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
137 void IsochronousClockModel::update() { in update()
[all …]
DIsochronousClockModel.h30 class IsochronousClockModel {
33 IsochronousClockModel();
34 virtual ~IsochronousClockModel();
DAudioStreamInternal.h148 IsochronousClockModel mClockModel; // timing model for chasing the HAL
/frameworks/av/media/libaaudio/src/
DAndroid.bp35 "client/IsochronousClockModel.cpp",