Lines Matching refs:cec
27 namespace cec {
36 using ::android::hardware::tv::cec::V1_0::CecLogicalAddress;
37 using ::android::hardware::tv::cec::V1_0::CecMessage;
38 using ::android::hardware::tv::cec::V1_0::HdmiPortInfo;
39 using ::android::hardware::tv::cec::V1_0::HdmiPortType;
40 using ::android::hardware::tv::cec::V1_0::HotplugEvent;
41 using ::android::hardware::tv::cec::V1_0::IHdmiCecCallback;
42 using ::android::hardware::tv::cec::V1_0::MaxLength;
43 using ::android::hardware::tv::cec::V1_0::OptionKey;
44 using ::android::hardware::tv::cec::V1_0::Result;
45 using ::android::hardware::tv::cec::V1_0::SendMessageResult;
46 using ::android::hardware::tv::cec::V1_1::IHdmiCec;
59 const sp<::android::hardware::tv::cec::V1_0::IHdmiCecCallback>& callback) override;
70 ::android::hardware::tv::cec::V1_1::CecLogicalAddress addr) override;
72 const ::android::hardware::tv::cec::V1_1::CecMessage& message) override;
74 const sp<::android::hardware::tv::cec::V1_1::IHdmiCecCallback>& callback) override;
88 int sendMessageToFifo(const ::android::hardware::tv::cec::V1_1::CecMessage& message);
93 sp<::android::hardware::tv::cec::V1_1::IHdmiCecCallback> mCallback;
97 vector<::android::hardware::tv::cec::V1_1::CecLogicalAddress> mLogicalAddresses;