Searched refs:get_content_protection (Results 1 – 5 of 5) sorted by relevance
67 original_cros_state = display_facade.get_content_protection()86 display_facade.get_content_protection, 'Enabled',
191 def get_content_protection(self): member in DisplayFacadeLocalAdapter198 return self._display_component.get_content_protection()
281 def get_content_protection(self): member in DisplayFacadeNative289 return graphics_utils.get_content_protection(connector)
200 def get_content_protection(self): member in DisplayFacadeRemoteAdapter207 return self._display_proxy.get_content_protection()
822 def get_content_protection(output_name): function