Home
last modified time | relevance | path

Searched refs:ProxyFramebuffer (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/protocol/
Dfb-updates-proxy.h22 typedef struct ProxyFramebuffer ProxyFramebuffer; typedef
35 ProxyFramebuffer* proxyFb_create(int sock, const char* protocol);
42 void proxyFb_destroy(ProxyFramebuffer* core_fb);
51 int proxyFb_get_bits_per_pixel(ProxyFramebuffer* core_fb);
Dfb-updates-proxy.c29 struct ProxyFramebuffer { struct
65 ProxyFramebuffer* proxy_fb; argument
116 fbupdatenotify_create(ProxyFramebuffer* proxy_fb, in fbupdatenotify_create()
153 _proxyFb_io_write(ProxyFramebuffer* proxy_fb) in _proxyFb_io_write()
200 _proxyFb_io_read(ProxyFramebuffer* proxy_fb) in _proxyFb_io_read()
249 _proxyFb_io_read((ProxyFramebuffer*)opaque); in _proxyFb_io_fun()
251 _proxyFb_io_write((ProxyFramebuffer*)opaque); in _proxyFb_io_fun()
255 ProxyFramebuffer*
259 ProxyFramebuffer* ret; in proxyFb_create()
283 proxyFb_destroy(ProxyFramebuffer* proxy_fb) in proxyFb_destroy()
[all …]
/external/qemu/android/
Dconsole.c2725 ProxyFramebuffer* core_fb; in do_create_framebuffer_service()