Searched refs:TvInputDeviceInfoWrapper (Results 1 – 3 of 3) sorted by relevance
27 class TvInputDeviceInfoWrapper {29 TvInputDeviceInfoWrapper() {} in TvInputDeviceInfoWrapper() function30 TvInputDeviceInfoWrapper(int32_t deviceId_, TvInputType type_, bool isAvailable_) { in TvInputDeviceInfoWrapper() function
33 mDeviceInfos[0] = shared_ptr<TvInputDeviceInfoWrapper>( in init()34 new TvInputDeviceInfoWrapper(0, TvInputType::TUNER, true)); in init()35 mDeviceInfos[1] = shared_ptr<TvInputDeviceInfoWrapper>( in init()36 new TvInputDeviceInfoWrapper(1, TvInputType::HDMI, true)); in init()37 mDeviceInfos[3] = shared_ptr<TvInputDeviceInfoWrapper>( in init()38 new TvInputDeviceInfoWrapper(3, TvInputType::DISPLAY_PORT, true)); in init()
66 map<int32_t, shared_ptr<TvInputDeviceInfoWrapper>> mDeviceInfos;