Searched refs:hidlTvInputDeviceInfo (Results 1 – 2 of 2) sorted by relevance
40 const HidlTvInputDeviceInfo& hidlTvInputDeviceInfo) { in createDeviceInfoWrapper() argument43 deviceInfo.deviceId = hidlTvInputDeviceInfo.deviceId; in createDeviceInfoWrapper()44 deviceInfo.type = TvInputType(static_cast<int32_t>(hidlTvInputDeviceInfo.type)); in createDeviceInfoWrapper()45 deviceInfo.portId = hidlTvInputDeviceInfo.portId; in createDeviceInfoWrapper()47 static_cast<int32_t>(hidlTvInputDeviceInfo.cableConnectionStatus)); in createDeviceInfoWrapper()48 deviceInfo.hidlAudioType = hidlTvInputDeviceInfo.audioType; in createDeviceInfoWrapper()49 deviceInfo.hidlAudioAddress = hidlTvInputDeviceInfo.audioAddress; in createDeviceInfoWrapper()
113 const HidlTvInputDeviceInfo& hidlTvInputDeviceInfo);