Lines Matching full:framebuffer
14 * Contains UI-side framebuffer client that receives framebuffer updates
26 /*Enumerates states for the client framebuffer update reader. */
38 /* Framebuffer for this client. */
41 /* Core connection instance for the framebuffer client. */
59 /* Socket descriptor for the framebuffer client. */
75 * fb - Framebuffer where to update the rectangle.
102 * Asynchronous I/O callback launched when framebuffer notifications are ready
149 APANIC("Unable to allocate memory for framebuffer update\n");
185 // Connect to the framebuffer service.
186 snprintf(switch_cmd, sizeof(switch_cmd), "framebuffer %s", protocol);
190 derror("Unable to connect to the framebuffer service: %s\n",
195 // We expect core framebuffer to return us bits per pixel property in
211 derror("Unexpected core framebuffer reply: %s\n"
225 // Force the core to send us entire framebuffer now, when we're prepared
237 fprintf(stdout, "framebuffer is now connected to the core at %s.",
259 // Close framebuffer connection.