OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:need_update
(Results
1 - 5
of
5
) sorted by null
/external/qemu/hw/
goldfish_fb.c
37
uint32_t
need_update
: 1;
member in struct:goldfish_fb_state
61
qemu_put_byte(f, s->
need_update
);
98
s->
need_update
= qemu_get_byte(f);
107
s->
need_update
= 1;
147
if(s->
need_update
) {
155
s->
need_update
= 0;
282
s->
need_update
= 1;
345
s->
need_update
= 1;
365
s->
need_update
= 1;
/system/core/adb/
jdwp_service.c
603
int
need_update
;
member in struct:JdwpTracker
651
if (t->
need_update
) {
653
t->
need_update
= 0;
688
t->
need_update
= 1;
/external/qemu/
vnc.h
123
int
need_update
;
member in struct:VncState
vnc-android.c
713
if (vs->
need_update
&& vs->csock != -1) {
[
all
...]
vnc.c
707
if (vs->
need_update
&& vs->csock != -1) {
[
all
...]
Completed in 141 milliseconds