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)
183 def set_content_protection(self, state): member in DisplayFacadeLocalAdapter188 self._display_component.set_content_protection(state)
272 def set_content_protection(self, state): member in DisplayFacadeNative278 graphics_utils.set_content_protection(connector, state)
192 def set_content_protection(self, state): member in DisplayFacadeRemoteAdapter197 self._display_proxy.set_content_protection(state)
431 def set_content_protection(self, enable): member in ChameleonVideoInput
808 def set_content_protection(output_name, state): function