Searched refs:set_content_protection (Results 1 – 6 of 6) sorted by relevance
77 chameleon_port.set_content_protection(enable_chameleon)83 display_facade.set_content_protection(request_cros)109 display_facade.set_content_protection(original_cros_state)110 chameleon_port.set_content_protection(was_chameleon_enabled)
216 def set_content_protection(self, state): member in DisplayFacadeLocalAdapter221 self._display_component.set_content_protection(state)
388 def set_content_protection(self, state): member in DisplayFacadeNative394 graphics_utils.set_content_protection(connector, state)
232 def set_content_protection(self, state): member in DisplayFacadeRemoteAdapter237 self._display_proxy.set_content_protection(state)
854 def set_content_protection(self, enable): member in ChameleonVideoInput
875 def set_content_protection(output_name, state): function