HomeSort by relevance Sort by last modified time
    Searched defs:need_update (Results 1 - 3 of 3) 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

Completed in 2042 milliseconds