Home
last modified time | relevance | path

Searched refs:MmapThread (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audioflinger/
DMmapTracks.h59 friend class MmapThread;
DThreads.cpp8677 AudioFlinger::MmapThreadHandle::MmapThreadHandle(const sp<MmapThread>& thread) in MmapThreadHandle()
8717 AudioFlinger::MmapThread::MmapThread( in MmapThread() function in android::AudioFlinger::MmapThread
8732 AudioFlinger::MmapThread::~MmapThread() in ~MmapThread()
8737 void AudioFlinger::MmapThread::onFirstRef() in onFirstRef()
8742 void AudioFlinger::MmapThread::disconnect() in disconnect()
8763 void AudioFlinger::MmapThread::configure(const audio_attributes_t *attr, in configure()
8777 status_t AudioFlinger::MmapThread::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()
8788 status_t AudioFlinger::MmapThread::getMmapPosition(struct audio_mmap_position *position) in getMmapPosition()
8796 status_t AudioFlinger::MmapThread::exitStandby() in exitStandby()
8810 status_t AudioFlinger::MmapThread::start(const AudioClient& client, in start()
[all …]
DAudioFlinger.h678 explicit MmapThreadHandle(const sp<MmapThread>& thread);
692 const sp<MmapThread> mThread;
699 MmapThread *checkMmapThread_l(audio_io_handle_t io) const;
917 DefaultKeyedVector< audio_io_handle_t, sp<MmapThread> > mMmapThreads;
DTracks.cpp2709 AudioFlinger::MmapThread::MmapTrack::MmapTrack(ThreadBase *thread, in MmapTrack()
2733 AudioFlinger::MmapThread::MmapTrack::~MmapTrack() in ~MmapTrack()
2737 status_t AudioFlinger::MmapThread::MmapTrack::initCheck() const in initCheck()
2742 status_t AudioFlinger::MmapThread::MmapTrack::start(AudioSystem::sync_event_t event __unused, in start()
2748 void AudioFlinger::MmapThread::MmapTrack::stop() in stop()
2753 status_t AudioFlinger::MmapThread::MmapTrack::getNextBuffer(AudioBufferProvider::Buffer* buffer) in getNextBuffer()
2761 size_t AudioFlinger::MmapThread::MmapTrack::framesReady() const { in framesReady()
2765 int64_t AudioFlinger::MmapThread::MmapTrack::framesReleased() const in framesReleased()
2770 void AudioFlinger::MmapThread::MmapTrack::onTimestamp(const ExtendedTimestamp &timestamp __unused) in onTimestamp()
2774 void AudioFlinger::MmapThread::MmapTrack::appendDumpHeader(String8& result) in appendDumpHeader()
[all …]
DThreads.h1765 class MmapThread : public ThreadBase
1771 MmapThread(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id,
1774 virtual ~MmapThread();
1869 class MmapPlaybackThread : public MmapThread, public VolumeInterface
1916 class MmapCaptureThread : public MmapThread
DAudioFlinger.cpp368 sp<MmapThread> thread = mMmapThreads.valueFor(io); in openMmapStream()
2590 MmapThread *mmapThread = (MmapThread *)thread.get(); in openOutput()
3098 sp<MmapThread> t = mMmapThreads.valueAt(i); in purgeStaleEffects_l()
3191 AudioFlinger::MmapThread *AudioFlinger::checkMmapThread_l(audio_io_handle_t io) const in checkMmapThread_l()
3202 MmapThread *mmapThread = mMmapThreads.valueFor(output).get(); in getVolumeInterface_l()