Lines Matching refs:MmapThread
2671 AudioFlinger::MmapThread::MmapTrack::MmapTrack(ThreadBase *thread, in MmapTrack()
2692 AudioFlinger::MmapThread::MmapTrack::~MmapTrack() in ~MmapTrack()
2696 status_t AudioFlinger::MmapThread::MmapTrack::initCheck() const in initCheck()
2701 status_t AudioFlinger::MmapThread::MmapTrack::start(AudioSystem::sync_event_t event __unused, in start()
2707 void AudioFlinger::MmapThread::MmapTrack::stop() in stop()
2712 status_t AudioFlinger::MmapThread::MmapTrack::getNextBuffer(AudioBufferProvider::Buffer* buffer) in getNextBuffer()
2720 size_t AudioFlinger::MmapThread::MmapTrack::framesReady() const { in framesReady()
2724 int64_t AudioFlinger::MmapThread::MmapTrack::framesReleased() const in framesReleased()
2729 void AudioFlinger::MmapThread::MmapTrack::onTimestamp(const ExtendedTimestamp ×tamp __unused) in onTimestamp()
2733 void AudioFlinger::MmapThread::MmapTrack::appendDumpHeader(String8& result) in appendDumpHeader()
2739 void AudioFlinger::MmapThread::MmapTrack::appendDump(String8& result, bool active __unused) in appendDump()