Searched refs:MmapThreadHandle (Results 1 – 1 of 1) sorted by relevance
10102 class MmapThreadHandle : public MmapStreamInterface { class10104 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::MmapThreadHandle10135 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 …]