Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/private/
DCachedProperty.h97 CachedProperty* instance = reinterpret_cast<CachedProperty*>(data); in Callback() local
98 instance->cached_property_serial_ = serial; in Callback()
101 if (instance->is_read_only_) { in Callback()
102 instance->read_only_property_ = value; in Callback()
104 strlcpy(instance->cached_value_, value, PROP_VALUE_MAX); in Callback()
/bionic/tests/libs/
Ddlopen_check_order_reloc_nephew_answer.cpp32 } instance; variable
36 return &instance; in get_instance()
/bionic/libc/kernel/uapi/linux/
Dtipc.h29 __u32 instance; member
120 __u32 instance; member
Dqrtr.h48 __le32 instance; member
/bionic/libc/kernel/uapi/drm/
Di915_drm.h61 #define __I915_PMU_ENGINE(class,instance,sample) ((class) << I915_PMU_CLASS_SHIFT | (instance) << I… argument
62 #define I915_PMU_ENGINE_BUSY(class,instance) __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY) argument
63 #define I915_PMU_ENGINE_WAIT(class,instance) __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAIT) argument
64 #define I915_PMU_ENGINE_SEMA(class,instance) __I915_PMU_ENGINE(class, instance, I915_SAMPLE_SEMA) argument
Damdgpu_drm.h504 __u32 instance; member
/bionic/docs/
Delf-tls.md566 > necessary. For instance, a loaded module might only be used by one thread of the many which make