Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/tvinput/
DJTvInputHal.cpp350 const AidlTvInputDeviceInfo& aidlTvInputDeviceInfo) { in createDeviceInfoWrapper() argument
353 deviceInfo.deviceId = aidlTvInputDeviceInfo.deviceId; in createDeviceInfoWrapper()
354 deviceInfo.type = aidlTvInputDeviceInfo.type; in createDeviceInfoWrapper()
355 deviceInfo.portId = aidlTvInputDeviceInfo.portId; in createDeviceInfoWrapper()
356 deviceInfo.cableConnectionStatus = aidlTvInputDeviceInfo.cableConnectionStatus; in createDeviceInfoWrapper()
357 deviceInfo.aidlAudioDevice = aidlTvInputDeviceInfo.audioDevice; in createDeviceInfoWrapper()
DJTvInputHal.h111 const AidlTvInputDeviceInfo& aidlTvInputDeviceInfo);