Searched refs:MmapThread (Results 1 – 6 of 6) sorted by relevance
58 friend class MmapThread;
9033 AudioFlinger::MmapThreadHandle::MmapThreadHandle(const sp<MmapThread>& thread) in MmapThreadHandle()9078 AudioFlinger::MmapThread::MmapThread( in MmapThread() function in android::AudioFlinger::MmapThread9093 AudioFlinger::MmapThread::~MmapThread() in ~MmapThread()9097 void AudioFlinger::MmapThread::onFirstRef() in onFirstRef()9102 void AudioFlinger::MmapThread::disconnect() in disconnect()9123 void AudioFlinger::MmapThread::configure(const audio_attributes_t *attr, in configure()9137 status_t AudioFlinger::MmapThread::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()9147 status_t AudioFlinger::MmapThread::getMmapPosition(struct audio_mmap_position *position) in getMmapPosition()9155 status_t AudioFlinger::MmapThread::exitStandby() in exitStandby()9169 status_t AudioFlinger::MmapThread::start(const AudioClient& client, in start()[all …]
701 explicit MmapThreadHandle(const sp<MmapThread>& thread);716 const sp<MmapThread> mThread;723 MmapThread *checkMmapThread_l(audio_io_handle_t io) const;948 DefaultKeyedVector< audio_io_handle_t, sp<MmapThread> > mMmapThreads;
2960 AudioFlinger::MmapThread::MmapTrack::MmapTrack(ThreadBase *thread, in MmapTrack()2986 AudioFlinger::MmapThread::MmapTrack::~MmapTrack() in ~MmapTrack()2990 status_t AudioFlinger::MmapThread::MmapTrack::initCheck() const in initCheck()2995 status_t AudioFlinger::MmapThread::MmapTrack::start(AudioSystem::sync_event_t event __unused, in start()3001 void AudioFlinger::MmapThread::MmapTrack::stop() in stop()3006 status_t AudioFlinger::MmapThread::MmapTrack::getNextBuffer(AudioBufferProvider::Buffer* buffer) in getNextBuffer()3014 size_t AudioFlinger::MmapThread::MmapTrack::framesReady() const { in framesReady()3018 int64_t AudioFlinger::MmapThread::MmapTrack::framesReleased() const in framesReleased()3023 void AudioFlinger::MmapThread::MmapTrack::onTimestamp(const ExtendedTimestamp ×tamp __unused) in onTimestamp()3027 void AudioFlinger::MmapThread::MmapTrack::appendDumpHeader(String8& result) in appendDumpHeader()[all …]
1886 class MmapThread : public ThreadBase1892 MmapThread(const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id,1895 virtual ~MmapThread();1993 class MmapPlaybackThread : public MmapThread, public VolumeInterface2046 class MmapCaptureThread : public MmapThread
456 sp<MmapThread> thread = mMmapThreads.valueFor(io); in openMmapStream()2649 MmapThread *mmapThread = (MmapThread *)thread.get(); in openOutput()3176 sp<MmapThread> t = mMmapThreads.valueAt(i); in purgeStaleEffects_l()3270 AudioFlinger::MmapThread *AudioFlinger::checkMmapThread_l(audio_io_handle_t io) const in checkMmapThread_l()3281 MmapThread *mmapThread = mMmapThreads.valueFor(output).get(); in getVolumeInterface_l()