Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DMmapTracks.h46 friend class MmapThread;
DTracks.cpp1865 AudioFlinger::MmapThread::MmapTrack::MmapTrack(ThreadBase *thread, in MmapTrack()
1883 AudioFlinger::MmapThread::MmapTrack::~MmapTrack() in ~MmapTrack()
1887 status_t AudioFlinger::MmapThread::MmapTrack::initCheck() const in initCheck()
1892 status_t AudioFlinger::MmapThread::MmapTrack::start(AudioSystem::sync_event_t event __unused, in start()
1898 void AudioFlinger::MmapThread::MmapTrack::stop() in stop()
1903 status_t AudioFlinger::MmapThread::MmapTrack::getNextBuffer(AudioBufferProvider::Buffer* buffer) in getNextBuffer()
1911 size_t AudioFlinger::MmapThread::MmapTrack::framesReady() const { in framesReady()
1915 int64_t AudioFlinger::MmapThread::MmapTrack::framesReleased() const in framesReleased()
1920 void AudioFlinger::MmapThread::MmapTrack::onTimestamp(const ExtendedTimestamp &timestamp __unused) in onTimestamp()
1924 /*static*/ void AudioFlinger::MmapThread::MmapTrack::appendDumpHeader(String8& result) in appendDumpHeader()
[all …]
DThreads.cpp7524 AudioFlinger::MmapThreadHandle::MmapThreadHandle(const sp<MmapThread>& thread) in MmapThreadHandle()
7564 AudioFlinger::MmapThread::MmapThread( in MmapThread() function in android::AudioFlinger::MmapThread
7578 AudioFlinger::MmapThread::~MmapThread() in ~MmapThread()
7583 void AudioFlinger::MmapThread::onFirstRef() in onFirstRef()
7588 void AudioFlinger::MmapThread::disconnect() in disconnect()
7602 void AudioFlinger::MmapThread::configure(const audio_attributes_t *attr, in configure()
7616 status_t AudioFlinger::MmapThread::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()
7627 status_t AudioFlinger::MmapThread::getMmapPosition(struct audio_mmap_position *position) in getMmapPosition()
7635 status_t AudioFlinger::MmapThread::start(const AudioClient& client, in start()
7744 status_t AudioFlinger::MmapThread::stop(audio_port_handle_t handle) in stop()
[all …]
DAudioFlinger.h594 explicit MmapThreadHandle(const sp<MmapThread>& thread);
607 const sp<MmapThread> mThread;
614 MmapThread *checkMmapThread_l(audio_io_handle_t io) const;
806 DefaultKeyedVector< audio_io_handle_t, sp<MmapThread> > mMmapThreads;
DThreads.h1467 class MmapThread : public ThreadBase
1473 MmapThread(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id,
1476 virtual ~MmapThread();
1554 class MmapPlaybackThread : public MmapThread, public VolumeInterface
1602 class MmapCaptureThread : public MmapThread
DAudioFlinger.cpp326 sp<MmapThread> thread = mMmapThreads.valueFor(io); in openMmapStream()
2052 MmapThread *mmapThread = (MmapThread *)thread.get(); in openOutput()
2661 AudioFlinger::MmapThread *AudioFlinger::checkMmapThread_l(audio_io_handle_t io) const in checkMmapThread_l()
2672 MmapThread *mmapThread = mMmapThreads.valueFor(output).get(); in getVolumeInterface_l()