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',
224 def get_content_protection(self): member in DisplayFacadeLocalAdapter231 return self._display_component.get_content_protection()
397 def get_content_protection(self): member in DisplayFacadeNative405 return graphics_utils.get_content_protection(connector)
240 def get_content_protection(self): member in DisplayFacadeRemoteAdapter247 return self._display_proxy.get_content_protection()
886 def get_content_protection(output_name): function