/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
hwc_session.cpp | 48 #define HWC_UEVENT_SWITCH_HDMI "change@/devices/virtual/switch/hdmi" 112 // HDMI is primary display. If already connected, then create it and store in 254 // TODO(user): Handle concurrency with HDMI 420 // TODO(user): Handle virtual display/HDMI concurrency [all...] |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecFeatureAction.java | 16 package com.android.server.hdmi; 25 import com.android.server.hdmi.HdmiControlService.DevicePollingCallback;
|
HdmiCecKeycode.java | 17 package com.android.server.hdmi; 26 * Helper class to translate android keycode to hdmi cec keycode and vice versa. 33 // Hdmi CEC keycodes 397 * Translate Android keycode to Hdmi Cec keycode and params. 413 * Translate Hdmi CEC keycode with params to Android keycode.
|
/frameworks/support/compat/src/main/java/androidx/core/view/ |
InputDeviceCompat.java | 207 * The input source is a device connected through HDMI-based bus. 209 * The key comes in through HDMI-CEC or MHL signal line, and is treated as if it were
|
/hardware/qcom/display/msm8909/sdm/include/core/ |
core_interface.h | 96 (internal display or HDMI etc) and whether it is currently connected, 213 @details Client shall use this method to determine if the first display is HDMI, and whether
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
display_hdmi.cpp | 206 // Used for changing HDMI Resolution - override the best with user set config 239 // The scan support for a given HDMI TV must be read from scan info corresponding to
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
hwc_display_external.cpp | 90 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_enabled", &(drc_enabled)); 93 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_reset_fps", &(drc_reset_fps_enabled));
|
/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
core_interface.h | 96 (internal display or HDMI etc) and whether it is currently connected, 213 @details Client shall use this method to determine if the first display is HDMI, and whether
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
hwc_display_external.cpp | 90 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_enabled", &(drc_enabled)); 93 HWCDebugHandler::Get()->GetProperty("sdm.hdmi.drc_reset_fps", &(drc_reset_fps_enabled));
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
core_interface.h | 95 (internal display or HDMI etc) and whether it is currently connected, 189 @details Client shall use this method to determine if the first display is HDMI, and whether
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
core_interface.h | 96 (internal display or HDMI etc) and whether it is currently connected, 213 @details Client shall use this method to determine if the first display is HDMI, and whether
|
/hardware/qcom/display/msm8084/libexternal/ |
external.cpp | 96 // for HDMI - retreive all the modes supported by the driver 439 property_get("hw.hdmi.resolution", property_value, "-1"); 443 ALOGD_IF(DEBUG, "%s: setting the HDMI mode = %d", __FUNCTION__, mode); 592 // if primary resolution is more than the hdmi resolution 600 // HDMI is always in landscape, so always assign the higher 601 // dimension to hdmi's xres
|
/hardware/qcom/display/msm8226/libexternal/ |
external.cpp | 96 // for HDMI - retreive all the modes supported by the driver 439 property_get("hw.hdmi.resolution", property_value, "-1"); 443 ALOGD_IF(DEBUG, "%s: setting the HDMI mode = %d", __FUNCTION__, mode); 592 // if primary resolution is more than the hdmi resolution 602 // HDMI is always in landscape, so always assign the higher 603 // dimension to hdmi's xres
|
/hardware/qcom/display/msm8909/hdmi_cec/ |
qhdmi_cec.cpp | 49 const char* UEVENT_SWITCH_HDMI = "change@/devices/virtual/switch/hdmi"; 76 void event_monitor(cec_context_t* ctx); // hdmi event monitor function 404 ALOGD_IF(DEBUG, "%s: HDMI at port %d is - %s", __FUNCTION__, port_id, 471 ALOGE("Failed to populate poll parameters for monitoring HDMI CEC events. Exiting."); 641 ALOGD("HDMI CEC is %s", connected ? "connected" : "disconnected"); 717 .name = "QTI HDMI CEC module",
|
/hardware/qcom/display/msm8909w_3100/hdmi_cec/ |
qhdmi_cec.cpp | 49 const char* UEVENT_SWITCH_HDMI = "change@/devices/virtual/switch/hdmi"; 76 void event_monitor(cec_context_t* ctx); // hdmi event monitor function 404 ALOGD_IF(DEBUG, "%s: HDMI at port %d is - %s", __FUNCTION__, port_id, 471 ALOGE("Failed to populate poll parameters for monitoring HDMI CEC events. Exiting."); 641 ALOGD("HDMI CEC is %s", connected ? "connected" : "disconnected"); 717 .name = "QTI HDMI CEC module",
|
/external/adhd/cras/src/server/ |
cras_alsa_io.c | 43 #define HDMI "HDMI" 191 .name = HDMI, 892 strcpy(node->name, HDMI); 894 /* Only HDMI or USB node might have invalid name to drop */ 929 * If HDMI is in the node name, set its type to HDMI. This matches node names 930 * like "Rockchip HDMI Jack". 939 if (strstr(node->name, HDMI) && 1022 /* Use software volume for HDMI output and nodes without volume mixe [all...] |
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
hwc_session.cpp | 51 #define HWC_UEVENT_SWITCH_HDMI "change@/devices/virtual/switch/hdmi" 180 // If HDMI display is primary display, defer display creation until hotplug event is received. 348 // TODO(user): Handle concurrency with HDMI 528 // TODO(user): Handle virtual display/HDMI concurrency [all...] |
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
hwc_session.cpp | 50 #define HWC_UEVENT_SWITCH_HDMI "change@/devices/virtual/switch/hdmi" 169 // If HDMI display is primary display, defer display creation until hotplug event is received. 336 // TODO(user): Handle concurrency with HDMI 515 // TODO(user): Handle virtual display/HDMI concurrency [all...] |
/hardware/qcom/audio/hal/msm8960/ |
platform.c | 38 * This is the sysfs path for the HDMI audio data block 126 [SND_DEVICE_OUT_HDMI] = "hdmi", 127 [SND_DEVICE_OUT_SPEAKER_AND_HDMI] = "speaker-and-hdmi", 151 [SND_DEVICE_IN_HDMI_MIC] = "hdmi-mic", 407 strcat(mixer_path, " hdmi"); 409 strcat(mixer_path, " speaker-and-hdmi"); [all...] |
/frameworks/base/ |
Android.bp | 156 "core/java/android/hardware/hdmi/IHdmiControlCallback.aidl", 157 "core/java/android/hardware/hdmi/IHdmiControlService.aidl", 158 "core/java/android/hardware/hdmi/IHdmiDeviceEventListener.aidl", 159 "core/java/android/hardware/hdmi/IHdmiHotplugEventListener.aidl", 160 "core/java/android/hardware/hdmi/IHdmiInputChangeListener.aidl", 161 "core/java/android/hardware/hdmi/IHdmiMhlVendorCommandListener.aidl", 162 "core/java/android/hardware/hdmi/IHdmiRecordListener.aidl", 163 "core/java/android/hardware/hdmi/IHdmiSystemAudioModeChangeListener.aidl", 164 "core/java/android/hardware/hdmi/IHdmiVendorCommandListener.aidl", [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_utils.cpp | 40 #include "hdmi.h" 124 // Initialize hdmi display attributes based on 125 // hdmi display class state 132 //FIXME: for now assume HDMI as secure 142 // Reset hdmi display attributes and list stats structures 273 // 1. HDMI as Primary 274 // -If HDMI cable is connected, read display configs from edid data 275 // -If HDMI cable is not connected then use default data in vscreeninfo 276 // 2. HDMI as External 277 // -Initialize HDMI class for use with external displa [all...] |
/frameworks/base/media/java/android/media/tv/ |
TvInputService.java | 31 import android.hardware.hdmi.HdmiDeviceInfo; 66 * The TvInputService class represents a TV input or source such as HDMI or built-in tuner which 236 * ignoring all HDMI logical input device. 249 * return {@code null}. Override to modify default behavior of ignoring all HDMI logical input 720 * corresponding TV input determines the HDMI-CEC active source device. 722 * <p>TV input service that manages HDMI-CEC logical device should implement {@link 723 * #onSetMain} to (1) select the corresponding HDMI logical device as the source device 732 * input service knows that the next main session corresponds to another HDMI logica [all...] |
/hardware/qcom/display/msm8996/hdmi_cec/ |
qhdmi_cec.cpp | 391 ALOGD_IF(DEBUG, "%s: HDMI at port %d is - %s", __FUNCTION__, port_id, 446 //Set up listener for HDMI events 512 .name = "QTI HDMI CEC module",
|
/hardware/qcom/display/msm8998/hdmi_cec/ |
qhdmi_cec.cpp | 397 ALOGD_IF(DEBUG, "%s: HDMI at port %d is - %s", __FUNCTION__, port_id, 452 //Set up listener for HDMI events 518 .name = "QTI HDMI CEC module",
|
/external/kernel-headers/original/uapi/linux/ |
cec.h | 3 * cec - HDMI Consumer Electronics Control public header 341 /* Hardware can use CEC only if the HDMI HPD pin is high. */ 470 * See HDMI 1.4b, section 8.7 (Physical Address). 700 #define CEC_MSG_REPORT_FEATURES 0xa6 /* HDMI 2.0 */ 734 #define CEC_MSG_GIVE_FEATURES 0xa5 /* HDMI 2.0 */ [all...] |