Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/src/client/
H A DIsochronousClockModel.cpp45 IsochronousClockModel::IsochronousClockModel() in IsochronousClockModel() function in IsochronousClockModel
67 void IsochronousClockModel::start(int64_t nanoTime) { in start()
76 void IsochronousClockModel::stop(int64_t nanoTime) { in stop()
88 bool IsochronousClockModel::isStarting() const { in isStarting()
92 bool IsochronousClockModel::isRunning() const { in isRunning()
199 void IsochronousClockModel::setSampleRate(int32_t sampleRate) { in setSampleRate()
204 void IsochronousClockModel::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
210 void IsochronousClockModel::update() { in update()
254 int32_t IsochronousClockModel::getLateTimeOffsetNanos() const { in getLateTimeOffsetNanos()
266 void IsochronousClockModel::dump() const { in dump()
[all …]
H A DIsochronousClockModel.h34 class IsochronousClockModel {
37 IsochronousClockModel();
38 virtual ~IsochronousClockModel() = default;
H A DAudioStreamInternal.h149 IsochronousClockModel mClockModel; // timing model for chasing the HAL
/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_clock_model.cpp87 IsochronousClockModel model;
/aosp12/frameworks/av/media/libaaudio/src/
H A DAndroid.bp133 "client/IsochronousClockModel.cpp",