Home
last modified time | relevance | path

Searched refs:getDeviceProfile (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/audio/aidl/default/alsa/
DUtils.h70 std::optional<DeviceProfile> getDeviceProfile(
72 std::optional<DeviceProfile> getDeviceProfile(
DModuleAlsa.cpp38 auto deviceProfile = alsa::getDeviceProfile(*audioPort); in populateConnectedDevicePort()
DUtils.cpp223 std::optional<DeviceProfile> getDeviceProfile( in getDeviceProfile() function
241 std::optional<DeviceProfile> getDeviceProfile( in getDeviceProfile() function
248 return getDeviceProfile(devicePort.device, audioPort.flags.getTag() == AudioIoFlags::input); in getDeviceProfile()
/hardware/interfaces/audio/aidl/default/usb/
DStreamUsb.cpp47 auto profile = alsa::getDeviceProfile(connectedDevice, mIsInput); in setConnectedDevices()
108 if (auto deviceProfile = alsa::getDeviceProfile(device, mIsInput); in setHwVolume()
DModuleUsb.cpp120 auto profile = alsa::getDeviceProfile(audioPort); in onExternalDeviceConnectionChanged()