Home
last modified time | relevance | path

Searched refs:getDeviceProfiles (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamAlsa.h49 virtual std::vector<alsa::DeviceProfile> getDeviceProfiles() = 0;
DStreamUsb.h40 std::vector<alsa::DeviceProfile> getDeviceProfiles() override;
DStreamPrimary.h36 std::vector<alsa::DeviceProfile> getDeviceProfiles() override;
/hardware/interfaces/audio/aidl/default/alsa/
DStreamAlsa.cpp73 for (const auto& device : getDeviceProfiles()) { in start()
/hardware/interfaces/audio/aidl/default/usb/
DStreamUsb.cpp73 std::vector<alsa::DeviceProfile> StreamUsb::getDeviceProfiles() { in getDeviceProfiles() function in aidl::android::hardware::audio::core::StreamUsb
/hardware/interfaces/audio/aidl/default/primary/
DStreamPrimary.cpp94 std::vector<alsa::DeviceProfile> StreamPrimary::getDeviceProfiles() { in getDeviceProfiles() function in aidl::android::hardware::audio::core::StreamPrimary