Searched refs:MmapThread (Results 1 – 6 of 6) sorted by relevance
59 friend class MmapThread;
8467 AudioFlinger::MmapThreadHandle::MmapThreadHandle(const sp<MmapThread>& thread) in MmapThreadHandle()8507 AudioFlinger::MmapThread::MmapThread( in MmapThread() function in android::AudioFlinger::MmapThread8522 AudioFlinger::MmapThread::~MmapThread() in ~MmapThread()8527 void AudioFlinger::MmapThread::onFirstRef() in onFirstRef()8532 void AudioFlinger::MmapThread::disconnect() in disconnect()8553 void AudioFlinger::MmapThread::configure(const audio_attributes_t *attr, in configure()8567 status_t AudioFlinger::MmapThread::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()8578 status_t AudioFlinger::MmapThread::getMmapPosition(struct audio_mmap_position *position) in getMmapPosition()8586 status_t AudioFlinger::MmapThread::exitStandby() in exitStandby()8597 status_t AudioFlinger::MmapThread::start(const AudioClient& client, in start()[all …]
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()[all …]
666 explicit MmapThreadHandle(const sp<MmapThread>& thread);679 const sp<MmapThread> mThread;686 MmapThread *checkMmapThread_l(audio_io_handle_t io) const;903 DefaultKeyedVector< audio_io_handle_t, sp<MmapThread> > mMmapThreads;
1745 class MmapThread : public ThreadBase1751 MmapThread(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id,1753 virtual ~MmapThread();1845 class MmapPlaybackThread : public MmapThread, public VolumeInterface1894 class MmapCaptureThread : public MmapThread
362 sp<MmapThread> thread = mMmapThreads.valueFor(io); in openMmapStream()2544 MmapThread *mmapThread = (MmapThread *)thread.get(); in openOutput()3051 sp<MmapThread> t = mMmapThreads.valueAt(i); in purgeStaleEffects_l()3144 AudioFlinger::MmapThread *AudioFlinger::checkMmapThread_l(audio_io_handle_t io) const in checkMmapThread_l()3155 MmapThread *mmapThread = mMmapThreads.valueFor(output).get(); in getVolumeInterface_l()