Home | History | Annotate | Download | only in protocol

Lines Matching full:framebuffer

14  * Contains core-side framebuffer service that sends framebuffer updates
43 /* Looper used to communicate framebuffer updates. */
52 /* Socket used to communicate framebuffer updates. */
55 /* Framebuffer request header. */
59 /* Framebuffer update notification descriptor. */
64 /* Core framebuffer instance that owns the message. */
75 * Gets pointer in framebuffer's pixels for the given pixel.
77 * fb Framebuffer containing pixels.
80 * Pointer in framebuffer's pixels for the given pixel.
89 * Copies pixels from a framebuffer rectangle.
92 * fb - Framebuffer containing the rectangle to copy.
107 * Allocates and initializes framebuffer update notification descriptor.
109 * ds - Display state for the framebuffer.
110 * fb Framebuffer containing pixels.
113 * Initialized framebuffer update notification descriptor.
147 * Asynchronous write I/O callback launched when writing framebuffer
194 * Asynchronous read I/O callback launched when reading framebuffer requests
217 derror("Unknown framebuffer request %d\n",
228 // UI has exited. We need to destroy framebuffer service.
240 * Asynchronous I/O callback launched when writing framebuffer notifications