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 {237 template <class G> struct GeneratedSource : public DevicePortSource {426 std::unique_ptr<DevicePortSource>427 DevicePortSource::create(size_t writerBufferSizeHint, in create()478 bool DevicePortSource::validateDeviceAddress(const DeviceAddress& address) { in validateDeviceAddress()
141 auto source = DevicePortSource::create(mDataMQ.getQuantumCount(), in threadLoop()242 std::unique_ptr<DevicePortSource> mSource;462 return DevicePortSource::validateDeviceAddress(device); in validateDeviceAddress()