Home
last modified time | relevance | path

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

/hardware/interfaces/tv/input/aidl/default/
DTvInputDeviceInfoWrapper.h27 class TvInputDeviceInfoWrapper {
29 TvInputDeviceInfoWrapper() {} in TvInputDeviceInfoWrapper() function
30 TvInputDeviceInfoWrapper(int32_t deviceId_, TvInputType type_, bool isAvailable_) { in TvInputDeviceInfoWrapper() function
DTvInput.cpp33 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()
DTvInput.h66 map<int32_t, shared_ptr<TvInputDeviceInfoWrapper>> mDeviceInfos;