Searched refs:MmapThread (Results 1 – 6 of 6) sorted by relevance
56 friend class MmapThread;
1937 AudioFlinger::MmapThread::MmapTrack::MmapTrack(ThreadBase *thread, in MmapTrack()1956 AudioFlinger::MmapThread::MmapTrack::~MmapTrack() in ~MmapTrack()1960 status_t AudioFlinger::MmapThread::MmapTrack::initCheck() const in initCheck()1965 status_t AudioFlinger::MmapThread::MmapTrack::start(AudioSystem::sync_event_t event __unused, in start()1971 void AudioFlinger::MmapThread::MmapTrack::stop() in stop()1976 status_t AudioFlinger::MmapThread::MmapTrack::getNextBuffer(AudioBufferProvider::Buffer* buffer) in getNextBuffer()1984 size_t AudioFlinger::MmapThread::MmapTrack::framesReady() const { in framesReady()1988 int64_t AudioFlinger::MmapThread::MmapTrack::framesReleased() const in framesReleased()1993 void AudioFlinger::MmapThread::MmapTrack::onTimestamp(const ExtendedTimestamp ×tamp __unused) in onTimestamp()1997 /*static*/ void AudioFlinger::MmapThread::MmapTrack::appendDumpHeader(String8& result) in appendDumpHeader()[all …]
7882 AudioFlinger::MmapThreadHandle::MmapThreadHandle(const sp<MmapThread>& thread) in MmapThreadHandle()7922 AudioFlinger::MmapThread::MmapThread( in MmapThread() function in android::AudioFlinger::MmapThread7938 AudioFlinger::MmapThread::~MmapThread() in ~MmapThread()7943 void AudioFlinger::MmapThread::onFirstRef() in onFirstRef()7948 void AudioFlinger::MmapThread::disconnect() in disconnect()7969 void AudioFlinger::MmapThread::configure(const audio_attributes_t *attr, in configure()7983 status_t AudioFlinger::MmapThread::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()7994 status_t AudioFlinger::MmapThread::getMmapPosition(struct audio_mmap_position *position) in getMmapPosition()8002 status_t AudioFlinger::MmapThread::exitStandby() in exitStandby()8013 status_t AudioFlinger::MmapThread::start(const AudioClient& client, in start()[all …]
578 explicit MmapThreadHandle(const sp<MmapThread>& thread);591 const sp<MmapThread> mThread;598 MmapThread *checkMmapThread_l(audio_io_handle_t io) const;787 DefaultKeyedVector< audio_io_handle_t, sp<MmapThread> > mMmapThreads;
1555 class MmapThread : public ThreadBase1561 MmapThread(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id,1564 virtual ~MmapThread();1650 class MmapPlaybackThread : public MmapThread, public VolumeInterface1699 class MmapCaptureThread : public MmapThread
336 sp<MmapThread> thread = mMmapThreads.valueFor(io); in openMmapStream()2164 MmapThread *mmapThread = (MmapThread *)thread.get(); in openOutput()2775 AudioFlinger::MmapThread *AudioFlinger::checkMmapThread_l(audio_io_handle_t io) const in checkMmapThread_l()2786 MmapThread *mmapThread = mMmapThreads.valueFor(output).get(); in getVolumeInterface_l()