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)
226 def set_content_protection(self, state): member in DisplayFacadeRemoteAdapter231 self._display_proxy.set_content_protection(state)
210 def set_content_protection(self, state): member in DisplayFacadeLocalAdapter215 self._display_component.set_content_protection(state)
375 def set_content_protection(self, state): member in DisplayFacadeNative381 graphics_utils.set_content_protection(connector, state)
699 def set_content_protection(self, enable): member in ChameleonVideoInput
868 def set_content_protection(output_name, state): function