Searched defs:display_id (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglGetDisplay.cpp1 /* 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);
3 android_eglGetDisplay(JNIEnv *_env, jobject _this, jlong display_id) argument
14 android_eglGetDisplayInt(JNIEnv *_env, jobject _this, jint display_id) argument
/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.h48 typedef int32_t display_id; typedef in namespace:android
115 display_id id, const DispSurfaceChange& dsc);
117 display_id id, const LayerStackChange& lsc);
119 display_id id, const SizeChange& sc);
121 display_id id, const ProjectionChange& pc);
158 std::unordered_map<display_id, sp<IBinder>> mDisplays;
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp59 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id) { argument
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.h79 Display display_id; member in struct:android::dvr::ComposerView::Frame
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp146 /* EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id ) */
149 (JNIEnv *_env, jobject _this, jlong display_id) {
152 reinterpret_cast<EGLNativeDisplayType>(display_id)
157 /* EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id ) */
160 (JNIEnv *_env, jobject _this, jint display_id) {
162 if (static_cast<uintptr_t>(display_id) !=
167 return android_eglGetDisplay(_env, _this, display_id);
148 android_eglGetDisplay(JNIEnv *_env, jobject _this, jlong display_id) argument
159 android_eglGetDisplayInt(JNIEnv *_env, jobject _this, jint display_id) argument

Completed in 128 milliseconds