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',
234 def get_content_protection(self): member in DisplayFacadeRemoteAdapter241 return self._display_proxy.get_content_protection()
218 def get_content_protection(self): member in DisplayFacadeLocalAdapter225 return self._display_component.get_content_protection()
384 def get_content_protection(self): member in DisplayFacadeNative392 return graphics_utils.get_content_protection(connector)
879 def get_content_protection(output_name): function