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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h587 // Mmap stream control interface implementation. Each MmapThreadHandle controls one
589 class MmapThreadHandle : public MmapStreamInterface { class in class:android::AudioFlinger
591 explicit MmapThreadHandle(const sp<MmapThread>& thread);
592 virtual ~MmapThreadHandle();
H A DThreads.cpp7481 AudioFlinger::MmapThreadHandle::MmapThreadHandle(const sp<MmapThread>& thread) function in class:android::AudioFlinger::MmapThreadHandle
7486 AudioFlinger::MmapThreadHandle::~MmapThreadHandle()
7498 status_t AudioFlinger::MmapThreadHandle::createMmapBuffer(int32_t minSizeFrames,
7507 status_t AudioFlinger::MmapThreadHandle::getMmapPosition(struct audio_mmap_position *position)
7515 status_t AudioFlinger::MmapThreadHandle::start(const MmapStreamInterface::Client& client,
7525 status_t AudioFlinger::MmapThreadHandle::stop(audio_port_handle_t handle)
7533 status_t AudioFlinger::MmapThreadHandle::standby()
H A DAudioFlinger.cpp327 interface = new MmapThreadHandle(thread);

Completed in 2535 milliseconds