Searched refs:MmapThreadHandle (Results 1 – 3 of 3) sorted by relevance
664 class MmapThreadHandle : public MmapStreamInterface {666 explicit MmapThreadHandle(const sp<MmapThread>& thread);667 virtual ~MmapThreadHandle();
8467 AudioFlinger::MmapThreadHandle::MmapThreadHandle(const sp<MmapThread>& thread) in MmapThreadHandle() function in android::AudioFlinger::MmapThreadHandle8473 AudioFlinger::MmapThreadHandle::~MmapThreadHandle() in ~MmapThreadHandle()8478 status_t AudioFlinger::MmapThreadHandle::createMmapBuffer(int32_t minSizeFrames, in createMmapBuffer()8484 status_t AudioFlinger::MmapThreadHandle::getMmapPosition(struct audio_mmap_position *position) in getMmapPosition()8489 status_t AudioFlinger::MmapThreadHandle::start(const AudioClient& client, in start()8496 status_t AudioFlinger::MmapThreadHandle::stop(audio_port_handle_t handle) in stop()8501 status_t AudioFlinger::MmapThreadHandle::standby() in standby()
364 interface = new MmapThreadHandle(thread); in openMmapStream()