/device/generic/goldfish/camera/ |
D | PreviewWindow.cpp | 48 status_t PreviewWindow::setPreviewWindow(struct preview_stream_ops* window, in setPreviewWindow() argument 51 ALOGV("%s: current: %p -> new: %p", __FUNCTION__, mPreviewWindow, window); in setPreviewWindow() 59 if (window != NULL) { in setPreviewWindow() 63 res = window->set_usage(window, GRALLOC_USAGE_SW_WRITE_OFTEN); in setPreviewWindow() 65 window = NULL; in setPreviewWindow() 71 mPreviewWindow = window; in setPreviewWindow()
|
D | PreviewWindow.h | 63 status_t setPreviewWindow(struct preview_stream_ops* window,
|
D | EmulatedCamera.h | 135 virtual status_t setPreviewWindow(struct preview_stream_ops *window); 317 struct preview_stream_ops* window);
|
D | EmulatedCamera.cpp | 317 status_t EmulatedCamera::setPreviewWindow(struct preview_stream_ops* window) in setPreviewWindow() argument 320 return -mPreviewWindow.setPreviewWindow(window, in setPreviewWindow() 950 struct preview_stream_ops* window) in set_preview_window() argument 957 return ec->setPreviewWindow(window); in set_preview_window()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | PreviewWindow.cpp | 45 status_t PreviewWindow::setPreviewWindow(struct preview_stream_ops* window, in setPreviewWindow() argument 47 ALOGV("%s: current: %p -> new: %p", __FUNCTION__, mPreviewWindow, window); in setPreviewWindow() 57 if (window != NULL) { in setPreviewWindow() 61 res = window->set_usage(window, GRALLOC_USAGE_SW_WRITE_OFTEN); in setPreviewWindow() 66 window = NULL; in setPreviewWindow() 72 mPreviewWindow = window; in setPreviewWindow()
|
D | PreviewWindow.h | 66 status_t setPreviewWindow(struct preview_stream_ops* window, int preview_fps);
|
D | EmulatedCamera.h | 136 virtual status_t setPreviewWindow(struct preview_stream_ops* window); 312 struct preview_stream_ops* window);
|
D | EmulatedCamera.cpp | 271 status_t EmulatedCamera::setPreviewWindow(struct preview_stream_ops* window) { in setPreviewWindow() argument 273 return -mPreviewWindow.setPreviewWindow(window, in setPreviewWindow() 726 struct preview_stream_ops* window) { in set_preview_window() argument 732 return ec->setPreviewWindow(window); in set_preview_window()
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/js/ |
D | app.js | 82 if (window.PointerEvent) { 86 } else if (window.TouchEvent) { 90 } else if (window.MouseEvent) { 98 if (window.PointerEvent) { 102 } else if (window.TouchEvent) { 106 } else if (window.MouseEvent) {
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 90 static int dequeueBuffer_DEPRECATED(ANativeWindow* window, ANativeWindowBuffer** buffer) { in dequeueBuffer_DEPRECATED() argument 91 if (!window->oem[1]) in dequeueBuffer_DEPRECATED() 93 *buffer = reinterpret_cast<ANativeWindowBuffer*>(window->oem[1]); in dequeueBuffer_DEPRECATED() 94 window->oem[1] = 0; in dequeueBuffer_DEPRECATED() 108 static int query(const ANativeWindow* window, int what, int* value) { in query() argument 111 return static_cast<int>(window->oem[2]); in query() 113 return static_cast<int>(window->oem[3]); in query() 129 static int dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd) { in dequeueBuffer() argument 131 return dequeueBuffer_DEPRECATED(window, buffer); in dequeueBuffer() 134 static int queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in queueBuffer() argument [all …]
|
D | EglSurface.h | 78 ANativeWindow* window = nullptr; member
|
D | README.md | 32 was precipitated by goldfish's requirement that EGL window surfaces and images 87 primary framebuffer surfaces), Gralloc (EGL window surfaces or images), or used
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | README | 67 This function creates a 'window' surface on the host which can be then 69 The function returns a handle to the created window surface. 72 This function destoys a window surface. 76 be specified as a render target for a window surface through 77 rcSetWindowColorBuffer or to be displayed on the framebuffer window 91 This flushes the current window color buffer 104 displayed on the host framebuffer window. The function returns 108 Sets the swap interval for the host framebuffer window.
|
/device/generic/goldfish/tools/ |
D | emulator_boot_test.sh | 56 emulator -gpu swiftshader_indirect -no-window -show-kernel -verbose -quit-after-boot $time_out \
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 366 ANativeWindow* window); 381 ANativeWindow* window); 391 ANativeWindow* window) in egl_window_surface_t() argument 393 nativeWindow(window), in egl_window_surface_t() 433 ANativeWindow* window) in create() argument 436 dpy, config, surfType, window); in create()
|
/device/generic/goldfish-opengl/system/include/EGL/ |
D | eglext.h | 501 … EGLAPIENTRY eglQueryNativeWindowNV( EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType* window); 505 …NTRYP PFNEGLQUERYNATIVEWINDOWNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window);
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 3508 to->window = nullptr; in deepcopy_VkAndroidSurfaceCreateInfoKHR() 3509 if (from->window) in deepcopy_VkAndroidSurfaceCreateInfoKHR() 3511 to->window = (ANativeWindow*)pool->dupArray(from->window, sizeof(ANativeWindow)); in deepcopy_VkAndroidSurfaceCreateInfoKHR() 4843 to->window = nullptr; in deepcopy_VkViSurfaceCreateInfoNN() 4844 if (from->window) in deepcopy_VkViSurfaceCreateInfoNN() 4846 to->window = (void*)pool->dupArray(from->window, sizeof(uint8_t)); in deepcopy_VkViSurfaceCreateInfoNN()
|
D | goldfish_vk_marshaling_guest.cpp | 5887 vkStream->write((Window*)&forMarshaling->window, sizeof(Window)); in marshal_VkXlibSurfaceCreateInfoKHR() 5908 vkStream->read((Window*)&forUnmarshaling->window, sizeof(Window)); in unmarshal_VkXlibSurfaceCreateInfoKHR() 5927 vkStream->write((xcb_window_t*)&forMarshaling->window, sizeof(xcb_window_t)); in marshal_VkXcbSurfaceCreateInfoKHR() 5948 vkStream->read((xcb_window_t*)&forUnmarshaling->window, sizeof(xcb_window_t)); in unmarshal_VkXcbSurfaceCreateInfoKHR() 6073 uint64_t cgen_var_230 = (uint64_t)(uintptr_t)forMarshaling->window; in marshal_VkAndroidSurfaceCreateInfoKHR() 6075 if (forMarshaling->window) in marshal_VkAndroidSurfaceCreateInfoKHR() 6077 vkStream->write((ANativeWindow*)forMarshaling->window, sizeof(ANativeWindow)); in marshal_VkAndroidSurfaceCreateInfoKHR() 6091 if (forUnmarshaling->window) in unmarshal_VkAndroidSurfaceCreateInfoKHR() 6097 vkStream->read((ANativeWindow*)forUnmarshaling->window, sizeof(ANativeWindow)); in unmarshal_VkAndroidSurfaceCreateInfoKHR() 7927 uint64_t cgen_var_300 = (uint64_t)(uintptr_t)forMarshaling->window; in marshal_VkViSurfaceCreateInfoNN() [all …]
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b13 | 32 …oo high, setting to max allowed %dcapi_v2_limiter24.cpp:Limiter history window length too high, s…
|