HomeSort by relevance Sort by last modified time
    Searched defs:destroyed (Results 1 - 11 of 11) sorted by null

  /frameworks/base/libs/hwui/
ResourceCache.h 43 ResourceReference() { refCount = 0; recycled = false; destroyed = false;}
45 refCount = 0; recycled = false; destroyed = false; resourceType = type;
50 bool destroyed; member in class:android::uirenderer::ResourceReference
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 161 // destroyed and waiting for the app thread to complete.
180 int destroyed; member in struct:android_app
308 * Command from main thread: the app's activity is being destroyed,
  /external/kernel-headers/original/linux/
sync.h 84 * @destoryed: set when sync_timeline is destroyed
86 * @child_list_lock: lock protecting @child_list_head, destroyed, and
96 bool destroyed; member in struct:sync_timeline
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 1043 bool destroyed = false; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
sync.h 329 Bool destroyed; /* True if counter was destroyed */ member in struct:__anon22735
syncstr.h 343 BOOL destroyed; member in struct:_xSyncCounterNotifyEvent
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
sync.h 329 Bool destroyed; /* True if counter was destroyed */ member in struct:__anon24325
syncstr.h 343 BOOL destroyed; member in struct:_xSyncCounterNotifyEvent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
sync.h 329 Bool destroyed; /* True if counter was destroyed */ member in struct:__anon25837
syncstr.h 343 BOOL destroyed; member in struct:_xSyncCounterNotifyEvent
  /external/bluetooth/glib/gobject/
gsignal.c 204 guint destroyed : 1; member in struct:_SignalNode
797 if (node->destroyed)
798 g_warning (G_STRLOC ": signal \"%s\" of type `%s' already destroyed",
908 if (!node || node->destroyed)
965 if (!node || node->destroyed)
1048 if (!node || node->destroyed ||
    [all...]

Completed in 192 milliseconds