Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/atoms/tv/
Dtv_extension_atoms.proto57 // device info is updated for the currently selected HDMI-CEC input.
76 HDMI = 1007; enumerator
85 // Vendor id of the external device for HDMI-CEC input.
88 // HDMI port number on TV for HDMI input.
89 // For non-HDMI input, the value is -1.
93 // OSD display name of the external device for HDMI-CEC input,
/frameworks/proto_logging/stats/enums/stats/hdmi/
Denums.proto23 // HDMI CEC logical addresses.
24 // Values correspond to "CEC Table 5 Logical Addresses" in the HDMI CEC 1.4b spec.
56 // The result of attempting to send a HDMI CEC message.
67 // Whether a HDMI CEC message is sent from this device, to this device, or neither.
77 // Values correspond to "CEC Table 30 UI Command Codes" in the HDMI CEC 1.4b spec, offset by 0x100.
115 // Values correspond to "CEC Table 29 Operand Descriptions" in the HDMI CEC 1.4b spec,
/frameworks/proto_logging/stats/enums/stats/tv/
Dtif_enums.proto89 // TV input type: the TV input service is HDMI. (e.g. HDMI 1)
90 HDMI = 1007; enumerator
/frameworks/base/services/core/java/com/android/server/hdmi/
DREADME.md3 HDMI service for Android with focus on CEC
Dcec_key_handling.md35 For any device that is not connected to a TV via HDMI and not an ATV device, TV_POWER is ignored.
/frameworks/proto_logging/stats/enums/media/audio/
Denums.proto66 * A device type describing an HDMI connection .
70 * A device type describing the Audio Return Channel of an HDMI connection.
172 * of an HDMI connection.
/frameworks/native/libs/input/rust/
Dinput.rs92 const HDMI = input_bindgen::AINPUT_SOURCE_HDMI; constant
/frameworks/proto_logging/stats/enums/stats/mediametrics/
Dmediametrics.proto184 // Audio data format: compressed audio wrapped in PCM for HDMI or S/PDIF passthrough.
/frameworks/proto_logging/stats/enums/app/
Dtvsettings_enums.proto1246 // TvSettings > Connected Devices (Slice) > HDMI-CEC
1249 // TvSettings > Connected Devices (Slice) > HDMI-CEC > Enable (toggle)
1275 // TvSettings > Connected Devices > HDMI-CEC
1279 // TvSettings > Connected Devices > HDMI-CEC > Enable (toggle)
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Settings/
Ddevice_for_product_strategy_sonification.pfw13 # Sonification follows phone strategy if in call but HDMI is not reachable
Ddevice_for_product_strategy_sonification_respectful.pfw452 # but HDMI not reachable in call.
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp60 static_assert(static_cast<common::Source>(AINPUT_SOURCE_HDMI) == common::Source::HDMI); in getSource()
/frameworks/base/services/core/jni/tvinput/
DJTvInputHal.cpp198 if (info.type == TvInputType::HDMI) { in onDeviceAvailable()
/frameworks/av/media/audioaidlconversion/
DAidlConversionCppNdk.cpp526 GET_DEVICE_DESC_CONNECTION(HDMI)); in getAudioDevicePairs()
/frameworks/proto_logging/stats/
Datoms.proto15187 // The HDMI port id
15188 // Only valid when type == HDMI
18172 * Logs when the HDMI CEC active source changes.
18183 // See section 8.7 in the HDMI 1.4b spec for details.
18191 * Logs when an HDMI CEC message is sent or received.
18200 // Whether a HDMI CEC message is sent from this device, to this device, or neither.
18203 // The HDMI CEC logical address of the initiator.
18206 // The HDMI CEC logical address of the destination.
18210 // For all values, see section "CEC 15 Message Descriptions" in the HDMI CEC 1.4b spec.