HomeSort by relevance Sort by last modified time
    Searched refs:display_id (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglGetDisplay.java 1 // C function EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
4 int display_id
11 long display_id
eglGetDisplay.cpp 1 /* EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id ) */
4 (JNIEnv *_env, jobject _this, jlong display_id) {
7 reinterpret_cast<EGLNativeDisplayType>(display_id)
12 /* EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id ) */
15 (JNIEnv *_env, jobject _this, jint display_id) {
17 if (static_cast<uintptr_t>(display_id) !=
22 return android_eglGetDisplay(_env, _this, display_id);
  /external/autotest/server/site_tests/display_ResolutionList/
display_ResolutionList.py 65 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/autotest/client/cros/multimedia/
display_facade_adapter.py 54 def move_to_display(self, display_id):
57 @param display_id: The id of the indicated display.
59 self._display_component.move_to_display(display_id)
260 def set_resolution(self, display_id, width, height):
263 @param display_id: id of the display to set resolutions for.
267 self._display_component.set_resolution(display_id, width, height)
279 def get_display_modes(self, display_id):
282 @param display_id: id of the display to get modes from; the id is from
287 return self._display_component.get_display_modes(display_id)
290 def get_available_resolutions(self, display_id)
    [all...]
display_facade_native.py 92 def _get_display_by_id(self, display_id):
95 @param display_id: id of the display.
100 if display['id'] == display_id:
102 raise RuntimeError('Cannot find display ' + display_id)
105 def get_display_modes(self, display_id):
108 @param display_id: id of the display to get modes from.
112 display = self._get_display_by_id(display_id)
116 def get_display_rotation(self, display_id):
119 @param display_id: id of the display to get modes from.
123 display = self._get_display_by_id(display_id)
    [all...]
display_info.py 43 self.display_id = d['id']
  /external/autotest/server/cros/multimedia/
display_facade_adapter.py 62 def move_to_display(self, display_id):
65 @param display_id: The id of the indicated display.
67 self._display_proxy.move_to_display(display_id)
272 def set_resolution(self, display_id, width, height):
275 @param display_id: id of the display to set resolutions for.
279 self._display_proxy.set_resolution(display_id, width, height)
292 def get_display_modes(self, display_id):
295 @param display_id: id of the display to get modes from; the id is from
300 return self._display_proxy.get_display_modes(display_id)
303 def get_available_resolutions(self, display_id)
    [all...]
  /external/autotest/server/site_tests/platform_RotationFps/
platform_RotationFps.py 42 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)
  /cts/hostsidetests/security/securityPatch/CVE-2016-8448/
mtkfb_info.h 59 unsigned int display_id; member in struct:mtk_dispif_info
  /frameworks/native/cmds/surfacereplayer/replayer/
Replayer.h 48 typedef int32_t display_id; typedef in namespace:android
98 void setDisplaySurface(display_id id, const DispSurfaceChange& dsc);
99 void setDisplayLayerStack(display_id id, const LayerStackChange& lsc);
100 void setDisplaySize(display_id id, const SizeChange& sc);
101 void setDisplayProjection(display_id id, const ProjectionChange& pc);
138 std::unordered_map<display_id, sp<IBinder>> mDisplays;
  /external/selinux/checkpolicy/test/
dismod.c 101 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type, function
159 display_id(policy, fp, SYM_TYPES, i, "");
166 display_id(policy, fp, SYM_TYPES, i, "-");
204 display_id(p, fp, SYM_ROLES, i, "");
272 display_id(policy, fp, SYM_CLASSES, cur->tclass - 1, "");
284 display_id(policy, fp, SYM_TYPES, avrule->perms->data - 1, "");
302 display_id(&policydb, fp, SYM_TYPES, type->s.value - 1, "");
321 display_id(&policydb, fp, SYM_TYPES, i, "");
327 display_id(&policydb, fp, SYM_TYPES, type->s.value - 1, "");
346 display_id(p, fp, SYM_USERS, i, "")
    [all...]
dispol.c 297 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type, function
313 display_id(p, fp, SYM_TYPES, i - 1, "");
325 display_id(p, fp, SYM_ROLES, rt->role - 1, "");
326 display_id(p, fp, SYM_TYPES, rt->type - 1, "");
327 display_id(p, fp, SYM_CLASSES, rt->tclass - 1, ":");
328 display_id(p, fp, SYM_ROLES, rt->new_role - 1, "");
348 display_id(p, fp, SYM_TYPES, ft->stype - 1, "");
349 display_id(p, fp, SYM_TYPES, ft->ttype - 1, "");
350 display_id(p, fp, SYM_CLASSES, ft->tclass - 1, ":");
351 display_id(p, fp, SYM_TYPES, ftdatum->otype - 1, "")
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
hwc_session.cpp 1049 uint32_t display_id = UINT32(input_parcel->readInt32()); local
1052 DLOGI("Display = %d, Status = %d", display_id, display_status);
1054 if (display_id >= HWC_NUM_DISPLAY_TYPES) {
1055 DLOGE("Invalid display_id");
1056 } else if (display_id == HWC_DISPLAY_PRIMARY) {
1058 } else if (!hwc_display_[display_id]) {
1061 ret = hwc_display_[display_id]->SetDisplayStatus(display_status);
1219 uint32_t display_id = UINT32(input_parcel->readInt32()); local
1407 uint32_t display_id = UINT32(input_parcel->readInt32()); local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 975 uint32_t display_id = UINT32(input_parcel->readInt32()); local
978 DLOGI("Display = %d, Status = %d", display_id, display_status);
980 if (display_id >= HWC_NUM_DISPLAY_TYPES) {
981 DLOGE("Invalid display_id");
982 } else if (display_id == HWC_DISPLAY_PRIMARY) {
984 } else if (!hwc_display_[display_id]) {
987 ret = hwc_display_[display_id]->SetDisplayStatus(display_status);
1273 uint32_t display_id = UINT32(input_parcel->readInt32()); local
    [all...]
  /frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
parcelable_composer_frame.cpp 19 status_t ret = parcel->writeUint64(frame_.display_id);
61 status_t ret = parcel->readUint64(&frame_.display_id);
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 52 typedef EGLW_APICALL eglw::EGLDisplay (EGLW_APIENTRY* eglX11GetDisplayFunc) (EGLNativeDisplayType display_id);
97 eglw::EGLDisplay getDisplay (eglw::EGLNativeDisplayType display_id) const
99 return ((eglX11GetDisplayFunc)m_egl.getDisplay)(reinterpret_cast<EGLNativeDisplayType>(display_id));
  /frameworks/native/services/vr/hardware_composer/tests/
vr_composer_test.cpp 126 frame.display_id = 1;
145 ASSERT_EQ(frame.display_id, received_frame.display_id);
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp 1054 uint32_t display_id = UINT32(input_parcel->readInt32()); local
1360 uint32_t display_id = UINT32(input_parcel->readInt32()); local
    [all...]
hwc_layers.h 57 explicit HWCLayer(hwc2_display_t display_id, HWCBufferAllocator *buf_allocator);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.cpp 1081 uint32_t display_id = UINT32(input_parcel->readInt32()); local
1409 uint32_t display_id = UINT32(input_parcel->readInt32()); local
    [all...]
hwc_layers.h 64 explicit HWCLayer(hwc2_display_t display_id, HWCBufferAllocator *buf_allocator);
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_session.cpp 1076 uint32_t display_id = UINT32(input_parcel->readInt32()); local
1397 uint32_t display_id = UINT32(input_parcel->readInt32()); local
    [all...]
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 157 // C function EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
160 int display_id
167 long display_id
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 2 EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
  /frameworks/base/libs/hwui/debug/
nullegl.cpp 59 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id) {

Completed in 740 milliseconds

1 2 3 4 5 6 7