Searched refs:DeviceProfile (Results 1 – 7 of 7) sorted by relevance
39 struct DeviceProfile { struct45 std::ostream& operator<<(std::ostream& os, const DeviceProfile& device); argument50 explicit DeviceProxy(const DeviceProfile& deviceProfile);70 std::optional<DeviceProfile> getDeviceProfile(72 std::optional<DeviceProfile> getDeviceProfile(76 DeviceProxy openProxyForAttachedDevice(const DeviceProfile& deviceProfile,78 DeviceProxy openProxyForExternalDevice(const DeviceProfile& deviceProfile,80 DeviceProxy readAlsaDeviceInfo(const DeviceProfile& deviceProfile);
42 DeviceProxy::DeviceProxy(const DeviceProfile& deviceProfile) in DeviceProxy()171 std::ostream& operator<<(std::ostream& os, const DeviceProfile& device) { in operator <<()223 std::optional<DeviceProfile> getDeviceProfile( in getDeviceProfile()235 return DeviceProfile{.card = alsaAddress[0], in getDeviceProfile()241 std::optional<DeviceProfile> getDeviceProfile( in getDeviceProfile()281 DeviceProxy openProxyForAttachedDevice(const DeviceProfile& deviceProfile, in openProxyForAttachedDevice()303 DeviceProxy openProxyForExternalDevice(const DeviceProfile& deviceProfile, in openProxyForExternalDevice()326 DeviceProxy readAlsaDeviceInfo(const DeviceProfile& deviceProfile) { in readAlsaDeviceInfo()
45 std::vector<alsa::DeviceProfile> connectedDeviceProfiles; in setConnectedDevices()73 std::vector<alsa::DeviceProfile> StreamUsb::getDeviceProfiles() { in getDeviceProfiles()74 std::vector<alsa::DeviceProfile> connectedDevices; in getDeviceProfiles()
40 std::vector<alsa::DeviceProfile> getDeviceProfiles() override;43 std::vector<alsa::DeviceProfile> mConnectedDeviceProfiles GUARDED_BY(mLock);
49 virtual std::vector<alsa::DeviceProfile> getDeviceProfiles() = 0;
36 std::vector<alsa::DeviceProfile> getDeviceProfiles() override;
94 std::vector<alsa::DeviceProfile> StreamPrimary::getDeviceProfiles() { in getDeviceProfiles()95 static const std::vector<alsa::DeviceProfile> kBuiltInSource{ in getDeviceProfiles()96 alsa::DeviceProfile{.card = primary::PrimaryMixer::kAlsaCard, in getDeviceProfiles()100 static const std::vector<alsa::DeviceProfile> kBuiltInSink{ in getDeviceProfiles()101 alsa::DeviceProfile{.card = primary::PrimaryMixer::kAlsaCard, in getDeviceProfiles()