Home
last modified time | relevance | path

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

/hardware/interfaces/tv/input/1.0/default/
DTvInput.cpp151 TvInputEvent tvInputEvent; in notify() local
152 tvInputEvent.type = static_cast<TvInputEventType>(event->type); in notify()
153 tvInputEvent.deviceInfo.deviceId = event->device_info.device_id; in notify()
154 tvInputEvent.deviceInfo.type = static_cast<TvInputType>( in notify()
156 tvInputEvent.deviceInfo.portId = event->device_info.hdmi.port_id; in notify()
167 tvInputEvent.deviceInfo.cableConnectionStatus = connectionStatus; in notify()
170 tvInputEvent.deviceInfo.audioType = static_cast<AudioDevice>( in notify()
172 memset(tvInputEvent.deviceInfo.audioAddress.data(), 0, in notify()
173 tvInputEvent.deviceInfo.audioAddress.size()); in notify()
177 if (size > tvInputEvent.deviceInfo.audioAddress.size()) { in notify()
[all …]