HomeSort by relevance Sort by last modified time
    Searched full:hdmi (Results 176 - 200 of 881) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecMessageCache.java 17 package com.android.server.hdmi;
DelayedMessageBuffer.java 17 package com.android.server.hdmi;
19 import android.hardware.hdmi.HdmiDeviceInfo;
SendKeyAction.java 16 package com.android.server.hdmi;
18 import static com.android.server.hdmi.HdmiConfig.IRT_MS;
HdmiCecController.java 17 package com.android.server.hdmi;
19 import android.hardware.hdmi.HdmiPortInfo;
28 import com.android.server.hdmi.HdmiAnnotations.IoThreadOnly;
29 import com.android.server.hdmi.HdmiAnnotations.ServiceThreadOnly;
30 import com.android.server.hdmi.HdmiControlService.DevicePollingCallback;
42 * Manages HDMI-CEC command and behaviors. It converts user's command into CEC command
358 * @param port ID of HDMI port to which AVR is connected
  /hardware/intel/img/psb_video/src/android/
psb_HDMIExtMode.h 73 /*hdmi infos*/
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c 106 /* Check HDMI properties */
331 /* HDMI + either MIPI0 or MIPI1 */
334 /* Get HDMI properties if it is enabled*/
337 /* Only HDMI */
341 /* HDMI + MIPI0 */
345 /* HDMI + MIPI1 */
349 /* HDMI + MIPI0 + MIPI1 */
694 *local_device_enabled = HDMI;
735 *extend_device_enabled = HDMI;
    [all...]
  /hardware/qcom/display/msm8084/libexternal/
external.h 83 // Holds all the HDMI modes and timing info supported by driver
  /hardware/qcom/display/msm8226/libexternal/
external.h 83 // Holds all the HDMI modes and timing info supported by driver
  /hardware/qcom/display/msm8960/libexternal/
