HomeSort by relevance Sort by last modified time
    Searched full:need_update (Results 1 - 7 of 7) sorted by null

  /external/qemu/hw/
goldfish_fb.c 55 uint32_t need_update : 1; member in struct:goldfish_fb_state
80 qemu_put_byte(f, s->need_update);
118 s->need_update = qemu_get_byte(f);
128 s->need_update = 1;
460 if(s->need_update) {
468 s->need_update = 0;
539 s->need_update = 1;
599 s->need_update = 1;
619 s->need_update = 1;
  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.cc 148 bool need_update = buffer_->contents.empty(); local
154 if (need_update) {
  /external/webp/src/enc/
syntax.c 118 const int need_update = (hdr->i4x4_lf_delta_ != 0); local
119 if (VP8PutBitUniform(bw, need_update)) {
  /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...]
  /system/core/adb/
jdwp_service.c 629 int need_update; member in struct:JdwpTracker
677 if (t->need_update) {
679 t->need_update = 0;
714 t->need_update = 1;

Completed in 2208 milliseconds