/hardware/interfaces/tv/cec/1.0/default/ |
D | HdmiCecMock.cpp | 37 void HdmiCecMock::cec_set_option(int flag, int value) { in cec_set_option() function in android::hardware::tv::cec::V1_0::implementation::HdmiCecMock 117 cec_set_option(static_cast<int>(key), value ? 1 : 0); in setOption() 131 cec_set_option(HDMI_OPTION_SET_LANG, convertedLanguage); in setLanguage()
|
D | HdmiCecMock.h | 76 void cec_set_option(int flag, int value);
|
/hardware/interfaces/tv/cec/1.1/default/ |
D | HdmiCecMock.cpp | 66 void HdmiCecMock::cec_set_option(int flag, int value) { in cec_set_option() function in android::hardware::tv::cec::V1_1::implementation::HdmiCecMock 131 cec_set_option(static_cast<int>(key), value ? 1 : 0); in setOption() 145 cec_set_option(HDMI_OPTION_SET_LANG, convertedLanguage); in setLanguage()
|
D | HdmiCecMock.h | 81 void cec_set_option(int flag, int value);
|
/hardware/qcom/sm7250/display/hdmi_cec/ |
D | qhdmi_cec.cpp | 352 static void cec_set_option(const struct hdmi_cec_device* dev, int flag, in cec_set_option() function 489 dev->device.set_option = cec_set_option; in cec_device_open()
|
/hardware/qcom/display/msm8996/hdmi_cec/ |
D | qhdmi_cec.cpp | 350 static void cec_set_option(const struct hdmi_cec_device* dev, int flag, in cec_set_option() function 487 dev->device.set_option = cec_set_option; in cec_device_open()
|
/hardware/qcom/sdm845/display/hdmi_cec/ |
D | qhdmi_cec.cpp | 352 static void cec_set_option(const struct hdmi_cec_device* dev, int flag, in cec_set_option() function 489 dev->device.set_option = cec_set_option; in cec_device_open()
|
/hardware/qcom/display/msm8998/hdmi_cec/ |
D | qhdmi_cec.cpp | 356 static void cec_set_option(const struct hdmi_cec_device* dev, int flag, in cec_set_option() function 493 dev->device.set_option = cec_set_option; in cec_device_open()
|
/hardware/qcom/sm8150/display/hdmi_cec/ |
D | qhdmi_cec.cpp | 352 static void cec_set_option(const struct hdmi_cec_device* dev, int flag, in cec_set_option() function 489 dev->device.set_option = cec_set_option; in cec_device_open()
|
/hardware/qcom/display/msm8909/hdmi_cec/ |
D | qhdmi_cec.cpp | 363 static void cec_set_option(const struct hdmi_cec_device* dev, int flag, in cec_set_option() function 522 dev->device.set_option = cec_set_option; in cec_device_open()
|
/hardware/qcom/display/msm8909w_3100/hdmi_cec/ |
D | qhdmi_cec.cpp | 363 static void cec_set_option(const struct hdmi_cec_device* dev, int flag, in cec_set_option() function 522 dev->device.set_option = cec_set_option; in cec_device_open()
|