Lines Matching defs:initialized
91 // this thread has not been initialized.102 egl_display_t() : type(0), initialized(0) { }111 volatile int32_t initialized;1260 // (it's possible that the surface is not fully initialized)1405 if (android_atomic_inc(&d.initialized) == 0) {1425 if (android_atomic_dec(&d.initialized) == 1) {