Searched refs:MmapThreadHandle (Results 1 – 3 of 3) sorted by relevance
676 class MmapThreadHandle : public MmapStreamInterface {678 explicit MmapThreadHandle(const sp<MmapThread>& thread);679 virtual ~MmapThreadHandle();
8677 AudioFlinger::MmapThreadHandle::MmapThreadHandle(const sp<MmapThread>& thread) in MmapThreadHandle() function in android::AudioFlinger::MmapThreadHandle8683 AudioFlinger::MmapThreadHandle::~MmapThreadHandle() in ~MmapThreadHandle()8688 status_t AudioFlinger::MmapThreadHandle::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()8694 status_t AudioFlinger::MmapThreadHandle::getMmapPosition(struct audio_mmap_position *position) in getMmapPosition()8699 status_t AudioFlinger::MmapThreadHandle::start(const AudioClient& client, in start()8706 status_t AudioFlinger::MmapThreadHandle::stop(audio_port_handle_t handle) in stop()8711 status_t AudioFlinger::MmapThreadHandle::standby() in standby()
370 interface = new MmapThreadHandle(thread); in openMmapStream()