Searched refs:instance (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/private/ |
D | CachedProperty.h | 97 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/ |
D | dlopen_check_order_reloc_nephew_answer.cpp | 32 } instance; variable 36 return &instance; in get_instance()
|
/bionic/libc/kernel/uapi/linux/ |
D | tipc.h | 29 __u32 instance; member 120 __u32 instance; member
|
D | qrtr.h | 48 __le32 instance; member
|
/bionic/libc/kernel/uapi/drm/ |
D | i915_drm.h | 61 #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
|
D | amdgpu_drm.h | 504 __u32 instance; member
|
/bionic/docs/ |
D | elf-tls.md | 566 > necessary. For instance, a loaded module might only be used by one thread of the many which make
|