Home
last modified time | relevance | path

Searched refs:display_id (Results 1 – 25 of 28) sorted by relevance

12

/external/autotest/server/cros/multimedia/
Ddisplay_facade_adapter.py62 def move_to_display(self, display_id): argument
67 self._display_proxy.move_to_display(display_id)
272 def set_resolution(self, display_id, width, height): argument
279 self._display_proxy.set_resolution(display_id, width, height)
292 def get_display_modes(self, display_id): argument
300 return self._display_proxy.get_display_modes(display_id)
303 def get_available_resolutions(self, display_id): argument
311 self._display_proxy.get_available_resolutions(display_id)]
314 def get_display_rotation(self, display_id): argument
321 return self._display_proxy.get_display_rotation(display_id)
[all …]
/external/autotest/client/cros/multimedia/
Ddisplay_facade_adapter.py54 def move_to_display(self, display_id): argument
59 self._display_component.move_to_display(display_id)
260 def set_resolution(self, display_id, width, height): argument
267 self._display_component.set_resolution(display_id, width, height)
279 def get_display_modes(self, display_id): argument
287 return self._display_component.get_display_modes(display_id)
290 def get_available_resolutions(self, display_id): argument
298 self._display_component.get_available_resolutions(display_id)]
301 def get_display_rotation(self, display_id): argument
308 return self._display_component.get_display_rotation(display_id)
[all …]
Ddisplay_facade_native.py92 def _get_display_by_id(self, display_id): argument
100 if display['id'] == display_id:
102 raise RuntimeError('Cannot find display ' + display_id)
105 def get_display_modes(self, display_id): argument
112 display = self._get_display_by_id(display_id)
116 def get_display_rotation(self, display_id): argument
123 display = self._get_display_by_id(display_id)
127 def set_display_rotation(self, display_id, rotation, argument
153 % {'id': display_id, 'rotation': rotation}
162 def get_available_resolutions(self, display_id): argument
[all …]
Ddisplay_info.py43 self.display_id = d['id']
/external/autotest/server/site_tests/display_ResolutionList/
Ddisplay_ResolutionList.py65 display_id = utils.wait_for_value_changed(
68 if display_id < 0:
74 display_id = display_facade.get_internal_display_id()
79 display_id))
83 display_id, len(settings_resolution_list))
94 display_facade.set_resolution(display_id, *r)
/external/selinux/checkpolicy/test/
Ddismod.c101 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type, in display_id() function
159 display_id(policy, fp, SYM_TYPES, i, ""); in display_type_set()
166 display_id(policy, fp, SYM_TYPES, i, "-"); in display_type_set()
204 display_id(p, fp, SYM_ROLES, i, ""); in display_mod_role_set()
272 display_id(policy, fp, SYM_CLASSES, cur->tclass - 1, ""); in display_avrule()
284 display_id(policy, fp, SYM_TYPES, avrule->perms->data - 1, ""); in display_avrule()
302 display_id(&policydb, fp, SYM_TYPES, type->s.value - 1, ""); in display_type_callback()
321 display_id(&policydb, fp, SYM_TYPES, i, ""); in display_type_callback()
327 display_id(&policydb, fp, SYM_TYPES, type->s.value - 1, ""); in display_type_callback()
346 display_id(p, fp, SYM_USERS, i, ""); in display_users()
[all …]
Ddispol.c297 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type, in display_id() function
313 display_id(p, fp, SYM_TYPES, i - 1, ""); in display_permissive()
325 display_id(p, fp, SYM_ROLES, rt->role - 1, ""); in display_role_trans()
326 display_id(p, fp, SYM_TYPES, rt->type - 1, ""); in display_role_trans()
327 display_id(p, fp, SYM_CLASSES, rt->tclass - 1, ":"); in display_role_trans()
328 display_id(p, fp, SYM_ROLES, rt->new_role - 1, ""); in display_role_trans()
348 display_id(p, fp, SYM_TYPES, ft->stype - 1, ""); in filenametr_display()
349 display_id(p, fp, SYM_TYPES, ft->ttype - 1, ""); in filenametr_display()
350 display_id(p, fp, SYM_CLASSES, ft->tclass - 1, ":"); in filenametr_display()
351 display_id(p, fp, SYM_TYPES, ftdatum->otype - 1, ""); in filenametr_display()
/external/autotest/server/site_tests/platform_RotationFps/
Dplatform_RotationFps.py42 display_id = display_facade.get_first_external_display_id()
50 display_id, 90, self.DELAY_BEFORE_ROTATION,
54 display_facade.set_display_rotation(display_id, 0)
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp52 …APICALL eglw::EGLDisplay (EGLW_APIENTRY* eglX11GetDisplayFunc) (EGLNativeDisplayType display_id);
97 eglw::EGLDisplay getDisplay (eglw::EGLNativeDisplayType display_id) const in getDisplay()
99 …return ((eglX11GetDisplayFunc)m_egl.getDisplay)(reinterpret_cast<EGLNativeDisplayType>(display_id)… in getDisplay()
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp318 EGLDisplay GetDisplay(EGLNativeDisplayType display_id);
369 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id) in eglGetDisplay() argument
371 return egl::GetDisplay(display_id); in eglGetDisplay()
DlibEGL.hpp29 EGLDisplay (*eglGetDisplay)(EGLNativeDisplayType display_id);
DlibEGL.cpp112 EGLDisplay GetDisplay(EGLNativeDisplayType display_id) in GetDisplay() argument
114 TRACE("(EGLNativeDisplayType display_id = %p)", display_id); in GetDisplay()
116 if(display_id != EGL_DEFAULT_DISPLAY) in GetDisplay()
/external/deqp/framework/egl/wrapper/
DeglwFuncPtrLibraryImpl.inl157 EGLDisplay FuncPtrLibrary::getDisplay (EGLNativeDisplayType display_id) const
159 return m_egl.getDisplay(display_id);
DeglwImpl.inl191 EGLDisplay eglwGetDisplay (EGLNativeDisplayType display_id) argument
196 return egl->getDisplay((void*)display_id);
DeglwFuncPtrLibraryDecl.inl36 EGLDisplay getDisplay (EGLNativeDisplayType display_id) const;
DeglwLibrary.inl36 virtual EGLDisplay getDisplay (EGLNativeDisplayType display_id) const …
DeglwApi.inl97 EGLDisplay eglwGetDisplay (EGLNativeDisplayType display_id);
DeglwFunctionTypes.inl36 …ICALL EGLDisplay (EGLW_APIENTRY* eglGetDisplayFunc) (EGLNativeDisplayType display_id);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Deglext.h478 … EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV( EGLDisplay dpy, EGLNativeDisplayType* display_id);
482 …an (EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC)(EGLDisplay dpy, EGLNativeDisplayType *display_id);
Degl.h252 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id);
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp49 typedef EGLDisplay (*GetDisplayProc)(EGLNativeDisplayType display_id);
/external/mesa3d/include/EGL/
Degl.h133 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
/external/swiftshader/include/EGL/
Degl.h133 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl36 eglw::EGLDisplay eglGetDisplay (eglw::EGLNativeDisplayType display_id);
DegluCallLogWrapper.inl316 eglw::EGLDisplay CallLogWrapper::eglGetDisplay (eglw::EGLNativeDisplayType display_id) argument
319 m_log << TestLog::Message << "eglGetDisplay(" << toHex(display_id) << ");" << TestLog::EndMessage;
320 eglw::EGLDisplay returnValue = m_egl.getDisplay(display_id);

12