Searched refs:MmapThreadHandle (Results 1 – 3 of 3) sorted by relevance
576 class MmapThreadHandle : public MmapStreamInterface {578 explicit MmapThreadHandle(const sp<MmapThread>& thread);579 virtual ~MmapThreadHandle();
7882 AudioFlinger::MmapThreadHandle::MmapThreadHandle(const sp<MmapThread>& thread) in MmapThreadHandle() function in android::AudioFlinger::MmapThreadHandle7888 AudioFlinger::MmapThreadHandle::~MmapThreadHandle() in ~MmapThreadHandle()7893 status_t AudioFlinger::MmapThreadHandle::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()7899 status_t AudioFlinger::MmapThreadHandle::getMmapPosition(struct audio_mmap_position *position) in getMmapPosition()7904 status_t AudioFlinger::MmapThreadHandle::start(const AudioClient& client, in start()7911 status_t AudioFlinger::MmapThreadHandle::stop(audio_port_handle_t handle) in stop()7916 status_t AudioFlinger::MmapThreadHandle::standby() in standby()
338 interface = new MmapThreadHandle(thread); in openMmapStream()