external.cpp 70 ALOGD_IF(DEBUG,"hdmi framebuffer index is %d",j);
108 ALOGE("%s: Cannot process WFD connection while HDMI is active",
127 // hdmi offline event..!
147 if(!strncmp(s1,"hdmi",strlen(s1))) {
148 // hdmi online event..!
160 if(!strncmp(s1,"hdmi",strlen(s1))) {
343 /* Video formates supported by the HDMI Standard */
530 property_get("hw.hdmi.resolution", property_value, "-1");
534 ALOGD_IF(DEBUG, "%s: setting the HDMI mode = %d", __FUNCTION__, mode);
  /hardware/qcom/display/msm8996/hdmi_cec/
QHDMIClient.cpp 47 ALOGD("%s: HDMI connected event connected: %d", __FUNCTION__, connected);
  /hardware/qcom/display/msm8998/hdmi_cec/
QHDMIClient.cpp 47 ALOGD("%s: HDMI connected event connected: %d", __FUNCTION__, connected);
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_session.cpp 62 #define HWC_UEVENT_SWITCH_HDMI "change@/devices/virtual/switch/hdmi"
151 // Wait for uevent_init() to happen and let the uevent thread wait for uevents, so that hdmi
160 // HDMI is primary display. If already connected, then create it and store in
314 // If HDMI is primary and the output format is YUV then ignore the virtual display
398 // due to HDMI concurrency.
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_session.cpp 62 #define HWC_UEVENT_SWITCH_HDMI "change@/devices/virtual/switch/hdmi"
151 // Wait for uevent_init() to happen and let the uevent thread wait for uevents, so that hdmi
160 // HDMI is primary display. If already connected, then create it and store in
314 // If HDMI is primary and the output format is YUV then ignore the virtual display
398 // due to HDMI concurrency.
    [all...]
  /external/adhd/cras/src/tests/
alsa_ucm_unittest.cc 73 "HDMI", "Comment for Dev5"};
80 std::string id_5 = "=PlaybackPCM/HDMI/HiFi";
207 std::string value = "HDMI";
    [all...]
alsa_jack_unittest.cc 386 gpio_switch_list_for_each_dev_names.push_back("c1 HDMI Jack");
613 gpio_switch_list_for_each_dev_names.push_back("c1 HDMI Jack");
716 "HDMI/DP,pcm=5 Jack",
717 "HDMI/DP,pcm=6 Jack",
745 "HDMI/DP,pcm=3 Jack",
747 "HDMI/DP,pcm=4 Jack"
773 "HDMI/DP,pcm=5 Jack",
774 "HDMI/DP,pcm=6 Jack",
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EnumDevicesTest.java 76 "or the test is run on a TV device with no HDMI connected");
78 assertTrue("getDevices test: failure due to missing HDMI connection " +
  /external/adhd/cras/src/server/
cras_alsa_jack.h 62 * device. These jacks will be for headphones, speakers, HDMI, etc.
141 * output is an HDMI device, but it should be internal speaker from
cras_alsa_jack.c 74 * edid_file - File to read the EDID from (if available, HDMI only).
75 * display_info_timer - Timer used to poll display info for HDMI jacks.
367 /* Timer callback to read display info after a hotplug event for an HDMI jack.
577 strstr(jack->gpio.device_name, "HDMI"))
580 "HDMI");
738 !jack_matches_regex(dev_name, "^.*HDMI Jack$")) {
844 /* For non-gpio jack, check if it's of type hdmi/dp by
848 static const char *hdmi_dp = "HDMI/DP";
876 "HDMI/DP",
1048 if (!strcmp(jack->ucm_device, "HDMI") ||
    [all...]
  /external/autotest/client/cros/chameleon/
audio_widget_link.py 400 """The abstraction for HDMI cable."""
403 # Chameleon through HDMI cable.
408 """Initializes a HDMI widget link.
414 self.name = 'HDMI cable'
418 'Create an HDMIWidgetLink. Do nothing because HDMI cable'
426 For issue crbug.com/450101, Exynos HDMI driver has problem recognizing
427 HDMI audio, while display can be detected. Do several plug/unplug and
428 wait as a workaround. Note that HDMI port will be in unplugged state
chameleon_audio_helper.py 29 interface: The interface of this audio port, e.g. 'HDMI', 'Headphone'.
82 (ids.CrosIds.HDMI, ids.ChameleonIds.HDMI):
161 # There is only one dedicated HDMI cable, just use it.
274 if audio_port.port_id == ids.ChameleonIds.HDMI:
audio_widget.py 300 Chameleon, e.g. 'HDMI', 'LineIn', 'LineOut'.
318 Chameleon, e.g. 'HDMI', 'LineIn', 'LineOut'.
411 @param interface: string, the interface. e.g: HDMI.
432 """This class abstracts a Chameleon HDMI audio input widget handler."""
454 """Finds HDMI as a video port."""
460 'Can not find HDMI port, perhaps HDMI is not connected?')
  /external/libdrm/tests/kms/
libkms-test-device.c 47 "HDMI-A",
48 "HDMI-B",
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp 171 // Device For Sonification conf file has HDMI, SPDIF and HDMI ARC unreacheable.
  /frameworks/native/include/android/
keycodes.h 669 /** HDMI #1 key.
670 * Switches to HDMI input #1. */
672 /** HDMI #2 key.
673 * Switches to HDMI input #2. */
675 /** HDMI #3 key.
676 * Switches to HDMI input #3. */
678 /** HDMI #4 key.
679 * Switches to HDMI input #4. */
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 59 #define HWC_UEVENT_SWITCH_HDMI "change@/devices/virtual/switch/hdmi"
144 // HDMI is primary display. If already connected, then create it and store in
295 // If HDMI is primary and the output format is YUV then ignore the virtual display
378 // due to HDMI concurrency.
    [all...]

Completed in 469 milliseconds

1 2 3 4 5 6 78 91011>>