Home
last modified time | relevance | path

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

/hardware/interfaces/tv/cec/1.0/vts/functional/
DREADME.md1 # CEC VTS testing for Android TV devices
7 Running these CEC VTS tests requires an Android playback, TV or audio device connected to the host …
DVtsHalTvCecV1_0TargetTest.cpp123 if (!hasDeviceType(CecDeviceType::TV)) { in TEST_P()
/hardware/interfaces/tv/tuner/
DREADME.md5 TV specific tuners.
/hardware/interfaces/tv/cec/1.0/
Dtypes.hal25 TV = 0,
34 TV = 0,
173 * View On> or <Text View On>. Used when user changes the TV settings to
174 * disable the auto TV on functionality.
181 * changes the TV settings to disable CEC functionality.
/hardware/interfaces/tv/tuner/1.1/
DITuner.hal25 * resources which are needed for Android TV.
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_interface.h175 TV, enumerator
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_interface.h197 TV, enumerator
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_interface.h197 TV, enumerator
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCec.cpp33 static_assert(CEC_DEVICE_TV == static_cast<int>(CecDeviceType::TV),
46 static_assert(CEC_ADDR_TV == static_cast<int>(CecLogicalAddress::TV),
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h386 TV, enumerator
/hardware/interfaces/tv/cec/1.1/vts/functional/
DVtsHalTvCecV1_1TargetTest.cpp138 if (!hasDeviceType(CecDeviceType::TV)) { in TEST_P()
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_tv_drm.cpp95 disp_type_ = DRMDisplayType::TV; in HWTVDRM()
/hardware/interfaces/tv/input/1.0/
Dtypes.hal29 /** Type of physical TV input. */
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h437 TV, enumerator
/hardware/interfaces/tv/tuner/1.0/
DITuner.hal26 * resouces which are needed for Android TV.
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h452 TV, enumerator
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_tv_drm.cpp104 disp_type_ = DRMDisplayType::TV; in HWTVDRM()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_tv_drm.cpp105 disp_type_ = DRMDisplayType::TV; in HWTVDRM()
/hardware/interfaces/graphics/common/1.1/
Dtypes.hal221 * implement the ITU-R Recommendation BT.2100 / Rec. 2100 for HDR TV.
/hardware/ti/am57x/libhwcomposer/
Dhwc.cpp83 CONNECTOR_TYPE_STR(TV),
/hardware/interfaces/audio/common/6.0/
Dtypes.hal167 * presentation is Wifi Display where a dongle attached to a TV can be used
680 /** TV tuner input */
894 * typically accompanying a movie or TV program.
/hardware/interfaces/audio/common/4.0/
Dtypes.hal125 * presentation is Wifi Display where a dongle attached to a TV can be used
569 /** TV tuner input */
/hardware/interfaces/audio/common/2.0/
Dtypes.hal131 * presentation is Wifi Display where a dongle attached to a TV can be used
593 /** TV tuner input */
/hardware/interfaces/audio/common/5.0/
Dtypes.hal127 * presentation is Wifi Display where a dongle attached to a TV can be used
631 /** TV tuner input */
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_connector.cpp380 (disp_type == DRMDisplayType::TV && IsTVConnector(conn_type))) { in Reserve()