Searched refs:getDeviceProfile (Results 1 – 5 of 5) sorted by relevance
70 std::optional<DeviceProfile> getDeviceProfile(72 std::optional<DeviceProfile> getDeviceProfile(
38 auto deviceProfile = alsa::getDeviceProfile(*audioPort); in populateConnectedDevicePort()
223 std::optional<DeviceProfile> getDeviceProfile( in getDeviceProfile() function241 std::optional<DeviceProfile> getDeviceProfile( in getDeviceProfile() function248 return getDeviceProfile(devicePort.device, audioPort.flags.getTag() == AudioIoFlags::input); in getDeviceProfile()
47 auto profile = alsa::getDeviceProfile(connectedDevice, mIsInput); in setConnectedDevices()108 if (auto deviceProfile = alsa::getDeviceProfile(device, mIsInput); in setHwVolume()
120 auto profile = alsa::getDeviceProfile(audioPort); in onExternalDeviceConnectionChanged()