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

  /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);
  /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...]
  /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::__anon31318
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 123 milliseconds