Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:MmapThread

1937 AudioFlinger::MmapThread::MmapTrack::MmapTrack(ThreadBase *thread,
1956 AudioFlinger::MmapThread::MmapTrack::~MmapTrack()
1960 status_t AudioFlinger::MmapThread::MmapTrack::initCheck() const
1965 status_t AudioFlinger::MmapThread::MmapTrack::start(AudioSystem::sync_event_t event __unused,
1971 void AudioFlinger::MmapThread::MmapTrack::stop()
1976 status_t AudioFlinger::MmapThread::MmapTrack::getNextBuffer(AudioBufferProvider::Buffer* buffer)
1984 size_t AudioFlinger::MmapThread::MmapTrack::framesReady() const {
1988 int64_t AudioFlinger::MmapThread::MmapTrack::framesReleased() const
1993 void AudioFlinger::MmapThread::MmapTrack::onTimestamp(const ExtendedTimestamp &timestamp __unused)
1997 /*static*/ void AudioFlinger::MmapThread::MmapTrack::appendDumpHeader(String8& result)
2002 void AudioFlinger::MmapThread::MmapTrack::appendDump(String8& result, bool active __unused)