Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp10178 MmapThread::MmapThread( in MmapThread() function in android::MmapThread
10193 void MmapThread::onFirstRef() in onFirstRef()
10198 void MmapThread::disconnect() in disconnect()
10221 void MmapThread::configure_l(const audio_attributes_t* attr, in configure_l()
10235 status_t MmapThread::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()
10246 status_t MmapThread::getMmapPosition(struct audio_mmap_position* position) const in getMmapPosition()
10255 status_t MmapThread::exitStandby_l() in exitStandby_l()
10272 status_t MmapThread::start(const AudioClient& client, in start()
10430 status_t MmapThread::stop(audio_port_handle_t handle) in stop()
10483 status_t MmapThread::standby() in standby()
[all …]
DThreads.h2200 class MmapThread : public ThreadBase, public virtual IAfMmapThread
2203 MmapThread(const sp<IAfThreadCallback>& afThreadCallback, audio_io_handle_t id,
2349 class MmapPlaybackThread : public MmapThread, public IAfMmapPlaybackThread,
2423 class MmapCaptureThread : public MmapThread, public IAfMmapCaptureThread