Searched refs:MmapStreamInterface (Results 1 – 7 of 7) sorted by relevance
31 class MmapStreamInterface : public virtual RefBase76 sp<MmapStreamInterface>& interface,172 MmapStreamInterface() {} in MmapStreamInterface() function175 virtual ~MmapStreamInterface() {} in ~MmapStreamInterface()
195 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()
118 android::sp<android::MmapStreamInterface> mMmapStream GUARDED_BY(mMmapStreamLock);
423 status_t openMmapStream(MmapStreamInterface::stream_direction_t direction,430 sp<MmapStreamInterface>& interface,
476 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()
636 static sp<MmapStreamInterface> createMmapStreamInterfaceAdapter(
10102 class MmapThreadHandle : public MmapStreamInterface {10122 sp<MmapStreamInterface> IAfMmapThread::createMmapStreamInterfaceAdapter( in createMmapStreamInterfaceAdapter()