Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/tvinput/
DTvInputHal_hidl.cpp40 const HidlTvInputDeviceInfo& hidlTvInputDeviceInfo) { in createDeviceInfoWrapper() argument
43 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()
DJTvInputHal.h113 const HidlTvInputDeviceInfo& hidlTvInputDeviceInfo);