OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProxyFramebuffer
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/protocol/
fb-updates-proxy.h
22
typedef struct
ProxyFramebuffer
ProxyFramebuffer
;
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);
fb-updates-proxy.c
29
struct
ProxyFramebuffer
{
65
ProxyFramebuffer
* proxy_fb;
116
fbupdatenotify_create(
ProxyFramebuffer
* proxy_fb,
150
* proxy_fb -
ProxyFramebuffer
instance.
153
_proxyFb_io_write(
ProxyFramebuffer
* proxy_fb)
197
* proxy_fb -
ProxyFramebuffer
instance.
200
_proxyFb_io_read(
ProxyFramebuffer
* proxy_fb)
243
* opaque -
ProxyFramebuffer
instance.
249
_proxyFb_io_read((
ProxyFramebuffer
*)opaque);
251
_proxyFb_io_write((
ProxyFramebuffer
*)opaque)
[
all
...]
Completed in 121 milliseconds