Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglGetDisplay.cpp4 (JNIEnv *_env, jobject _this, jlong display_id) { in android_eglGetDisplay() argument
7 reinterpret_cast<EGLNativeDisplayType>(display_id) in android_eglGetDisplay()
15 (JNIEnv *_env, jobject _this, jint display_id) { in android_eglGetDisplayInt() argument
17 if (static_cast<uintptr_t>(display_id) != in android_eglGetDisplayInt()
22 return android_eglGetDisplay(_env, _this, display_id); in android_eglGetDisplayInt()
DeglGetDisplay.java4 int display_id in eglGetDisplay() argument
12 long display_id in eglGetDisplay() argument
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.h50 typedef int32_t display_id; typedef
123 display_id id, const DispSurfaceChange& dsc);
125 display_id id, const LayerStackChange& lsc);
127 display_id id, const SizeChange& sc);
129 display_id id, const ProjectionChange& pc);
163 std::unordered_map<display_id, sp<IBinder>> mDisplays;
DReplayer.cpp559 display_id id, const DispSurfaceChange& /*dsc*/) { in setDisplaySurface()
568 display_id id, const LayerStackChange& lsc) { in setDisplayLayerStack()
573 display_id id, const SizeChange& sc) { in setDisplaySize()
578 display_id id, const ProjectionChange& pc) { in setDisplayProjection()
/frameworks/native/services/vr/hardware_composer/tests/
Dvr_composer_test.cpp126 frame.display_id = 1; in TEST_F()
145 ASSERT_EQ(frame.display_id, received_frame.display_id); in TEST_F()
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
Dparcelable_composer_frame.cpp19 status_t ret = parcel->writeUint64(frame_.display_id); in writeToParcel()
61 status_t ret = parcel->readUint64(&frame_.display_id); in readFromParcel()
/frameworks/base/opengl/java/android/opengl/
DEGL14.java162 int display_id in eglGetDisplay() argument
170 long display_id in eglGetDisplay() argument
/frameworks/base/core/proto/android/view/inputmethod/
Dinputmethodmanager.proto29 optional int32 display_id = 3; field
Dinputmethodeditortrace.proto67 optional int32 display_id = 1; field
/frameworks/base/core/proto/android/view/
Dviewrootimpl.proto32 optional int32 display_id = 2; field
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec2 EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp148 (JNIEnv *_env, jobject _this, jlong display_id) { in android_eglGetDisplay() argument
151 reinterpret_cast<EGLNativeDisplayType>(display_id) in android_eglGetDisplay()
159 (JNIEnv *_env, jobject _this, jint display_id) { in android_eglGetDisplayInt() argument
161 if (static_cast<uintptr_t>(display_id) != in android_eglGetDisplayInt()
166 return android_eglGetDisplay(_env, _this, display_id); in android_eglGetDisplayInt()
/frameworks/native/cmds/surfacereplayer/proto/src/
Dtrace.proto170 optional uint64 display_id = 3; field
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
Dtrace_creator.py171 increment.display_creation.display_id = int(input("Enter display ID: "))
/frameworks/base/core/proto/android/server/
Dwindowmanagerservice.proto121 optional int32 display_id = 1; field
298 optional int32 display_id = 15; field
374 optional int32 display_id = 3; field
/frameworks/native/libs/vr/libdvr/
Ddvr_hardware_composer_client.cpp118 return frame->frame.display_id; in dvrHwcFrameGetDisplayId()
/frameworks/native/opengl/include/EGL/
Degl.h133 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
Deglext.h1099 …n (EGLAPIENTRYP PFNEGLQUERYNATIVEDISPLAYNVPROC) (EGLDisplay dpy, EGLNativeDisplayType *display_id);
1103 … EGLBoolean EGLAPIENTRY eglQueryNativeDisplayNV (EGLDisplay dpy, EGLNativeDisplayType *display_id);
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h93 Display display_id; member
Dvr_hwc.cpp291 frame.display_id = display; in destroyVirtualDisplay()
552 frame.display_id = display; in presentDisplay()
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto305 optional string display_id = 4; field