Searched refs:MmapTrack (Results 1 – 2 of 2) sorted by relevance
27 class MmapTrack : public TrackBase, public IAfMmapTrack {29 MmapTrack(IAfThreadBase* thread,39 ~MmapTrack() override;69 DISALLOW_COPY_AND_ASSIGN(MmapTrack);
3476 return sp<MmapTrack>::make( in create()3489 MmapTrack::MmapTrack(IAfThreadBase* thread, in MmapTrack() function in android::MmapTrack3515 MmapTrack::~MmapTrack() in ~MmapTrack()3519 status_t MmapTrack::initCheck() const in initCheck()3524 status_t MmapTrack::start(AudioSystem::sync_event_t event __unused, in start()3530 void MmapTrack::stop() in stop()3535 status_t MmapTrack::getNextBuffer(AudioBufferProvider::Buffer* buffer) in getNextBuffer()3543 size_t MmapTrack::framesReady() const { in framesReady()3547 int64_t MmapTrack::framesReleased() const in framesReleased()3552 void MmapTrack::onTimestamp(const ExtendedTimestamp& timestamp __unused) in onTimestamp()[all …]