Searched refs:DevicePortSource (Results 1 – 3 of 3) sorted by relevance
32 struct DevicePortSource { struct33 virtual ~DevicePortSource() {} in ~DevicePortSource() argument37 static std::unique_ptr<DevicePortSource> create(size_t writerBufferSizeHint,
52 struct TinyalsaSource : public DevicePortSource {231 template <class G> struct GeneratedSource : public DevicePortSource {420 std::unique_ptr<DevicePortSource>421 DevicePortSource::create(size_t writerBufferSizeHint, in create()472 bool DevicePortSource::validateDeviceAddress(const DeviceAddress& address) { in validateDeviceAddress()
121 mSource = DevicePortSource::create(mDataMQ.getQuantumCount(), in threadLoop()217 std::unique_ptr<DevicePortSource> mSource;444 return DevicePortSource::validateDeviceAddress(device); in validateDeviceAddress()