Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.h676 class MmapThreadHandle : public MmapStreamInterface {
678 explicit MmapThreadHandle(const sp<MmapThread>& thread);
679 virtual ~MmapThreadHandle();
DThreads.cpp8677 AudioFlinger::MmapThreadHandle::MmapThreadHandle(const sp<MmapThread>& thread) in MmapThreadHandle() function in android::AudioFlinger::MmapThreadHandle
8683 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()
DAudioFlinger.cpp370 interface = new MmapThreadHandle(thread); in openMmapStream()