Home
last modified time | relevance | path

Searched refs:inputDeviceType (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DCapEngineConfigXmlConverter.cpp279 audio_devices_t inputDeviceType; in convertParamToAidl() local
280 if (!::android::InputDeviceConverter::fromString(inputDeviceLiteral, inputDeviceType)) { in convertParamToAidl()
285 VALUE_OR_FATAL(legacy2aidl_audio_devices_t_AudioDeviceDescription(inputDeviceType)); in convertParamToAidl()
/hardware/interfaces/automotive/audiocontrol/aidl/default/converter/src/
DCarAudioConfigurationXmlConverter.cpp517 std::string inputDeviceType = in parseInputDevice() local
519 if (!createAudioDevice(xsdInputDevice.getAddress(), inputDeviceType, inputDevice)) { in parseInputDevice()