Home
last modified time | relevance | path

Searched refs:MmapStreamInterface (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/include/media/
DMmapStreamInterface.h31 class MmapStreamInterface : public virtual RefBase
76 sp<MmapStreamInterface>& interface,
172 MmapStreamInterface() {} in MmapStreamInterface() function
175 virtual ~MmapStreamInterface() {} in ~MmapStreamInterface()
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointMMAP.cpp195 const MmapStreamInterface::stream_direction_t streamDirection = in openWithConfig()
197 ? MmapStreamInterface::DIRECTION_OUTPUT in openWithConfig()
198 : MmapStreamInterface::DIRECTION_INPUT; in openWithConfig()
210 const status_t status = MmapStreamInterface::openMmapStream(streamDirection, in openWithConfig()
DAAudioServiceEndpointMMAP.h118 android::sp<android::MmapStreamInterface> mMmapStream GUARDED_BY(mMmapStreamLock);
/frameworks/av/services/audioflinger/
DAudioFlinger.h423 status_t openMmapStream(MmapStreamInterface::stream_direction_t direction,
430 sp<MmapStreamInterface>& interface,
DAudioFlinger.cpp476 status_t MmapStreamInterface::openMmapStream(MmapStreamInterface::stream_direction_t direction, in openMmapStream()
483 sp<MmapStreamInterface>& interface, in openMmapStream()
498 status_t AudioFlinger::openMmapStream(MmapStreamInterface::stream_direction_t direction, in openMmapStream()
505 sp<MmapStreamInterface>& interface, in openMmapStream()
547 if (direction == MmapStreamInterface::DIRECTION_OUTPUT) { in openMmapStream()
598 if (direction == MmapStreamInterface::DIRECTION_OUTPUT) { in openMmapStream()
DIAfThread.h636 static sp<MmapStreamInterface> createMmapStreamInterfaceAdapter(
DThreads.cpp10102 class MmapThreadHandle : public MmapStreamInterface {
10122 sp<MmapStreamInterface> IAfMmapThread::createMmapStreamInterfaceAdapter( in createMmapStreamInterfaceAdapter()