Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp10102 class MmapThreadHandle : public MmapStreamInterface { class
10104 explicit MmapThreadHandle(const sp<IAfMmapThread>& thread);
10105 ~MmapThreadHandle() override;
10124 return sp<MmapThreadHandle>::make(mmapThread); in createMmapStreamInterfaceAdapter()
10127 MmapThreadHandle::MmapThreadHandle(const sp<IAfMmapThread>& thread) in MmapThreadHandle() function in android::MmapThreadHandle
10135 MmapThreadHandle::~MmapThreadHandle() in ~MmapThreadHandle()
10140 status_t MmapThreadHandle::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()
10146 status_t MmapThreadHandle::getMmapPosition(struct audio_mmap_position* position) in getMmapPosition()
10151 status_t MmapThreadHandle::getExternalPosition(uint64_t* position, in getExternalPosition()
10156 status_t MmapThreadHandle::start(const AudioClient& client, in start()
[all …]