Home
last modified time | relevance | path

Searched refs:QEMU_ALLOCATED_FLAG (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dconsole.h124 #define QEMU_ALLOCATED_FLAG 0x02 macro
264 return (!(surface->flags & QEMU_ALLOCATED_FLAG) && in is_buffer_shared()
Dconsole.c1346 if (surface->flags & QEMU_ALLOCATED_FLAG) { in qemu_alloc_display()
1353 surface->flags = newflags | QEMU_ALLOCATED_FLAG; in qemu_alloc_display()
1380 if (surface->flags & QEMU_ALLOCATED_FLAG) in defaultallocator_free_displaysurface()
1824 surface->flags = QEMU_ALLOCATED_FLAG | QEMU_BIG_ENDIAN_FLAG; in android_display_reset()
1826 surface->flags = QEMU_ALLOCATED_FLAG; in android_display_reset()
Dvnc-android.c1684 vs->clientds.flags &= ~QEMU_ALLOCATED_FLAG; in pixel_format_message()
Dvnc.c1678 vs->clientds.flags &= ~QEMU_ALLOCATED_FLAG; in pixel_format_message()