Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.h576 class MmapThreadHandle : public MmapStreamInterface {
578 explicit MmapThreadHandle(const sp<MmapThread>& thread);
579 virtual ~MmapThreadHandle();
DThreads.cpp7882 AudioFlinger::MmapThreadHandle::MmapThreadHandle(const sp<MmapThread>& thread) in MmapThreadHandle() function in android::AudioFlinger::MmapThreadHandle
7888 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()
DAudioFlinger.cpp338 interface = new MmapThreadHandle(thread); in openMmapStream()