HomeSort by relevance Sort by last modified time
    Searched refs:cec (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/hardware/hdmi/
HdmiPortInfo.java 24 * HDMI-CEC, MHL, ARC(Audio Return Channel), and physical address assigned to each port.
49 * @param cec {@code true} if HDMI-CEC is supported on the port
53 public HdmiPortInfo(int id, int type, int address, boolean cec, boolean mhl, boolean arc) {
57 mCecSupported = cec;
90 * Returns {@code true} if the port supports HDMI-CEC signaling.
92 * @return {@code true} if the port supports HDMI-CEC signaling.
136 boolean cec = (source.readInt() == 1);
139 return new HdmiPortInfo(id, type, address, cec, mhl, arc);
170 s.append("cec: ").append(mCecSupported).append(", ")
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 56 // Get CEC version from driver.
91 mEvent.cec.initiator = event.cec.initiator;
92 mEvent.cec.destination = event.cec.destination;
93 mEvent.cec.length = event.cec.length;
94 std::memcpy(mEvent.cec.body, event.cec.body, event.cec.length)
106 const cec_message_t& cec() const { function in class:android::CecEventWrapper
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera3.cpp 189 const EmulatedCamera3* cec = static_cast<const EmulatedCamera3*>(d); local
190 return const_cast<EmulatedCamera3*>(cec);
EmulatedCamera2.cpp 218 const EmulatedCamera2* cec = static_cast<const EmulatedCamera2*>(d); local
219 return const_cast<EmulatedCamera2*>(cec);
  /device/asus/fugu/
device.mk 93 # Hdmi CEC: Fugu works as a playback device (4).
227 frameworks/native/data/etc/android.hardware.hdmi.cec.xml:system/etc/permissions/android.hardware.hdmi.cec.xml \
  /hardware/libhardware/include/hardware/
hdmi_cec.h 68 * HDMI CEC messages
199 /* When set to false, all the CEC commands are discarded. Used when
200 * user changes the TV settings to disable CEC functionality.
206 * CEC service and yield the control over to the microprocessor that is
209 * handling the cec commands. This is called when system goes
211 * start/stop handling CEC commands on behalf of the system.
227 * Maximum length in bytes of cec message body (exclude header block),
228 * should not exceed 16 (spec CEC 6 Frame Description)
254 int opcode; /* CEC opcode */
264 cec_message_t cec; member in union:hdmi_event::__anon24835
    [all...]

Completed in 265 milliseconds