Home
last modified time | relevance | path

Searched refs:StreamWrapper (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h574 class StreamWrapper {
576 explicit StreamWrapper(const std::shared_ptr<StreamIn>& streamIn) in StreamWrapper() function
578 explicit StreamWrapper(const std::shared_ptr<StreamOut>& streamOut) in StreamWrapper() function
612 void insert(int32_t portId, int32_t portConfigId, StreamWrapper sw) { in insert()
636 std::multimap<int32_t, StreamWrapper> mStreams;
/hardware/interfaces/audio/aidl/default/
DModule.cpp872 StreamWrapper streamWrapper(stream); in openInputStream()
919 StreamWrapper streamWrapper(stream); in openOutputStream()