Searched refs:MmapStreamInterface (Results 1 – 5 of 5) sorted by relevance
31 class MmapStreamInterface : public virtual RefBase76 sp<MmapStreamInterface>& interface,160 MmapStreamInterface() {} in MmapStreamInterface() function163 virtual ~MmapStreamInterface() {} in ~MmapStreamInterface()
145 MmapStreamInterface::stream_direction_t streamDirection = in openWithFormat()147 ? MmapStreamInterface::DIRECTION_OUTPUT in openWithFormat()148 : MmapStreamInterface::DIRECTION_INPUT; in openWithFormat()154 status_t status = MmapStreamInterface::openMmapStream(streamDirection, in openWithFormat()
97 android::sp<android::MmapStreamInterface> mMmapStream;
294 status_t openMmapStream(MmapStreamInterface::stream_direction_t direction,301 sp<MmapStreamInterface>& interface,702 class MmapThreadHandle : public MmapStreamInterface {
383 status_t MmapStreamInterface::openMmapStream(MmapStreamInterface::stream_direction_t direction, in openMmapStream()390 sp<MmapStreamInterface>& interface, in openMmapStream()405 status_t AudioFlinger::openMmapStream(MmapStreamInterface::stream_direction_t direction, in openMmapStream()412 sp<MmapStreamInterface>& interface, in openMmapStream()427 if (direction == MmapStreamInterface::DIRECTION_OUTPUT) { in openMmapStream()467 if (direction == MmapStreamInterface::DIRECTION_OUTPUT) { in openMmapStream()